gcc -o myprogram myprogram.c
./myprogram
...errors at blah blah line numbers ...
...fix those errors...
rm myprogram
gcc -o myprogram myprogram.c
./myprogram
....errors at blah blah line numbers...
.
.
.
...(hours of this later)...
rm myprogram.c
gcc -o myprogram myprogram.c
No such file or directory
FUUUUUUUU
./myprogram
...errors at blah blah line numbers ...
...fix those errors...
rm myprogram
gcc -o myprogram myprogram.c
./myprogram
....errors at blah blah line numbers...
.
.
.
...(hours of this later)...
rm myprogram.c
gcc -o myprogram myprogram.c
No such file or directory
FUUUUUUUU







Comment