Any suggestions for good and free C++ compilers/IDMs? It might be useful to know I've never written anything in C or C++ before, but I have some experience with Java and have used JBuilder.
Any suggestions for good and free C++ compilers/IDMs? It might be useful to know I've never written anything in C or C++ before, but I have some experience with Java and have used JBuilder.
Trinithis
The gcc suite will include anything you might need. It comes as standard with any GNU distribution, and is available for Windows most easily as part of the Dev-C++ IDE.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
I'd ask for a portable c compiler(which you can carry in a usb stick)
Er? Why?
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
What's a gcc suite or a GNU distribution? In any case am I correct in saying that whatever they are, they come with Dev-C++ IDE?
Trinithis
The GNU Compiler Collection, one of the best compiler suites available.What's a gcc suiteGNU is Not Unix: a UNIX-like distribution of Free utilities distributed with most Free kernels -- Linux, BSD, Hurd, and the like.or a GNU distribution?Yes.In any case am I correct in saying that whatever they are, they come with Dev-C++ IDE?
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Thanks for the help. Just two questions. Is there a way to change the color of the bracket highlighting (I don't like black)? And is there a way for the program to automatically indent the closing brace of a block, as with the following?
vs.Code:function () { //stuff }
Code:function () { //stuff }
Trinithis
The answer to both of your questions is "probably." I don't use Dev-C++ any more: it's Windows-only and IMO, KDevelop is better anyway. Play around in the options and documentation and see what you can do?
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Bookmarks