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.
Comments
I'm attaching a wrapper I have written for clrscr(), gotoxy() and getch(). It works under any Windows compiler, hope it is of any use.
but how to do the header file and implementation file(like the one in the zip file) for other conio.h functions?
Documentation on msdn.com.
I downloaded a conio.h,conio.c and conio.o files.actually those files are for devc++.
can I use those files in Codeblocks?if yes,how?
what about the .o file?