I'm using string.h and have two questions:

1) What would be the easies way to make an array of strings? Something like:

Code:
string mystring[] = "dude","what's","up"
Instead of declaring each of them one by one.

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