What is the best ide/compositor for C++ in windows?

Update:

This includes Free and Paid ones.

✅ Answers

? Favorite Answer

  • For developing Windows-only apps, it’s Visual Studio, undoubtedly. The Visual C/C++ compiler is pretty good, except for lack of support for C and C. The optimizer is excellent in “release” builds, and the “debug” builds include a ton of safety checks, both in generated code and in the libraries. The debugger itself knows about Windows and threads, and the editor’s language awareness is excellent. The profiler (only in Ultimate or Enterprise, I think, but check that) is also a nice tool to have. You can measure objectively which methods can benefit from optimization. You also get resource editors for producing Window-specific icons, string tables (as in translation strings for internationalized apps), images and more.

    (However, a lot of the “more” only applies to “Managed C++”, which is a .NET language that looks a lot like C++ until you actually start using the .NET classes.)

    For Standard C++ apps, I prefer the Code::Blocks + MinGW port. It will also compile Win and Win apps, but I use C::B to whip up quick tests and as access to a GNU compiler to help spot code that might not be portable. I also use C::B as my preferred IDE on Linux, where it’s an almost seamless transition. So, Code::Blocks gets my vote as best free C++ IDE.

  • Eclipse

    Microsoft Visual C++

  • I’d say Visual Studio .

  • Other Related Questions

    Learning Visual Basic ?

    Answers Favorite AnswerTry using "System.Diagnostics.Process. GetProcessesByName( "iwmp" ).Length > " for your check.

    Microsoft Office word Fast answer needed its urgent?
    See also  How to change handwritten notes into Times New Roman text.?

    Answers Favorite AnswerTry this:http://www.techsupport.com///microsoft-wo...Here is another thread re: the same issue with instructions:http://www.pcreview.co.uk/forums/modification-not-...http://www.techsupport.com///microsoft-wo...http://support.microsoft.com/kb/http://answers.microsoft.com/en-us/office/forum/of...

    Can I download a whole city android google maps?

    Answers Favorite Answer:) Yes!!!Interesting question. I wonder why it has blocked in this way especially considering that Google Earth is very detailed and has good maps of Israel.

    What is meant by ROM ? Explain in simple but elaborate terms.What about mobile ROM’s?

    Answers Favorite AnswerHi Diva below is a link that will give a simple answer.http://wiki.answers.com/Q/What_does_ROM_stand_for_...Hope this helps.Source(s): Experience and wiki answers.ROM is Read only memory. i.e data can write only once.There two types of ROM..ROM.PROMThe difference between ROM and PROM.that is ROM is programmed during manufacturing it means data stored by manufacturing company.PROM is blank memory that a user programmable memory.user can store content on PROM.both ROM and PROM are Read only memory Data can write only once.and its not possible to write so many time.Memories of PROM and ROM are Non-volatile in nature. Its that stored informations can retain even power goes off.

    Leave a Comment