相关推荐
-
C++程序设计语言(中文版)pdf格式【Bjarne Stroustrup(本贾尼·斯特劳斯特卢普)博士】
C++程序设计语言(中文版)pdf格式 Bjarne Stroustrup(本贾尼·斯特劳斯特卢普)博士的经典之作 C++之父的重要著作
-
探索编程艺术:Bjarne Stroustrup的C++实践之旅
探索编程艺术:Bjarne Stroustrup的C++实践之旅 stroustrup-pppChapter work from Bjarne Stroustrup's Programming Principles and Practice text项目地址:https://gitcode.com/gh_mirrors/str/stroustrup-ppp 1、项目介绍 stroustrup-...
-
c++程序设计语言特别版(Bjarne Stroustrup著 裘宗燕译)
c++程序设计语言特别版(Bjarne Stroustrup著 裘宗燕译) C++程序设计中的经典之作!
-
Bjarne Stroustrup的经典大作:《C++程序设计语言(特别版)》阅读笔记(1)
Bjarne Stroustrup的经典大作:《C++程序设计语言(特别版)》阅读笔记(1) 第一部分 基本功能 第4章 类型和声明 1. 名字。用于较大的作用域的名字应该是不想对比较长的更加明确的名字,例如vector、Window_with_border和 Department_number。然而,如果在很小的作用域里只使用那些短小...
-
C++程序设计语言中文版by Bjarne Stroustrup
C++程序设计语言中文版by Bjarne Stroustrup
-
C++程序设计语言(特别版)-----C++之父Bjarne Stroustrup的大作
要搞C++的,这本绝对要备好,C++老爸写的书,能不要么??顺便补充一下,这个是PDF版本的很好阅读!!
-
C++程序设计语言[Bjarne.Stroustrup]英文原版.pdf
C++之父--Bjarne.Stroustrup的经典著作。
-
C++程序设计语言(特别版).英文高清.The_Cpp_Programming_Language.Bjarne Stroustrup
C++之父经典名著 C++程序设计语言(特别版).英文高清.The_Cpp_Programming_Language
-
Bjarne Stroustrup:概观C++程序设计语言 (转)
Bjarne Stroustrup:概观C++程序设计语言 (转)[@more@] From The Handbook of object Technology (Editor: Saba Zamir). CRC Press...
-
c++编程规范 C++语言之父Bjarne Stroustrup
C++ Core Guidelines (Bjarne Stroustrup Herb Sutter) P: Philosophy 见名思意 尽量使用标准库 可以编译时检查的尽量编译时检查 比如使用static_assert等等 资源一定要释放 const的合理使用 使用合适的工具以及一些工具库避免重复造轮子 P.1: Express ideas directly in code 所见即所得...
-
C++程序设计语言(特别版) Bjarne Stroustrup著 习题详解(含目录)
C++程序设计语言(特别版) Bjarne Stroustrup著 习题详解(含目录)
-
Bjarne Stroustrup的经典大作:《C++程序设计语言(特别版)》阅读笔记(2)
Bjarne Stroustrup的经典大作:《C++程序设计语言(特别版)》阅读笔记(2) 第5章 指针、数组和结构 1.零。由于各种标准转换,0可以被用作任意整型、浮点类型、指针、还有指向成员的指针的常量。0的类型将由上下文确定。在典型情况下0被表示为一个适当大小的全零二进制位的模式(但也不必如此)。...... 在C中流行的...
-
C++之父(Bjarne Stroustrup)给C++初学者的信
C++之父(Bjarne Stroustrup)来信,我们怎么学习C++,让我们一起来看看吧 From: bs@alice.att.com (Bjarne Stroustrup) Newsgroups: comp.os.msdos.programmer, comp.sys.ibm.pc.programmer, comp.lang.c++,comp.lang.c Sub
1 楼 Allen 2008-04-24 12:49