User profile: Joseph544310

User info
User name:Joseph544310
History
Joined:
Number of posts:28
Latest posts:

Tic Tac Toe game help
yes please

Tic Tac Toe game help
[code]#include <iostream> using namespace std; int main () { int c; int b; int c1=0; int c2...

String array
If(X[2][3]=='text') ..........

FOR LOOPS
I think its like this: for (int i=1;i<8,i++) { while (i!=2||i!=4||i!=6) { cout << i; } } Or: ...

up,down,left and right
Make a program that outputs a simple grid based gameboard to the screen using either numbers or ch...