Re: learning C without an IDE
- From: Flash Gordon <smap@xxxxxxxxxxxxxxxxx>
- Date: Tue, 02 Dec 2008 16:18:16 +0000
Jujitsu Lizard wrote, On 02/12/08 05:56:
"darren" <minofifa@xxxxxxxxx> wrote in message
news:357ca0c5-ed2a-4325-a596-98a669326620@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
If you want to use Windows, if i remember correctly MinGW and Visual C+
+ from Microsoft are the two major free compilers. Once you have them
installed you can compile sourcecode from the command line. As already
mentioned, choose the compiler you wish to use, then read its
documentation to learn how to compile with it.
Microsoft Visual C++ has been everything from $299 to $99 to free over
the years.
I'm too lazy to look up if the basic version is free these days.
I'll save you the trouble. There is a version available free (IIRC you
cannot use it for commercial purposes) and has been for at least a few
versions and a number of years. The only reason I don't have the free
version is because I have an MSDN subscription on the company...
But I forgot all about that.
And MinGW? Never heard of that in Lizardland.
gcc (and other nix type tools) for Windows. It is (I think) short for
Minimalistic GNU for Windows. However, because it uses the Microsoft C
library and gcc has not been properly adapted for it there *are* areas
where it does not even conform to the old C90 standard. I believe (from
memory) that the printf/scanf families have problems with long double.
This is not an error by either Microsoft or the gcc team, rather it is a
problem in the way the MinGW team have glued the two things together.
--
Flash Gordon
If spamming me sent it to smap@xxxxxxxxxxxxxxxxx
If emailing me use my reply-to address
See the comp.lang.c Wiki hosted by me at http://clc-wiki.net/
.
- Follow-Ups:
- Re: learning C without an IDE
- From: robertwessel2@xxxxxxxxx
- Re: learning C without an IDE
- References:
- learning C without an IDE
- From: Jason
- Re: learning C without an IDE
- From: Jujitsu Lizard
- Re: learning C without an IDE
- From: darren
- Re: learning C without an IDE
- From: Jujitsu Lizard
- learning C without an IDE
- Prev by Date: Re: Architecture design
- Next by Date: Re: Sorry if it is not for this forum
- Previous by thread: Re: learning C without an IDE
- Next by thread: Re: learning C without an IDE
- Index(es):
Relevant Pages
|