User profile: co1ote

User info
User name:co1ote
History
Joined:
Number of posts:10
Latest posts:

change stdout position
Hi, I'm trying to change the position where fputc('A', stdout) inserts a char. I want to insert a...

avoid newline in C
Ty shysan21, but I cant use getche because it just read 1 character. If I want read the number 12 fo...

avoid newline in C
Hi, 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 ...