Apr 21, 2005 #1 Chacalinc Vendor Sep 2, 2003 2,043 US I'm doing some C/C++ programming but the header "conio.h" is not in my machine, which package install this library? I'm using Ubuntu Linux (Debian based), so I just need "apt-get install XXXX", what I'm looking for is the XXXX package. Cheers.
I'm doing some C/C++ programming but the header "conio.h" is not in my machine, which package install this library? I'm using Ubuntu Linux (Debian based), so I just need "apt-get install XXXX", what I'm looking for is the XXXX package. Cheers.
Apr 21, 2005 Thread starter #2 Chacalinc Vendor Sep 2, 2003 2,043 US Ok, pls if somebody has ubuntu or debian installed and *have* the file conio.h pls issue: dpkg -S conio.h and show me the results. Thanks. Upvote 0 Downvote
Ok, pls if somebody has ubuntu or debian installed and *have* the file conio.h pls issue: dpkg -S conio.h and show me the results. Thanks.
Apr 21, 2005 #3 thedaver IS-IT--Management Jul 12, 2001 2,741 US I googled for "debian conio.h" and landed on this as an example http://www.linuxquestions.org/questions/history/309337 D.E.R. Management - IT Project Management Consulting http://www.dermanagement.com/ Upvote 0 Downvote
I googled for "debian conio.h" and landed on this as an example http://www.linuxquestions.org/questions/history/309337 D.E.R. Management - IT Project Management Consulting http://www.dermanagement.com/
Apr 21, 2005 Thread starter #4 Chacalinc Vendor Sep 2, 2003 2,043 US thanks thedaver, I googled for conio.h (with no "debian", that was my fault I guess) and found lots of examples, but nothig regarding where is it. Anyway, It have been a long time (may be 10 years?) the last time I coded in C/C++ and yes, I did it in DOS/Windows environment. Reading the page you pointed me I realise that I'm pissing out of the wc (as we said here). Thanks a lot! Upvote 0 Downvote
thanks thedaver, I googled for conio.h (with no "debian", that was my fault I guess) and found lots of examples, but nothig regarding where is it. Anyway, It have been a long time (may be 10 years?) the last time I coded in C/C++ and yes, I did it in DOS/Windows environment. Reading the page you pointed me I realise that I'm pissing out of the wc (as we said here). Thanks a lot!
Apr 21, 2005 #5 jstreich Programmer Apr 20, 2002 1,067 US Well, you can use ncurses or other library to do the things that conio.h allows. [plug=shameless] http://game-master.us/phpx-3.4.0/[/plug] Upvote 0 Downvote
Well, you can use ncurses or other library to do the things that conio.h allows. [plug=shameless] http://game-master.us/phpx-3.4.0/[/plug]
Apr 21, 2005 Thread starter #6 Chacalinc Vendor Sep 2, 2003 2,043 US yep, I need to see what functions/objects can help me in ncurses.. (let's start to learn again P as my old days) Upvote 0 Downvote
yep, I need to see what functions/objects can help me in ncurses.. (let's start to learn again P as my old days)
Apr 21, 2005 Thread starter #7 Chacalinc Vendor Sep 2, 2003 2,043 US hmmm.. just un update: ncurses.h, form.h, menu.h rules!!! http://www.tldp.org/HOWTO/NCURSES-Programming-HOWTO/ very good tutorial. I recommend it. Cheers. Upvote 0 Downvote
hmmm.. just un update: ncurses.h, form.h, menu.h rules!!! http://www.tldp.org/HOWTO/NCURSES-Programming-HOWTO/ very good tutorial. I recommend it. Cheers.