User profile: kbw

User info
User name:kbw
History
Joined:
Number of posts:5842
Latest posts:

C++ multiple choice questionaire
The GNU compiler allows them by default in C++. You need -pedantic to switch them off. [quote]Well...

SWAP LHS to RHS using VIM
AWK[code] { printf("%s %s %s\n", $3, $2, $1); }[/code]

problem in dynamic library*.so
My point about ordering the input is that the GNU linker ignores duplicate symbols that appear later...

system("CLS");
You clear the screen by filling it with some other colour.

winsoc2.h lib
[quote]i have game on c++ allegro now i just want to make it multiplayer means two user play same ga...