What's Here?
- Members: 306,890
- Replies: 841,364
- Topics: 140,581
- Snippets: 4,465
- Tutorials: 1,166
- Total Online: 1,720
- Members: 74
- Guests: 1,646
|
'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
in (Last Comment: , Views: 861)
|
|
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.
|
|
|
| |