Hey all,
I have some C code that I wrote on an Ubuntu machine, which I figured I could just directly port over... it's pretty simple; I'm mostly trying to recompile for laughs, since I'm not a serious programmer.
Nonetheless, when I try to compile the unaltered code from the command line with gcc, it creates an a.out file but if I try to run it it just says "command not found". I assume that there's something I gotta do to port the code, but I don't know what it is...
*feels kinda stupid*
I have some C code that I wrote on an Ubuntu machine, which I figured I could just directly port over... it's pretty simple; I'm mostly trying to recompile for laughs, since I'm not a serious programmer.
Nonetheless, when I try to compile the unaltered code from the command line with gcc, it creates an a.out file but if I try to run it it just says "command not found". I assume that there's something I gotta do to port the code, but I don't know what it is...
*feels kinda stupid*