Forum: C Sep 20th, 2004 |
| Replies: 14 Views: 11,052 ahh, that explains it, the console cant draw ;) |
Forum: C Sep 20th, 2004 |
| Replies: 14 Views: 11,052 if this is true, then the MSVC++ users should prob go new project -> win32 console app. then new file -> source file. i think i got the labels right (i didnt actually open the prog). some1 let me... |
Forum: C Aug 30th, 2004 |
| Replies: 5 Views: 3,514 http://www.mkssoftware.com/docs/man3/curs_getch.3.asp
hope this helps you. let me know how it goes. |
Forum: C Aug 15th, 2004 |
| Replies: 34 Views: 8,479 if you still dont get it just cout << and it will all become clear |
Forum: C Aug 13th, 2004 |
| Replies: 2 Views: 2,424 directx is the only thing i can think of (plz add something if im wrong). This page should be able to solve ur problem! Hope it helps.
... |
Forum: C Jun 4th, 2004 |
| Replies: 6 Views: 3,164 also it could be
do
{
// action
}
while( condition ) |
Forum: C May 4th, 2004 |
| Replies: 4 Views: 9,116 umm... THX a lot for trying mate but im not really that advanced at programming yet (im makinging a DOS 32 app thing). Ive included my source code (so far), if anyone could have a look and tell me if... |
Forum: C May 3rd, 2004 |
| Replies: 4 Views: 9,116 Hi guys, im new to this forum but congratulations, i looks great
Im making a game for a TAFE class (which i will gladly send to any1). The game is a text based Role Playing Game. I am finished... |