1.C++ Primer 中文版(第四版)
2.More Effective C++中文版
3.Effective C++中文版
4.算法Ⅰ-Ⅳ(C++实现)——基础、数据结构、排序和搜索(第三版)
5.C++标准程序库—自修教程与参考手册
WINDOWS资料(必看)
1.Windows 程序设计(第5版)(上、下册)
2.MFC Windows程序设计(第2版)
3.Windows核心编程
4.Win32多线程程序设计
网络资料(网络方向必看)
1Windows网络编程
2.多玩家游戏程序设计
3.ACE程序员指南——网络与系统编程的实用设计模式
4.C++网络编程 卷1:运用ACE和模式消除复杂性
5.C++网络编程,卷2 基于ACE和框架的系统化复用
6.网络游戏服务器编程
2D/3D资料(2D/3D方向必看)
1.游戏编程入门
2.Direct3D游戏编程入门教程(第二版)
3.DirectX高级动画制作(附CD—ROM光盘一张)——Premier游戏开发丛书
4.3D游戏编程大师技巧
5.3D Math Primer for Graphics and Game Development
专题资料(选择看不分顺序)
1面向对象的游戏开发
2.游戏开发物理学
3.游戏编程精萃1-4
分享到:
相关推荐
C++ programming (i.e., C++98) require revision for software development in modern C++ Effective Modern C++ follows the proven guideline-based, example-driven format of Scott Meyers' earlier books, but...
This book is for every C++ ...This book does not cover general C++ concepts as a rule, but some useful C++ books and articles, listed at the end of some chapters, should serve as excellent references.
KEIL5安装,使用教程,超详细还有附图的哦
《C++编程:2本书合1:初学者掌握C++编程终极指南,快速实现强大程序》是一本面向初学者和对后端编程感兴趣的读者的C++入门书籍。本书由Mark Reed撰写,通过两本书合二为一的形式,全面介绍了C++编程的基础知识和...
描述中的“linux shell (Visual C++ Books)”可能意味着尽管主要内容是关于Linux shell,但可能也包含了有关Visual C++编程的书籍或教程,因为这两者在开发环境中有时会一起使用,特别是当涉及到跨平台编程时。...
《C++ Programming Books》主题包包含了C++编程领域的一本经典著作——《Thomas C. Schwab's C++ Programming Secrets》。这本书是C++学习者和程序员的重要参考资料,它深入浅出地介绍了C++语言的核心概念、语法以及...
C++编程语言是一种广泛应用于系统开发、游戏引擎、软件工程等多个领域的高级编程语言。它以其高效、灵活性和强大的功能著称。"C++编程思想"这本书是C++学习者的必备读物之一,由Bjarne Stroustrup所著,他是C++语言...
The leading author of programming tutorials for beginners introduces you to Visual C++ 2010 Ivor Horton is the preeminent author of introductory programming language tutorials; previous editions of ...
在C++中,读取Excel数据通常涉及到使用OLE Automation(对象链接和嵌入自动化)技术,这是一种允许不同应用程序之间交互的方式。在这个特定的例子中,我们使用Microsoft Visual Studio 2003 MFC(Microsoft ...
smart, ahead-of-the-curve books, like Scott Meyers’s Effective C++ series; challenging, mind-expanding books, like Andrei Alexandrescu’s Modern C++ Design; careful, precise books, like Bjarne ...
In addition to The C++ Standard Library, a worldwide best-seller since its first publication in 1999, his books include C++ Templates: The Complete Guide (with David Vandevoorde and Doug Gregor, ...
It is the first C++ book that actually demonstrates how to design large systems, and one of the few books on object-oriented design specifically geared to practical aspects of the C++ programming ...
Early examples are more complex than in other books, but the thoroughness and relaxed pace of the explanations will bring the novice up to speed. (Although it ships at a slender 350 pages, ...
examples, exercises, and lengthy programming examples to supplement the books that were in use at our university. It soon turned into a collection large enough to develop into a text. The approach ...
不错的关于Neural Networks and Fuzzy Logic的书 语言是C++
C++图书管理系统是一个基于C++语言开发的应用程序,主要用于管理和追踪图书馆中的图书信息,包括图书的借阅、归还、新增和注销等操作。在这个系统中,数据存储在一个结构体数组`books`中,每个元素代表一本图书。...