What are the programming tools of C++
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!