game
-
Hi; tic tac; 123 456 789 I began c++ two months ago, so my question is . How can I replace the 5 by x and the 9 by 0? 123 4x6 780
Huh :confused: This is a really clear question indeed. The only 'solution' I can give is something like that:
array[1][1] = x; array[2][2] = 0;
Now, if this doesn't answer your question, then try to be more explicit (and keep in mind that we cannot see your code, nor your screen, nor what's in your brain) -
Hi; tic tac; 123 456 789 I began c++ two months ago, so my question is . How can I replace the 5 by x and the 9 by 0? 123 4x6 780
-
Hi; tic tac; 123 456 789 I began c++ two months ago, so my question is . How can I replace the 5 by x and the 9 by 0? 123 4x6 780
well, it depends how your grid is defined, 1D array, 2D array ?
Maximilien Lincourt Your Head A Splode - Strong Bad
-
Hi; tic tac; 123 456 789 I began c++ two months ago, so my question is . How can I replace the 5 by x and the 9 by 0? 123 4x6 780
I don't mean to sound rude, but this is the 3rd time you have posted this question, but you have never explained anything. All your posts(sadly not just in this topic) seem to be the equivalent of "My program doesn't work, why not?" To which others ask "What is your program, how is it written, what are you trying to do?" To which you start a new thread and again post "My program doesn't work, why not?" You will never get a valid answer if nobody knows what the hell you are on about! If you want somebody to post the code to your assignments on the web you have to try a little harder than that.:zzz: When I die I'd like to go peacefully in my sleep like my father, not screaming in terror like his passengers!!!