Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the programming tools of C++

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces "what are the programming tools of C++". In daily operation, I believe many people have doubts about what problems C++ programming tools have. Xiaobian consulted various materials and sorted out simple and easy operation methods. I hope to help you answer the doubts of "what are the programming tools of C++"! Next, please follow the small series to learn together!

1. Editor

vi: The most basic editor, the function is weak, but relatively easy to use. XWindows is not required.

emacs: Without X Window, a powerful editor, C++ programming tools are more difficult to use.

gedit: A better editor under XWindow.

Introduction to C++ development tools

C++ code is written in C++.

How to build Visual C++ environment better

C++ Programming for Learning under Linux

Using C++ language programming to learn

2. Compiler

gcc / g++: I don't need to introduce you, do I?

3. Debugging tools

gdb: Basic debugging tool, no X Window required

xxgdb: graphical encapsulation of gdb under X Window, I have never used it

4. Interface production

Glade

5. Integration tools

Eclipse + CDT: Not very easy to use, but at least it is a C++ integrated development environment.

Kylix: I haven't used it, but it's said that it can also be used to develop C++ programs.

KDevelope: A relatively easy to use integrated development environment, based on KDE.

Now I'm using KDevelope, which was gedit + gcc or Eclipse + CDT. Can anyone recommend a better C++ development tool for Linux? I think if you want to be a real master, it doesn't matter what tools you learn. Don't let tools limit your learning, maybe you plan to learn VC, when you feel completely mastered VC, maybe you are very strange to find that people have not VC.

At this point, on the "C++ programming tools which" learning is over, I hope to solve everyone's doubts. Theory and practice can better match to help everyone learn, go and try it! If you want to continue learning more relevant knowledge, please continue to pay attention to the website, Xiaobian will continue to strive to bring more practical articles for everyone!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report