Translations:Kdevelop4/Manual/Meet KDevelop/3/zh-cn: Difference between revisions

From KDE UserBase Wiki
(Created page with "'''KDevelop'''提供现代集成开发环境所拥有的功能。对于大型项目和应用程序,最重要的功能便是'''KDevelop'''能“'理解C++'':它会分析整个...")
 
No edit summary
 
Line 1: Line 1:
'''KDevelop'''提供现代集成开发环境所拥有的功能。对于大型项目和应用程序,最重要的功能便是'''KDevelop'''能“'理解C++'':它会分析整个源代码,并记住哪一各类有哪几个成员函数、变量在哪里被定义、它们是什么类型的以及其他你编程所需的东西。比如说,假设你的项目的头文件声明了一个类
'''KDevelop'''提供现代集成开发环境所拥有的功能。对于大型项目和应用程序,最重要的功能便是'''KDevelop'''能“理解C++'':它会分析整个源代码,并记住哪一各类有哪几个成员函数、变量在哪里被定义、它们是什么类型的以及其他你编程所需的东西。比如说,假设你的项目的头文件声明了一个类

Latest revision as of 13:29, 10 February 2012

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Kdevelop4/Manual/Meet KDevelop)
'''KDevelop''' offers all amenities of modern IDEs. For large projects and applications, the most important feature is that '''KDevelop''' ''understands C++'': it parses the entire source base and remembers which classes have which member functions, where variables are defined, what their types are, and many other things about your code. For example, let's say one of your project's header files declares a class

KDevelop提供现代集成开发环境所拥有的功能。对于大型项目和应用程序,最重要的功能便是KDevelop能“理解C++:它会分析整个源代码,并记住哪一各类有哪几个成员函数、变量在哪里被定义、它们是什么类型的以及其他你编程所需的东西。比如说,假设你的项目的头文件声明了一个类