anyone knows what distro is MOST Compatible w/ all c++ library? xandros dont accept conion.h and ctype.h library w/c is totally disaster...
![]()
anyone knows what distro is MOST Compatible w/ all c++ library? xandros dont accept conion.h and ctype.h library w/c is totally disaster...
![]()
bloody... have u tried 1?
TANAN man tingali?
i've tried the following distros : Slackware and Gentoo. Wala may problems inig compile ug mga programs.
well xandros dont work on conio.h and ctype.h. imagine that you cant use clrscr() coz conio.h is not recognize by linux... can u image wat will be your screen look like? bloody he$$ its no longer a screen.. wack:
Would this happen to be an issue with regards to libraries not being installed by default? If so, you might want to consider installing libraries... maybe libstdc++ related packages?
i tried bloodshed... okay ra man
dunno why you are still using conio.h ... I believe you'll need this for DOS type consoles. For Linux ... use curses or ncurses.
conio.h and ctype.h are non-standard libraries, I think. They're usually used in programs compiled using Turbo C/C++. If you use ncurses, I don't think your code will compile in DOS. There may be an ncurses port for DOS, but AFAIK, I don't know of any. Just use standard printf(). :mrgreen:
Originally Posted by hybrid_X
Similar Threads |
|