does anybody knows what app to use to train to develop ? I'm am very (very) novice and I have to train myself at home on developing simple programs in the C++ language. Apps like DevC++ are not available for macs, what to you think I should do ? I'm not ready to create a partition on my macbook though.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as off topic by Lusitanian, Shawn Chin, Adriano, lc., Robert Longson Oct 22 '12 at 10:05
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
You can use Qt, it's free if you don't make commercial programs and it is cross-platform. |
|||||||||||||||||||
|
|
Are you looking for a compiler or an IDE? For an IDE you could use Eclipse, XCode or you could just use any text editor. For compiler you should use g++ which you will get by downloading XCode from the appstore. |
|||
|
|