Thread: strlen help...
View Single Post
Old Jun 1st, 2006, 2:43 AM   #4
bivhitscar
Hobbyist Programmer
 
bivhitscar's Avatar
 
Join Date: Oct 2005
Location: Melbourne, Australia
Posts: 126
Rep Power: 4 bivhitscar is on a distinguished road
Some pseudo code for you to ponder:

For i = 0, while i is less then the length of the string, increment i by 1 per loop.
If i is 0, change the letter to uppercase, otherwise change the letter to lowercase.

Without writing the actual code for you, that should get you well on your way.
__________________
it's ironic considerate rarity patron of love higher knowledge engulfs me...
bivhitscar is offline   Reply With Quote