Hello!
I am using the lines:
printf("\n\n");
system("cls");
system("pause");
alot when im coding me school projects and i was wondering if its possible to make like alias to those lines.... It would be sweet if i could write:
line
cls
pause
instead of repeating the same lines over and over again....
Tyvm!



LinkBack URL
About LinkBacks




Besides, system("pause") itself seems to have quite a lot of overhead, not that you'd care too much.