|
Prev: Basic inoput issue
Next: Initial an Array
From: Ulrich Eckhardt on 14 Jan 2008 15:00 frodobaggins(a)cornwall.privacy wrote: > There is a shareware C compiler downloadable from; > > http://www.c-compiler.com/ > > It has an integrated Windows workbench. You can contact the author at; Quoting the homepage: "void main()" or "Miracle C will accept only file names of 8 characters or less, not including the .c extension." All in all, I am less than impressed, in particular I wouldn't suggest this as compiler for beginners. The semi-availability of the source make it a bit more interesting for people that are interested in compilers themselves, but that probably isn't the immediate goal of anyone in acllc-c++. Uli
From: jacob navia on 14 Jan 2008 15:15 user923005 wrote: > On Jan 14, 10:40 am, frodobagg...(a)cornwall.privacy wrote: >> There is a shareware C compiler downloadable from; >> >> http://www.c-compiler.com/ >> >> It has an integrated Windows workbench. You can contact the author at; >> >> http://www.c-compiler.com/feedback.php > > What does it have to offer that I can't get from GCC or the free > Watcom, Borland, or MS-Express compilers? It compiles for MSDOS As you (may) know, MSDOS is the operating system of the future. -- jacob navia jacob at jacob point remcomp point fr logiciels/informatique http://www.cs.virginia.edu/~lcc-win32
From: CJ on 14 Jan 2008 15:29 On 14 Jan 2008 at 20:15, jacob navia wrote: > user923005 wrote: >> On Jan 14, 10:40 am, frodobagg...(a)cornwall.privacy wrote: >>> There is a shareware C compiler downloadable from; >>> >>> http://www.c-compiler.com/ >>> >>> It has an integrated Windows workbench. You can contact the author at; >>> >>> http://www.c-compiler.com/feedback.php >> >> What does it have to offer that I can't get from GCC or the free >> Watcom, Borland, or MS-Express compilers? > > It compiles for MSDOS In contrast to lcc-win, for example, which doesn't even compile for Windows 98.
From: Randy Howard on 14 Jan 2008 15:42 On Mon, 14 Jan 2008 14:14:34 -0600, user923005 wrote (in article <a9f0296b-83a0-4a49-9767-fde4e4efccb5(a)i3g2000hsf.googlegroups.com>): > On Jan 14, 10:40�am, frodobagg...(a)cornwall.privacy wrote: >> There is a shareware C compiler downloadable from; [spam snipped] > What does it have to offer that I can't get from GCC or the free > Watcom, Borland, or MS-Express compilers? It offers to have you pay money for what you can do for free. It's good for the economy, the children, saves the whales, and julienne's fries. There's a remote chance that it even generates valid code and diagnoses syntax errors properly. -- Randy Howard (2reply remove FOOBAR) "The power of accurate observation is called cynicism by those who have not got it." - George Bernard Shaw
From: Malcolm McLean on 14 Jan 2008 16:10
"jacob navia" <jacob(a)nospam.com> wrote in message > > As you (may) know, MSDOS is the operating system of the future. > A DOS board is very cheap these days. Whilst no one in the West would want to use it as a general-purpose computer such as I am typing this at, a supermarket till or a juke box could well still use DOS. -- Free games and programming goodies. http://www.personal.leeds.ac.uk/~bgy1mm |