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
yaaqub
Posts
-
game -
a suggestionHi; 1|2|3 4|5|6 7|8|9 That is a tic tac, in c++. I want to replace 5 by X and 3 by 0, but I have problem SET(). Can I do the following way move? set X (int); if( board [4]== 5) return X; -- modified at 9:34 Thursday 30th March, 2006
-
A questionHi; 1|2|3 4|5|6 7|8|9 That is a tic tac in c++. I want to replace 5 by X and 3 by 0, but I have problem SET(). Can I do the following way move? set X (int); if( board [4]== 5) return X; -- modified at 9:34 Thursday 30th March, 2006
-
what is the difference ...?Hi, cout << "*"<< endl; and cout << '* '<
-
Bold textHI, I want my inputs to be BOLD TEXT. JOHN,K
-
How to answer this questionHi; for every new input ,the old input stays on screan.... It should be non-negative number and keep doing that til a non-negative number is entered. distance increase at 0: 0 distance increase at 1: 2 distance increase at 2: 3 distance increase at 3: 2 distance increase at 4: 4 distance increase at 5: -2 distance increase at 5: (non-negative input):1 john,k -- modified at 9:00 Saturday 11th March, 2006
-
new stars* *** ****** ******** ************ ************* a new stars :I want to solve this triangle...... John,K -- modified at 1:05 Tuesday 7th March, 2006
-
Triangle ** *** ****** ******** I have some problems to make this triangle for my hobby. John,K
-
c++* *** * * * **************
-
c++for the testing sort() .... what kind of the header can I use for my program. yaaqub
-
C++What is the difference between unions and structures . Yaaqub