|
-
July 14th, 2004, 09:52 AM
#12
hi
Originally posted here by lepricaun
the code you've printed in your first post, already had "#include <stdio.h>" in it, so this makes no sense
lol lepricaun he ment #include <String.h>.......not <studio.h>.....typing error..
So if you have C code which uses getch() or getche() that works on Turbo/Borland C++ or VC++, just do #include <conio.h>, and it will work on MinGW and Dev-CPP.
Same is the case is with Turbo C++ ...you will have to #inclue <conio.h> to get them working.. ...So what is the difference..sorry for my ignorance...the only C/C++ Compilers i have used are Turbo, Borland and Visul C++....
--Good Luck--
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|