01.
C++ Coding Standards Item 4: Invest in code reviewsC++ Coding Standards Item 4: Invest in code reviewsSummaryRe-view code: More eyes will help make more quality. Show your code, and read others'. You'll all learn and benefit.审查代码:更多眼睛能帮助提...查看完整版>>
C++ Coding Standards Item 4: Invest in code reviews
02.
注释与反注释Comment/Uncomment selected code in Visual C++看了younker的Comment/Uncomment selected code in Visual C++ 一文后,深有收获。我照着文章上的描述做了一个Add-ins,但是toolbar总是只有一个button。uncomment的button不出现,调了一会儿,未成功。后来,我想...查看完整版>>
注释与反注释Comment/Uncomment selected code in Visual C++
03.
Comment/Uncomment selected code in Visual C++给VC增加注释/反注释的功能 ——杨科 注:本文可随意转载, 但请保留我的署名(CopyLeft)用过VB,PowerBuilder的朋友一定知道在它们的工具条上有两个按钮,用来完成对选中的代码进行注释或反注释,而在...查看完整版>>
Comment/Uncomment selected code in Visual C++
04.
微软软件实现技术授课系列内容之三:Project in C++ Coding PracticeProject in C++ Coding Practice 在利用C++编程的实践中,通常会存在一些影响程序性能、效率、本地化等的缺陷,下面将列出其中的一部分缺陷供大家参考,并且给出一些修正缺陷的意见,以及根据缺陷所造成的影响程...查看完整版>>
微软软件实现技术授课系列内容之三:Project in C++ Coding Practice
05.
RFC4020-Early IANA Allocation of Standards Track Code PointsNetwork Working Group K. KompellaRequest for Comments: 4020 Juniper NetworksBCP: 100 ...查看完整版>>
RFC4020-Early IANA Allocation of Standards Track Code Points
06.
翻译:Effective C++, 3rd Edition, Item 36: 绝不要重定义一个 inherited non-virtual function(通过继承得到的非虚拟函数)Item 36: 绝不要重定义一个 inherited non-virtual function(通过继承得到的非虚拟函数)作者:译者:发布:假设我告诉你 class(类)D 从 class(类)B publicly derived(公有继承),而且在 class(类)B 中定义...查看完整版>>
翻译:Effective C++, 3rd Edition, Item 36: 绝不要重定义一个 inherited non-virtual function(通过继承得到的非虚拟函数)
07.
翻译:Effective C++, 3rd Edition, Item 37: 绝不要重定义一个函数的 inherited default parameter value(通过继承得到的缺省参数值)Item 37: 绝不要重定义一个函数的 inherited default parameter value(通过继承得到的缺省参数值)作者:译者:发布:我们直接着手简化这个话题。只有两种函数能被你 inherit(继承):virtual(虚拟的)和 non-vir...查看完整版>>
翻译:Effective C++, 3rd Edition, Item 37: 绝不要重定义一个函数的 inherited default parameter value(通过继承得到的缺省参数值)
08.
翻译:Effective C++, 3rd Edition, Item 45: 用 member function templates(成员函数模板) 接受 "all compatible types"(“所有兼容Item 45: 用 member function templates(成员函数模板) 接受 "all compatible types"(“所有兼容类型”)作者:译者:发布:smart pointers(智能指针)是行为很像指针但是增加了指针没有提供...查看完整版>>
翻译:Effective C++, 3rd Edition, Item 45: 用 member function templates(成员函数模板) 接受 "all compatible types"(“所有兼容
09.
翻译:Effective C++, 3rd Edition, Item 37: 绝不要重定义一个函数的 inherited default parameter value(通过继承得到的缺省参数值)Item 37: 绝不要重定义一个函数的 inherited default parameter value(通过继承得到的缺省参数值)作者:译者:发布:我们直接着手简化这个话题。只有两种函数能被你 inherit(继承):virtual(虚拟的)和 non-vir...查看完整版>>
翻译:Effective C++, 3rd Edition, Item 37: 绝不要重定义一个函数的 inherited default parameter value(通过继承得到的缺省参数值)
10.
翻译:Effective C++, 3rd Edition, Item 36: 绝不要重定义一个 inherited non-virtual function(通过继承得到的非虚拟函数)Item 36: 绝不要重定义一个 inherited non-virtual function(通过继承得到的非虚拟函数)作者:译者:发布:假设我告诉你 class(类)D 从 class(类)B publicly derived(公有继承),而且在 class(类)B 中定义...查看完整版>>
翻译:Effective C++, 3rd Edition, Item 36: 绝不要重定义一个 inherited non-virtual function(通过继承得到的非虚拟函数)
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。