|
-
Feb 15th, 2001, 02:04 PM
#1
Thread Starter
Member
OK, I'm a newbie C++ programmer. I know there are two ways of storing strings. Either for example, char name[10] or string name (if you include string.h). To capitalise the first letter of any given string in the first example would be easy since you just need to access name[0], but what about in the second example? Does anyone know of any downloadable C++ function references - preferably easy to search/navigate - I'm using the DJGPP compiler and Info aint the easiest thing to get around!
Thanks in advance
Matt
VB5 Enterprise, C++Builder 5, JBuilder 3.5 (so far unused  )
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|