1. c compiler
- Posted by mexzony Oct 06, 2010
- 1441 views
guys,pls i need d links to download a c compiler for euphoria,apart from openwatcom.org.
2. Re: c compiler
- Posted by PtitChaud Oct 06, 2010
- 1429 views
hello,
why you don't want OpenWatcom compiler ? I use it and i'm curious to know.
3. Re: c compiler
- Posted by m_sabal Oct 06, 2010
- 1424 views
If you like GCC on Linux and need it for Windows, use MinGW. http://www.mingw.org/
4. Re: c compiler
- Posted by Vinoba Oct 13, 2010
- 1364 views
- Last edited Oct 14, 2010
If you like GCC on Linux and need it for Windows, use MinGW. http://www.mingw.org/
If you work is mainly in Windows, there is nothing better than Microsoft Visual C++. Pelles latest version 6 is also very good.
Both these are unicode compliant.
5. Re: c compiler
- Posted by kenneth Oct 14, 2010
- 1227 views
If you work is mainly in Windows, there is nothing better than Microsoft Visual C++. Pelles latest version 6 is also very good.
Pelle has now released version 6.5. OpenWatcom C lags behind the standards, but compiling OpenEuphoria code that has been converted to C is right up its alley. It can be expected to also handle the new version of win32lib when that becomes available. In the old days, it was an advantage to use Pelle's C or Lccwin32 because they were much smaller downloads than OpenWatcom - they didn't include C++. Now the download size hardly matters. (In the really old days, only the rich could afford to live in caves. Things haven't changed much.)