Reading from stdin to arrayTo 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 makefileOn shell commands, \" usually works.And if you need a backslash, use \\. Example (try this in a shel...
WinSock - getting source code from websiteHere's a working solution! [code]#include <winsock2.h> #include <windows.h> #include <iostream> ...
This user does not accept Private Messages