What library could be used to compile a C code that uses the gotoxy()
and textcolor()
functions, by Code :: Blocks 16.1, Windows 7 environment?
I'm using:
stdio.h
, conio.h
, windows.h
and stdlib.h
but it's not working, I'm getting the errors:
undefined reference to gotoxy
and
undefined reference to textcolor.
Thank you.