I'm using string.h and have two questions:
1) What would be the easies way to make an array of strings? Something like:
Instead of declaring each of them one by one.Code:string mystring[] = "dude","what's","up"
2) I've seen alot of examples of a Trim() function using a char array, but I haven't seen any for string. Does anybody have an example?
Thanks




Reply With Quote