User: gamemanj

  • Public profile

User profile: gamemanj

User info
User name:gamemanj
History
Joined:
Number of posts:4
Latest posts:

Reading from stdin to array
To read a commented line without problems: void readcommentedline(std::string * output) { std::getli...

Simple buoyancy program (errors?)
Try } while ((strcmp("y",answer.c_str())==0) || (strcmp("Y",answer.c_str())==0)) ; There's no operat...

Writing the ultimate makefile
On shell commands, \" usually works.And if you need a backslash, use \\. Example (try this in a shel...

WinSock - getting source code from website
Here's a working solution! [code]#include <winsock2.h> #include <windows.h> #include <iostream> ...

This user does not accept Private Messages