question about TCP/IPMake sure you ports are fowarded in your router settings. I had the same problem when i first starte...
Tic-Tac-Toe CloneYou could do it in a console application, using a 2d array and cout'ing the array each time a choice...
I get error when compiling directx code in code::blocksHave you linked the .a files in the build options?
connecting to serverLook up the winsock2 library.
syntax error : identifier 'cout'replace [code]delete LA[j][/code] with [code]LA[j] = 0[/code], and put a return 0 and the end of you...
This user does not accept Private Messages