change stdout positionHi, I'm trying to change the position where fputc('A', stdout) inserts a char. I want to insert a...
avoid newline in CTy shysan21, but I cant use getche because it just read 1 character. If I want read the number 12 fo...
avoid newline in CHi, I'm trying to use scanf like this: [code] scanf("%d%c%d", &a, &op, &b); if (op=='+') c=a...
using namespace std;I google and found it: http://www.physicsforums.com/showthread.php?t=487824 [quote]Additionally the...
using namespace std;Albatoss, you get the point, the thing is that its is strange including the header but only be able ...