C++开发工程师学习路线

通用

Linux

git或其他版本管理工具

Git大全:https://gitee.com/all-about-git
推荐教程:
码云官方的可视化分支交互教程,对新手友好: https://oschina.gitee.io/learn-git-branching/

Git官方开源书籍《Pro Git》:https://git-scm.com/book/zh/v2

数据库

编译原理

《编译原理》(龙书):https://book.douban.com/subject/3296317/

数据结构

设计模式

C++实现:《设计模式:可复用面向对象软件的基础》:https://book.douban.com/subject/1052241/

Java实现:《大话设计模式》:https://book.douban.com/subject/1052241/

C++工程师

GUI编程,推荐Qt

Qt入门书籍推荐霍亚飞的《Qt Creator快速入门》,Qt进阶书籍推荐官方的《C&#

猜你喜欢

转载自blog.csdn.net/nicebluechai/article/details/103792101