theremin
Jul 26, 2006
This following program compiles w/o errors, but it's not running when I try to run it. The screen just flinches. #include <cstdlib> #include <iostream> using namespace std; ...
yay
Jul 27, 2006
The screen is closing before you can see the output, run in a command line window or figure out how to put a key capture at the end (like getch() or _getch())
Anything (almost) in C is also in C++.