So I have MinGW and with tweaking, I can run GCC in my CMD. What format do I need to have the file in to run it from the CMD? I tried simply just saving a notepad2 file in C scheme and it won't recognize it.
|
Seems like you are skipping over the fundamentals of compiling source code into binary executables. You should read up on that. But to cut to the chase, if you have a C program that you have typed into an editor, and saved into a file with .c extension -- let's use
which if completely successful will say absolutely nothing. But you will then have a | |||
|
feedback
|