Link to home
Start Free TrialLog in
Avatar of oxygen_728
oxygen_728

asked on

C Compiler - which should I use?

I have some C Source Code ... and I need to compile it.

It says something about using CC ... but it can be compiled with any C Compiler.

I already have MS Visual Studio 2003 ... do I already have a C Compiler?

What are the steps to get this "CC" compiler setup? (I don't want to compile a compiler...)

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of manish_regmi
manish_regmi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of manish_regmi
manish_regmi

actually cc is a traditional UNIX name for c compiler.
are you talking about CC in makefiles here.

regards
Manish Regmi
SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial