What's Here?
- Members: 306,767
- Replies: 841,076
- Topics: 140,529
- Snippets: 4,465
- Tutorials: 1,165
- Total Online: 1,606
- Members: 103
- Guests: 1,503
|
'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
No Tutorials Submitted. |
|
Code Snippets
|
 |
|
|
Submitted: February 25, 2005
Views: 76962
Two functions, used to convert c++ strings from upper case to lowercase and vice versa. Each takes a string argument, and returns the converted string. Please note that parameters should be validated before passing them to the functions.
|
|
|
| |