who took conio.h place

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
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?
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.