User Tag List

Results 1 to 6 of 6

Thread: Simple Arrays In C++

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Simple Arrays In C++

    User Info Menu

    Re: Simple Arrays In C++

    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];

  2. #2
    Simple Arrays In C++

    User Info Menu

    Re: Simple Arrays In C++

    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
    Get At Me Bl4Ck.KiD... Aka BK
    Future Rapper - Spits Fire
    Psp Coder - Mips, C
    Web Designer - HTML, Javascript, Some PHP
    Computer Programmer - Currently Learning C/C++, Visual Basic, Pascal, Brainfuck, Python, Ruby

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •