Thus the text editor produces .c source files, which go to the compiler, which produces .obj object files, which go to the linker, which produces .exe executable file. You can then run
.exe files as you can other applications, simply by typing their names at the DOS prompt or run using windows menu.
.exe files as you can other applications, simply by typing their names at the DOS prompt or run using windows menu.
Comments
Post a Comment