hey there..
Firstly,I'm using windows vista,IDE: Codeblocks
I'm having problems with almost all of conio.h functions,both standard and non-standard.
for clrscr() and gotoxy(),I have to do the function prototype and definition in every C program that I want to use em.
even cprintf(),I have to type it as _cprintf().
for textcolor() and many more I don't know what to do.
keep getting error undefined reference to almost all conio.h functions.
please help.
thank you.