搜索结果
找到约 23 项符合
Bjarne 的查询结果
按分类筛选
VC书籍 TheC++ProgrammingLanguageSpecial3rdEdition.pdf 作者是Bjarne Stroustrup 很好的一本C++书
TheC++ProgrammingLanguageSpecial3rdEdition.pdf 作者是Bjarne Stroustrup 很好的一本C++书
电子书籍 本书是由计算机大师(美)Bjarne Stroustrup所著的一部经典教材。该书主要介绍了
本书是由计算机大师(美)Bjarne Stroustrup所著的一部经典教材。该书主要介绍了,C++语言的设计和演化;是学习、深入了解C++不可或缺的一本好书。
其他 concepts 是由Bjarne Stroustrup和Douglas Gregor撰写的你提交到iso c++委员会的描述泛型编程的concept检验的c++扩展语法的文件
concepts 是由Bjarne Stroustrup和Douglas Gregor撰写的你提交到iso c++委员会的描述泛型编程的concept检验的c++扩展语法的文件
书籍源码 The source code for "C++ Solutions". This book is a companion to the book that is widely recognized
The source code for "C++ Solutions". This book is a companion to the book that is widely recognized as "the C++ bible": The C++ Programming Language (third edition) by Bjarne Stroustrup. If you re a programmer, Bjarne s book comes very highly recommended.
VC书籍 C语言编程经典教程
C语言编程经典教程,The.C...Programming.Language.Third.Edition.Addison.Wesley.Bjarne.Stroustrup
VC书籍 C++是对C的扩充
C++是对C的扩充,是C的超集。它保留了C语言原有的所有优点,与C完全兼容,用C语言写的程序可以不加修改地用于C++,但C++增加了面向对象的机制,它是由贝尔实验室的Bjarne Stroustrup博士及其同事在C语言的基础上开发成功的。 ...
技术资料 The C++ Programming Language第四版
 Extensively rewritten to present the C++11 language, standard library, and key design techniques as an integrated whole, Stroustrup thoroughly addresses changes that make C++11 feel like a whole new language, offering definitive guidance for leveraging its improvements in performance, reliabil ...
VC书籍 是否懂得C语言并不是学习C++的前提。不仅仅是因为C++本身兼容C语言
是否懂得C语言并不是学习C++的前提。不仅仅是因为C++本身兼容C语言,更重要的是C++所倡导的程序设计观念是和C语言完全不同的。C语言在某种意义上是对CPU模型的抽象。尽管C++完全保留了C语言的机器模型,但是C++更加注重对现实世界进行抽象。为此,C++创始人Bjarne Stroustrup专门写过一篇著名的文章:《Learning Standard C ...