linux - g++ conio.h: no such file or directory -
i'm trying write program g++ uses conio.h header. i'm trying calling gotoxy function used in borland compiler , windows os.
so first question is: there gotoxy function or equivalent in g++?
second: why can't include conio.h? read stuff said should install libstdc++ package, tried seems have (it's accompanied gcc).
there's no direct equivalent g++. conio.h specific dos compilers. can want using ncurses library, functions similar ones in conio.h.
here's link elaborate tutorial: http://tldp.org/howto/ncurses-programming-howto/
Comments
Post a Comment