Im a complete noob and im proud of it. I am excited in learning everything about the C++ language. Right now im trying to make tic-tac-toe. Go ahead laugh.
here is what i have so far
#include<iostre am>
#include<stdlib .h>
using namespace std;
int main()
{int h,h2,tmp;
h=10;
h2=10;
cout<<"\n\n\n";
for (tmp=0;tmp!=h;t mp++) cout<<"...