Posts by Laerte M. Jr. • 31 points
2 posts
-
1
votes2
answers539
viewsA: How to include the headings of the gotoxy() and textcolor() functions
Problem solved! I added to <windows.h> and then compiled without errors or warnings, and executed as planned! Everyone who responded not only helped, but also added more knowledge to me, but…
-
2
votes2
answers539
viewsQ: How to include the headings of the gotoxy() and textcolor() functions
Which library could be used to compile a C code that uses the functions gotoxy() and textcolor(), by Code::Blocks 16.1, Windows 7 environment? I’m using: stdio.h, conio.h, windows.h and stdlib.h but…