首页
学习
活动
专区
工具
TVP
发布

漫漫深度学习路

专栏作者
167
文章
216721
阅读量
54
订阅数
10 Books that could Make you a Better C++ Programmer
I just recently read a post by Programming Zen on 10 recent books that will make you a better developer. I have a few books to add to the list although these may not be as recent and that are focused to C++... making my list really 10 classic books that will make you a better C++ developer J. Some of these books have multiple editions and the older ones can be bought cheaper and usually don’t have significant revisions. There’s one exception that I can think of,Deitel and Deitel (D&D). My copy was the 5th edition of the Deitel and Deitel book but from what I’ve heard, it fixed some voice issues and they have introduced lots of new material with each edition to address C++ and STL updates. Finally, if you’re looking for our list of Microsoft Press books for C++ developers, we have a great one on the developer center and I’ll exclude those from this list as this one is more personal and focused to books that have influenced me along the way as a developer. Here’s my list, in no particular order with exception for The Pragmatic Programmer, my dog-eared copy still serves as my developer mantra.
ke1th
2019-05-29
5530
QT signal / slot mechanism
QT 是一个跨平台的 C++ GUI 应用构架,它提供了丰富的窗口部件集,具有面向对象、易于扩展、真正的组件编程等特点,更为引人注目的是目前 Linux 上最为流行的 KDE 桌面环境就是建立在 QT 库的基础之上。QT 支持下列平台:MS/WINDOWS-95、98、NT 和 2000;UNIX/X11-Linux、Sun Solaris、HP-UX、Digital Unix、IBM AIX、SGI IRIX;EMBEDDED- 支持 framebuffer 的 Linux 平台。伴随着 KDE 的快速发展和普及,QT 很可能成为 Linux 窗口平台上进行软件开发时的 GUI 首选。
ke1th
2019-05-26
1.5K0
QT 学习笔记
Qt中所提供的类都是按模块进行组织的,反映到文件就是不同的文件夹。使用qtcreator新建工程时,可以看到默认情况下已经包含了qtcore和qtgui模块,需要增加或移除某个模块的引用时只需要将相应的复选框勾上或取消即可。如果工程已经创建后需要增加或移除,可以打开pro文件编辑。比如:
ke1th
2019-05-26
9710
c++临时变量
本文介绍了C++临时变量的作用和用法,包括用于保存表达式的结果、节省空间、避免不必要的拷贝等。当编译器需要创建临时变量时,会在函数返回前创建,并在函数返回后被销毁。同时,编译器可能会根据情况选择是否创建临时变量,例如在函数返回值传递时,如果没有对象接收,编译器就会创建临时变量。
ke1th
2018-01-02
7140
C/C++ 预处理器
该文讲述了C/C++预处理器中的宏定义相关知识点,包括宏定义的语法、语法规则、常见宏示例、宏展开的过程、#与##符号的作用、宏的参数传递方式、预处理器宏定义的注意事项以及预处理器中其他一些常用指令的作用。
ke1th
2018-01-02
1.3K0
c++复杂声明
void (*funcPtr)(); 上面声明了一个指向函数的指针,当碰到这样一个比较复杂的声明时,最好的方法是从 中间开始和向外扩展: 从中间开始:即 从变量名开始 像外扩展:即 先注意右边最近的项
ke1th
2018-01-02
6380
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档