Search:
Forum
General C++ Programming
who took conio.h place
who took conio.h place
Mar 25, 2009 at 9:06pm UTC
vbnetskywalker
(22)
I need these functionalities ...... :
clrscr() ....
getch()
gotoxy(x,y)
textcolor(n)
textbackground(n)
..........................etc
if it's possible that ur answer is in MS C++ 2005/2008
regards
thanks in advance
Mar 25, 2009 at 9:12pm UTC
outsid3r
(38)
Actually that functions are non-standard, their not included in recent libraries... it doesn't mean that you can't use them, they are just not standard, you better forget that, anyway, what are you trying to do?
Mar 26, 2009 at 12:11am UTC
Duthomhas
(13282)
Use the
Win32 Console Functions
http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=msdn+console+functions
You'll have to #include <windows.h>
Hope this helps.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs