Is it possible to write executables in C that will work on a WinXP machine?
If so, what C language program should I purchase: Microsoft C, etc?
Thanks
Doc
--
Visit our web site, www.arholub.com, to get the latest news, computer class
information and Orange Coast College marine course information. Visit the
new 'Rants and Raves' pages.
None. Don't feed the evil empire. I would recommend something
gcc based, such as DJGPP to work from the command line, possibly
Cygwin or Mingw. There are lots of IDEs available, and the
quality is higher. There is also lcc-win32. Only the DJGPP
version is largely command line limited. DJGPP and Cygwin try to
be very close to Posix standards, Mingw less so, and lcc-win32 is
very Microsoft like, but C only. All available free. My choice
would be DJGPP.
This is OT for c.l.c, which focuses on portable ISO standard C.
See the FAQ also.
--
Chuck F (cbfal...@yahoo.com) (cbfal...@worldnet.att.net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net> USE worldnet address!
Yes.
> If so, what C language program should I purchase: Microsoft C, etc?
Well, you have quite a few choices. The most popular commercial products
are Microsoft Visual C++ (yes, it compiles C as well as C++), Borland C++
Builder, and Metrowerks CodeWarrior.
A number of free compilers are available. Here's one list:
http://snurse-l.org/acllc-c++/faq.html#q5.1
LCC and Pacific C are probably nice for beginners.
Hope that helps,
Russell Hanneken
rhan...@pobox.com
> I want to teach my grandson to program math functions which are easy
> in C. However, his computer is a WindowsXP platform.
>
> Is it possible to write executables in C that will work on a WinXP
> machine? If so, what C language program should I purchase: Microsoft
> C, etc?
>
> Thanks
> Doc
>
Don't purchase anything.
http://www.cygwin.com/
http://www.mingw.org/
http://www.bloodshed.net/devcpp.html
http://www.delorie.com/djgpp/
- Daniel