上冯 UnrealEngine的3D导航插件 引擎版本:Master经过4.25测试。 至少应向后兼容4.20,请参阅先前快照的分支,但请注意,功能并未向后移植。 请查看以获取更多信息
2023-05-17 11:38:35 183KB cplusplus navigation pathfinding unrealengine
1
QArchive QArchive是使libarchive现代化的跨平台C ++库,该库可帮助您提取和压缩libarchive支持的档案。 整个库本身经过精心设计,可与Qt事件循环完美配合,因此非常适合您的Qt项目。 我亲自创建了这个项目以提取.7z归档文件,以创建一个库,该库可以更新通过Qt Installer框架安装的Qt Apps,而无需使用Qt提供的更新程序工具,因为我讨厌使用子流程,而且我还想要内置的我的应用程序的更新程序,而Qt Installer Framework已提供的更新程序则无法实现。 特征 单线程和非阻塞API-使用Qt的事件循环。 (您可以选择在其他线程中运行) 易于使用的API-努力匹配Qt的样式。 循环API,不使用互斥锁-整个库是完全循环的,因此不使用互斥锁。(仅信号和插槽。) 喝Qt酷乐-以积极的方式。 用自己的眼睛见证它 #include <
2023-04-10 22:52:29 880KB library cplusplus cross-platform simple
1
很多网友没有那么多积分下载,这里0分提供。有足够积分的朋友,请在csdn中搜 cplusplus.com v3.1 ,其中有个10分的资源,请转去那里下载。毕竟这是那位朋友的辛苦成果。 2013 v3.1版本的离线参考,有个别图片没有下载在里面,影响也不大。如果各位需要chm版本,我倒是分享过一个2012年的chm带索引的了,稍微老了些
2023-03-28 16:40:53 14.77MB cplusplus c++参考
1
cppparser:将CC ++源解析为AST的库
2023-03-24 14:12:57 9.79MB parsing cplusplus parser-library ast
1
qt-material-widgets:基于Qt小部件的Material Design规范实现
2023-03-21 15:07:33 3.58MB qt material-design cplusplus qt-widgets
1
C++离线版,不知道为什么现在网站进不去了,所以就找了点资源,备用
2023-03-13 15:32:37 1.21MB C++
1
When it comes to game programming, C++ is the name of the game. If you aspire to move from game player to game creator, it all starts with learning the fundamentals of C++ and game-programming basics. With BEGINNING C++ THROUGH GAME PROGRAMMING, FOURTH EDITION, you will find an up-to-date and thorough introduction to everything you need to get started--with no previous programming experience required. In the new fourth edition of this popular guide to learning C++, you will work with a complete program while learning each new concept and a game program at the end of each chapter. A final game project at the end of the book draws together everything you've learned. Written with the beginning programmer in mind, BEGINNING C++ THROUGH GAME PROGRAMMING, FOURTH EDITION is a great way to get started in game programming. Table of Contents Chapter 1 Types, Variables, and Standard I/O: Lost Fortune Chapter 2 Truth, Branching, and the Game Loop: Guess My Number Chapter 3 for Loops, Strings, and Arrays: Word Jumble Chapter 4 The Standard Template Library: Hangman Chapter 5 Functions: Mad Lib Chapter 6 References: Tic-Tac-Toe Chapter 7 Pointers: Tic-Tac-Toe 2.0 Chapter 8 Classes: Critter Caretaker Chapter 9 Advanced Classes and Dynamic Memory: Game Lobby Chapter 10 Inheritance and Polymorphism: Blackjack Appendix A Creating Your First C++ Program Appendix B Operator Precedence Appendix C Keywords Appendix D ASCII Chart Appendix E Escape Sequences
2023-02-25 23:02:44 8.88MB C++ Game Programming
1
观众 基于 OpenSceneGraph 的 Qt 小部件显示图像和 3D 点云
2022-12-16 11:25:14 52KB cmake cplusplus qt5 C++
1
2014年最新的C++ Reference www.cplusplus.com网站的部分拷贝.chm 删除了网站中的articles和forum部分,其他部分保留了,无广告,排版可能部分有点问题,大部分是按照原网站的
2022-06-23 10:23:48 9.71MB C++ cplusplus chm
1
QTcpSocket 一个简单的Qt客户端-服务器TCP体系结构,用于在对等体之间传输数据。 该体系结构由2个项目组成: QTCP服务器 QTCP客户端 您可以根据需要实例化尽可能多的QTCPClient。 特征 广播转播 单通道传输 媒体传输功能(* .json,*。txt,*。png,*。jpg,*。jpeg) 更新为Qt 5.15中最新的插槽信号语法 非冗余设计 协议 我设计用来实现数据传输的协议非常简单,每条发送的消息均由以下组成: 128字节固定大小的标头 非固定大小的数据缓冲区 标头采用以下结构: QString header = QString("fileType:%1, fileName:%2, fileSize:%3;") 在哪里: %1可以是“附件”或“消息”; 对于邮件, %2为“ null”,对于发送的附件,对应的fileName; %3是邮件
2022-03-29 10:15:09 594KB tcp cplusplus qt5 tcp-server
1