且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

IDE用于C ++软件开发

更新时间:2022-10-15 15:07:02

首先,您需要知道您所针对的操作系统以及使用哪种语言。 C ++不是镇上唯一的游戏。 Java,Objective-C和C#也是重要的语言。



Microsoft Visual Studio:下载适用于Windows世界,同时也适用于 Eclipse



另外, QT 上的内容非常有用。



不仅希望,还要学习编程。它是将代码构建为有用软件的艺术。从基本技能开始,写下干净的代码并从错误中吸取教训。 ; - )


我只能用于Windows编程;我已经使用Visual Studio 15年了,已经习惯了一些工具,很难想象在没有它们的情况下进行编码。


我用C#编写并使用MS Visual Studio

I hope to be a software developer in C++. What are the IDEs use in commercial industry for C++ developments. Which areas I have to focus mainly?

At first you need to know which OS you are targeting and which language. C++ isnt the only game in town. Java, Objective-C and C# are also important languages.

Microsoft Visual Studio: Download for the Windows world but also Eclipse

Also a look on QT is really useful.

Do not only hope, but learn programming. It is an art of architecting code into useful software. Begin by the basic skills, write "clean code" and learn from your mistakes. ;-)


I can only anwser for Windows programming; I have been using Visual Studio for 15 years and have gotten used to some of the tools, hard to imagine coding without them at this point.


I write in C# and use MS Visual Studio too.