登录
首页 » Visual C++ » ThinkingC++

ThinkingC++

于 2008-08-08 发布 文件大小:14160KB
0 167
下载积分: 1 下载次数: 20

代码说明:

  Thinking C++ 中文版,学习VC++的好书,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。(Thinking C++ Chinese version, learning VC++ The book, using simple examples and concise narrative on the C++ Programming distinctive. Book is divided into eighteen chapters, covering the evolution of object, data abstraction, hidden realize, initialization and removal, function overloading and default parameters, input and output streams, the constants, inline functions, named control, reference and copy constructor, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and package type containers, multiple inheritance, exception handling and run-time type identification. This book as an official self-study materials and books are very good, as a program designer reference books are also very suitable.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MeansOfString
    c语言中字符串的处理,其中包含了各种针对字符串问题的处理方法以及库函数(c language string handling, which includes a variety of problems for string processing method and library functions)
    2013-08-31 08:57:26下载
    积分:1
  • vc++6.0数据库编程大全(代码)
    vc++6.0数据库编程大全一书得各个章节得源码,比较详细.可以仔细参照学习!(Detail codes for each paragraph of <<Full-scale of VC++6.0 data base program>>)
    2020-06-26 08:20:02下载
    积分:1
  • socket_program_guide
    1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 (1. Socket Programming Principle 1.1 Client/server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t Windows Sockets 3.3 categories : filing with the way socket 340 socket communication flow sequence of operation to use 3.5 CAsyncSo cket category 3.6 derived from the socket type 3.8 3.7 socket notice the use of a network of CSocket Communication Liaison example 3.8.1 server application design (ServerDemo) 3.8.2 client Application D)
    2020-11-14 14:59:42下载
    积分:1
  • TheCPLcn
    序自从1978年《C程序设计语言》出版以来,计算机界经历了一场革命。大型计算机变得更大;而个人计算机的能力可以和十年前的主流计算机相媲美。在这段时间中,C语言也在悄悄地改变,并且早已超出了仅仅作为UNIX操作系统的语言的范畴。(sequence since 1978 "C Programming Language" has been published, the computer industry has undergone a revolution. Large computers become bigger; But the personal computer and the ability to mainstream a decade ago comparable computer. During this period of time, C language is also quietly change, and already in excess of the UNIX operating system only as the language of the area.)
    2006-07-25 16:20:22下载
    积分:1
  • zhouyou
    一个简单的马的周游问题,使用c语言编程,代码保证能运行~~(A simple question to travel around the horse, using c programming language, code guaranteed to run ~)
    2014-11-29 00:01:24下载
    积分:1
  • Visual-CPP500samplesDoc
    说明:  全文对VC.net控件功能以及一些特殊windows编程做了详细的解答,并用实例一一做了讲解与指导,是一本对于VC.net编程爱好者值得一看的参考书。(this book is very good to fans for vc.net in which all kinds of samples are shown.)
    2011-02-18 08:55:32下载
    积分:1
  • MFC
    深入浅出MFC第二版,候俊杰著,适合深入研究的开发人员,不建议初学者(MFC easy, second edition, Hou Junjie book, suitable for in-depth study of the developer is not recommended for beginners)
    2013-04-27 19:26:56下载
    积分:1
  • ComplexT
    说明:  复化梯形公式,数值计算。This the main application source file(Minute trapezoid formula, numerical calculation. This is the main application source file)
    2005-10-20 11:04:41下载
    积分:1
  • UART
    说明:  凌阳代码,适用于SPCE061A单片机。串行通信。(Sunplus code applies to single-chip SPCE061A. Serial communication.)
    2009-08-20 22:10:41下载
    积分:1
  • Energy-detection-of-unknown-deterministic-signals
    一篇关于能量检测的经典论文,非常经典,并具有启发性(A classic papers on the energy detection, very classic, and instructive)
    2009-12-14 13:34:08下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载