Added: 3 years ago
From: pqowieuryt101
Views: 3,366
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (19)

Sign In or Sign Up now to post a comment!
  • Sloppy programming, but demonstrates arrays well.

  • so a string array is a form of storing data? and if that is so does that mean you could have whole operations inside of the quotations (in the array) instead of just text?

  • aaa

  • Great! Thanks!

  • Good tutorial! I already knew how to create Arrays, but anyways good tutorial! I'm going to download DarkGDK but its giving me problems, because I'm on Windows Vista

  • switch(enter)

    {

    case(1):

    cout << my_array[0] << endl;

    case(2):

    cout << my_array[1] << endl;

    }

    better than doing IF statements like in the video

  • typing is not his forte

  • @rzGameDev lol xD not under pressure anyway....

  • LOL u failed at the zero-based part hehe^^

  • dude wtf are you SAYING???

  • btw instead of all those if's you could use switch :)

  • Hello! It's nice video very very cool, but i have problem ! when I'm start debuging :

    1>Project : error PRJ0003 : Error spawning 'rc.exe'.

    Pls help me! :D

  • if(enter == 1)

    {

    }

    tis means if enter is typed in..

    i also now that 0(insted of 1) means

    if this is not, i think.

    are there any more this.

    like.

    if(dbSpaceKey()==1(are there any others the 1 and 0)

  • this isn't dark gdk, its just plain c++. so there is no db commands in c++, only in dark gdk.

  • I know that, i just want to know what do the returnt values mean.

  • enter is declared, then it is assigned a value by user input, it doesnt physically mean the enter key

  • i know, my question wasnt that, i ment about returning values, but there boleon so the only values are 1 an 0(true false)

  • yeah, but if you use a boolean like so:

    if (enter)

    {

    } that just means it is equal to true,

    if (!enter)

    {

    } thats equal to false, does that answer your question?

  • yeah.

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more