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())
Yeah the new standard even puts these into the namespace by making new standard headers prefixed with c, like cmath, and cstdlib, cstdio