Search:

Type: Posts; User: mccraryp

Search: Search took 0.01 seconds.

  1. thanks everyone. I expected some douchey...

    thanks everyone. I expected some douchey comments, but you guys are awesome!
  2. Replies
    3
    Views
    1,282

    I changer the variables of the 2nd for loop to...

    I changer the variables of the 2nd for loop to 'y' instead of 'x'

    worked


    /solved
  3. Replies
    3
    Views
    1,282

    simple code won't compile...

    #include <iostream>using namespace std;
    int main()
    {


    int array[8];
    for(int x=0; x<8; x++)
    cin>>array[x];
    for(x=0; x<8; x++)
    cout<<array[x];
  4. Replies
    1
    Views
    935

    Compiler won't scan my string!

    EDIT:

    I just realized I was compiling the wrong program the entire time....

    sorry guys!
  5. Experience needed to begin game programming?

    I basically want to know at what point I can start coding any kind of video game in C++ (as far as knowledge goes... should I read a book on game programming[any recommendations?]).

    I am...
Results 1 to 5 of 5