Originally posted by: PrincessGuard
strip -s hello.exe
There is no standard implementation of gotoxy() or clrscr(). You either have to get a 3rd-party graphics library or muck around with ANSI escape sequences.
Originally posted by: Argo
strip is an actual program - you start it from the command line. it strips debugging info from the executable file. another option, would be to select release build from the build menu. that would accomplish the same result, with addition of optimizing the executable.