and then learn C language ?
Is it better to download Cygwin on Win XP
Collapse
This topic is closed.
X
X
-
broliTags: None -
Nelu
Re: Is it better to download Cygwin on Win XP
On Tue, 11 Mar 2008 23:33:20 -0700, broli wrote:
Don't post half of the question in the subject and half in the body ofand then learn C language ?
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.
--
Ioan - Ciprian Tandau
tandau _at_ freeshell _dot_ org (hope it's not too late)
(... and that it still works...)
-
Ioannis Vranos
Re: Is it better to download Cygwin on Win XP
broli wrote:and then learn C language ?
For Windows XP, you can download VC++ 2008 Express Edition for free, and
use it to learn C95.
Comment
-
Ioannis Vranos
Re: Is it better to download Cygwin on Win XP
Ioannis Vranos wrote:broli wrote:>>and then learn C language ?
>
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.
Comment
-
santosh
Re: Is it better to download Cygwin on Win XP
broli wrote:
Perhaps. It depends on your requirements doesn't it? To you need a fulland then learn C language ?
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.
Comment
-
Chris Dollin
Re: Is it better to download Cygwin on Win XP
broli wrote:
[subject line]Is it better to download Cygwin on Win XPBetter than what, for what?and then learn C language ?
--
"Well begun is half done." - Proverb
Hewlett-Packard Limited Cain Road, Bracknell, registered no:
registered office: Berks RG12 1HN 690597 England
Comment
Comment