School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 306,890 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,720 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
Code Snippets
Submitted: April 23, 2009        Views: 710
Converts c strings of numbers input through the command line or passed in any way to an array of floats. ex. user inputs a list of integers in the form "10.8 4.24 9 5.0 2.123" this parses that into an array holding each of those values separately.