M
MC felon
In Devcpp, i am not able to access functions such as gotoxy( ), getch(
) et cetera..
how do i do so?
) et cetera..
how do i do so?
MC said:In Devcpp, i am not able to access functions such as gotoxy( ), getch(
) et cetera..
how do i do so?
They are defined in non standard borland header for C conio.h It existsMC said:In Devcpp, i am not able to access functions such as gotoxy( ), getch(
) et cetera..
how do i do so?
They are defined in non standard borland header for C conio.h It exists
for console 16 bit platform, while devcpp (runs with gcc) is a 32 bit
platform.
If you really need it (i dont think, it is impossible to live without
this file.) use the follwoing link
http://devpaks.org/details.php?devpak=16
This is a 32 bit version of the library and can be used with GCC.
However how old is the library is, or functioning properly with the
current version, I dont know (It used to work, 2-3 yeasr ago, when once
I used this library) .
abir
getch equivalent in std c++ is cin.get() ; If you need it just to pauseMC said:is there any alternative to getch() ?? or gotoxy()?
(by the way: Pack Man was unsuccessful in recognizing this DEVPAK)
MC said:is there any alternative to getch() ?? or gotoxy()?
(by the way: Pack Man was unsuccessful in recognizing this DEVPAK)
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.