how to run C program in Win 7

V

VanguardLH

Jetking said:
how to install C in windows 7

Subject says: How to *run* C.
Body say: How to *install* C.

So which is it? You are trying to "run" some C code in a text file
(which means you have to compile it first which means you have to pick a
compiler)? Or that you are trying to install an unidentified C compiler
and expect us to guess at which one you'll be using?

Follow the instructions provided with whatever C compiler you eventually
choose to use to compile your C code into executable programs.
 
K

Ken Blake

how to install C in windows 7


If you want to install a C compiler, you follow the instructions that
come with whichever C compiler you buy.
 
Top