惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
Docker
腾讯CDC
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
博客园 - 司徒正美
T
The Blog of Author Tim Ferriss
Vercel News
Vercel News
P
Proofpoint News Feed
雷峰网
雷峰网
博客园_首页
B
Blog RSS Feed
Microsoft Azure Blog
Microsoft Azure Blog
爱范儿
爱范儿
V
V2EX
F
Fortinet All Blogs
酷 壳 – CoolShell
酷 壳 – CoolShell
MyScale Blog
MyScale Blog
S
SegmentFault 最新的问题

博客园 - peter he

LPCTSTR c++ 资源文件操作 - peter he Unicode-enabling Microsoft C/C++ Source Code big-endian和little-endian HeapAlloc和GlobalAlloc以及VirtualAlloc三者之间的关系 电脑运行中死机解决方案<经典> The difference between Delegate and Composite The most effiective core chinese journals Some ideas 电池缩水 操作系统缩水 显卡缩水(时钟频率、显存大小、显卡接口、显存位宽) 非Firefox浏览器检测组件 个人习惯培养计划 房价和肉价反应的真实社会 答辩开始 洗心革面, 重新开始 从“老公”的称呼来历,看男人地位的变迁 嵌入式系统 Boot Loader 技术内幕
C++ Review Series
peter he · 2007-05-29 · via 博客园 - peter he

In the next half year, I will be interviewed for jobs. C++ Technology will be a primary part. So I will write some articles to introduce the basic concepts and theories. Most  of importance , the application of C++. 

Because of C++ as a better c,  some c language knowledge will be introduced briefly.

This series continues for about one month.

There are 4 Parts in this series.

  • C. The standard c is also been used in many fields and applications, especial embeded system and high-performance network system.
  • C++ Fundament. Some basic c++  grammers(template, conversation and cast, visibility, exception and etc.) and important concepts such as Data Abstraction via encapsulation, Inheritance, Polymorphism.
  • Advanced C++. Some tips in C++ and some common used libraries. 
  • C++ In Action. I will introduce some small projects in step by step. Such as DistributedHashTable, Simulation of Hospital with patient, doctor.  Some open source libraries will be used in those projects.