Search:

Type: Posts; User: lfbang87

Search: Search took 0.01 seconds.

  1. Replies
    37
    Views
    3,080

    Ok, thanx for the note!

    Ok, thanx for the note!
  2. Replies
    37
    Views
    3,080

    Allrighty! Thanx a lot man!!!

    Allrighty! Thanx a lot man!!!
  3. Replies
    37
    Views
    3,080

    Sorry about the cin :D kinda hurry. Now, maybe...

    Sorry about the cin :D kinda hurry. Now, maybe you have mistaken or something (I shouldn't use keywords in the code :p ). Here's the code I wanted:


    int num = 0;
    cin >> num;
    int...
  4. Replies
    37
    Views
    3,080

    Making the size of an array variable

    Hello to everyone! I've just started studying C++ on the college, and in the program I'm working on I have this:


    int num = 0;
    cin << num;
    int array[num];

    Before you ask, I did included any...
Results 1 to 4 of 4