Anyone know some good Linux C++ compilers? Can I get DEV C++ for linux?
Printable View
Anyone know some good Linux C++ compilers? Can I get DEV C++ for linux?
You mean like g++
Which is the same compiler which is at the heart of dev-c++
Your Linux distro should have come with a compiler, and It's probably installed on your system!!! g++ or gcc??? I dunno, I'm not a Linux guy.
TheFreeCountry.com has links to several free compilers (For various platforms).
Want IDEs? Try Emacs! :D
There's an alpha version on the CD.Quote:
DevC++ is only for windows.
Keep joking.. I've used pico with telnet, then compiling with gcc and runing the app on the remote server!!!! :DQuote:
Try Emacs
Now that you mentioned it, I went checking...Quote:
There's an alpha version on the CD.
Quote:
NOTE: CD orders will be processed on December 26th
The new Bloodshed CD-ROM is available. It contains new software, packages and documentations that you can easily install using the included Bloodshed installer/browser. Please note that by ordering this CD, you support further development of these software.
The CD includes :
- Latest Dev-C++ 5 beta
- Dev-C++ 4 and 5 Packages (SDL, wxWindows, DirectX and many more)
- Dev-C++ 4 (CD version)
- Dev-C++ 4.01 update
- Dev-Pascal 1.9.2 (with Free Pascal and GNU Pascal)
- Sources for Dev-C++ 5, Dev-C++ 4 and Dev-Pascal
- QuickInstall 2.0
- Avi Creator 1.5
- Dev-C++ for Linux (alpha)
- Other compilers (Cygwin, Djgpp...)
- Extra useful documentations and software
But I wasn't joking. I truly love Emacs. :)
Vi on the other hand, is short for Vile! Bah.. How could you ever remember all those commands: +yJdU/ and all that. :p
The linux distribution should come with a compiler... G++, GCC (like they said above). There is no IDE but it's a good compiler...
As they said above all linux distors come with g++ as a compiler. For a development environment you can also try Kdevelop (comes with kde). If you can do with a text editor both Kwrite and Gedit have really good syntax highlighting.
VI4Ever :)
Dev-C++ is not a compiler anyway, it's an IDE :)
As to a GOOD compiler, Intel has one.
am I the only one that sees this question as a little backwards?Quote:
Originally Posted by LiX
GCC/G++ is the compiler that comes with most *nix distributions, and Dev-C++ uses a MingW port of GCC to compile the programs.
Essentially, when you're using Dev-C++, you're using a compiler originally built for *nix that has since been ported to windows.
gcc was originally created with no specific operating system in mind :)