User: export

  • Public profile

User profile: export

User info
User name:export
History
Joined:
Number of posts:16
Latest posts:

question about TCP/IP
Make sure you ports are fowarded in your router settings. I had the same problem when i first starte...

Tic-Tac-Toe Clone
You 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::blocks
Have you linked the .a files in the build options?

connecting to server
Look 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