Is it better to download Cygwin on Win XP

N

Nelu

and then learn C language ?

Don't post half of the question in the subject and half in the body of
the message.

I think there are other options of having a C compiler on your machine as
well: Visual C++ compiler (which compiles C if you change the file
extension to .c from .cpp), djgpp, mingw gcc. Given my not so good
experience with cygwin, I would rather switch to Linux or use Linux in a
virtual machine under Windows (I use Windows in a virtual machine under
Linux :D). An open source virtual machine (bought by SUN it seems) is
Innotek's Virtual Box. I think vmware is kind of free, also.
 
I

Ioannis Vranos

Ioannis said:
For Windows XP, you can download VC++ 2008 Express Edition for free, and
use it to learn C95.


That is, Visual C++ 2008 Express Edition.
 
S

santosh

broli said:
and then learn C language ?

Perhaps. It depends on your requirements doesn't it? To you need a full
UNIX environment? If not then you might consider MinGW+Msys instead of
Cygwin. MinGW can produce standalone Windows executables that don't
depend on an emulation library, however you cannot write UNIX programs
with it and run them under Windows; for that you'll need Cygwin.

Another option is DJGPP, if you want to be able to run under DOS as well
as Windows. There are also other Windows specific compilers like
PellesC and lcc-win32 that you might find convenient. Microsoft of
course offers it's own compilers, both crippled "free" downloads as
well as the full Visual Studio suite. There are also a plethora of well
regarded commercial compilers for Windows like Comeau C++, Intel C++
etc.

What you want to use depends on your requirements, which you have not
specified.
 

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
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top