can anyone tell me good compile for c++
Moderator: Board moderators
can anyone tell me good compile for c++
i use VC.NET is it good compile.
-
- New poster
- Posts: 44
- Joined: Sun Apr 27, 2003 3:17 am
- Location: Rio Grande do Norte - Brazil
- Contact:
http://gcc.gnu.org/
Website of the GNU GCC project. Most linux distributions already come with gcc/g++. If yours doesn't, look for some guide on how to install it. If you use Windows as your OS you should probably give Cygwin a try:
http://www.cygwin.com
Hope it helps,
Website of the GNU GCC project. Most linux distributions already come with gcc/g++. If yours doesn't, look for some guide on how to install it. If you use Windows as your OS you should probably give Cygwin a try:
http://www.cygwin.com
Hope it helps,
Daniel
UFRN HDD-1
Brasil
UFRN HDD-1
Brasil
-
- Guru
- Posts: 584
- Joined: Thu Jun 19, 2003 3:48 am
- Location: Sanok, Poland
- Contact:
What do you mean? You need gcc-g++ package and all its dependencies (namely cygwin bash binutils w32api mingw-runtime libintl3 gcc-mingw-g++ gcc-core), which in turn might have their own depencencies. Setup pulls them automatically, if you uncheck any of them the installation process will fail. There should be about 50 MB to download, it's not that much I suppose.