Quote Originally Posted by B1G_BR0TH3R View Post
That's a freaking mess. Oh wait! It's C++, nevermind :)

In my favorite language, objective-c, arrays are simple as hell.

Code:
NSArray *array = [[NSArray alloc] initWithObjects:@"one", @"two", @"3", nil];
seems easy, i like C++ idk y, i cant do objective-c cuz u need a mac which is dumb