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; ...
isn't getch only in C?
didn't know C++ has the command
gonna flip thru my book
Anything (almost) in C is also in C++.
Yeah the new standard even puts these into the namespace by making new standard headers prefixed with c, like cmath, and cstdlib, cstdio