Re: Free ALTERNATIVE for running C progs
Well, GCC (the Compiler that Dev-C++ uses) doesn't support Borland's CONIO.H Library. So functions like gotoxy, getch, clrscr DO NOT WORK.
Alternatives to those functions are (using stdlib.h)
system("cls");
system("pause > nul");
You can also use Relo Editor Paired with Borland Compiler 5.5, Search for Forum for Zeeshan's Topic.
__________________
[xubz] ● http://xubz.com/
[steam_id] ● http://steamcommunity.com/id/xubz
|