C compiler

S

Shalini

Hi all,
I was looking for a free C Compiler. Can you please help me out ??
I have Microsoft Visual Studio installed on my system. But I dont think
they have a C compiler.

Cheers,
Shalini
 
U

Ulrich Eckhardt

Shalini said:
I was looking for a free C Compiler. Can you please help me out ??
I have Microsoft Visual Studio installed on my system. But I dont think
they have a C compiler.

For MSVC, the extension of a file counts: if it is '.c' (or some others,
search in the registry), it treats files as C code. There are also
commandline options to force the compiler into either C or C++ mode(/Tc
IIRC).

Other than that, try DevC++. It is based on MingW32/GCC and, other than its
name suggests, it supports C and not just C++, comes with an IDE and
integrated debugger and is free software.

Uli
 
F

Flash Gordon

Hi all,
I was looking for a free C Compiler. Can you please help me out ??
I have Microsoft Visual Studio installed on my system. But I dont
think they have a C compiler.

This it Off Topic for this group which is about the C language, not
specific implementations.

<OT>
MS Visual Studio, when invoked using the correct charm, does perform as
a C compiler. Ask in an MS group for information about how to do this.

If you want another C compiler then such things as Cygwin, MinGW and
others will help. Again, look in appropriate groups for them, not here.
</OT>
 
M

Mark McIntyre

Hi all,
I was looking for a free C Compiler. Can you please help me out ??

Read this gruop's FAQ and welcome message.
I have Microsoft Visual Studio installed on my system. But I dont think
they have a C compiler.

MS Visual Studio comes with a C compiler. Your system admin may not have
given you access to it tho.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,146
Messages
2,570,831
Members
47,374
Latest member
anuragag27

Latest Threads

Top