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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -