Forum: C++ Sep 23rd, 2006 |
| Replies: 3 Views: 3,614 I tried typing
printf("\033[34m");
for blue foreground color, and other values, but nothing worked. So I included:
device=D:\WINDOWS\system32\ansi.sys
and |
Forum: C++ Sep 18th, 2006 |
| Replies: 5 Views: 1,155 Whoops, sorry Ancient Dragon, I clicked on Advanced Reply before I realized that you had responded. I plan on coding for backspaces and everything else that is nice later, possibly tonight.
... |
Forum: C++ Sep 18th, 2006 |
| Replies: 5 Views: 1,155 Hello, :)
I have chosen to go with getch() for my keyboard input.
However, when I went to experiment with it, I got some unexpected results. The 'Y' in 'Your word was ' is missing in the... |
Forum: C++ Sep 18th, 2006 |
| Replies: 5 Views: 2,872 Ok,
I'm using the Dev-C++ 4 compiler along with gcc.
I would have preferred it to be standard C, but since you informed me that it cannot be done with standard C, then I might have to suffer a... |
Forum: C++ Sep 18th, 2006 |
| Replies: 5 Views: 2,872 Hello,
I am trying to develop something that, when you press a character on the keyboard, puts a char into a char-type variable. Should be easy right? Well, I don't want to require the user to... |