|
|
|
Ports of GNU C++ to WindowsI know of one port of GNU C++ to windows. Here are the two packages they are bundled with: Cygwin at http://Cygwin.comThis will install and environment that emulates the Linux environment with the bash shell and even an X11 server (XWin.exe). Important note: The Cygwin package no longer installs the compiler by default! A safe approach is to just download everything, but this requires 3/4 GB of disk space! You can probably get away with just selecting the gdb, gcc and g++ options. Documentation on Cygwin is available at http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/dll-stuff/. If you find some better sites, let me know. Bloodshed at http://www.bloodshed.net/dev/devcpp.htmlIn contrast to Cygwin, this emulates the Microsoft Visual Studio development environment with their own free integrated development environment. The GNU CompilerBoth Bloodshed and Cygwin use the same version of the same GNU compiler. At the time of this writing, it is 2.95 (it has been stuck at this version for quite some time). To determining the version number, type in the following bolded text and observe the result. Unfortunately, I can only make this work at a bash prompt and not a CMD.exe prompt.
|
|
Send mail to
webmaster@SIGNITEK.com with
questions or comments about this web site.
|