what does this header file do connio.h ?
can't find it in help or faq
Printable View
what does this header file do connio.h ?
can't find it in help or faq
i take it you mean conio.h
This is a non standard header so it doesn't come with all compilers.The functions it usually contains are used for console input/output and are things like getch(),clrscr(),and textcolor().
If you have the header then check through it to see what functions your version supports. If you dont know what they are then consult your compilers help files for a description of the functions and examples on how to use them.
you'r right i meant conio.h
after i learned to spell i checked msc++ help and would you beleive there it was.
thanx anyway