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

推荐订阅源

月光博客
月光博客
有赞技术团队
有赞技术团队
S
SegmentFault 最新的问题
宝玉的分享
宝玉的分享
量子位
小众软件
小众软件
The Cloudflare Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
G
Google Developers Blog
博客园 - 叶小钗
H
Help Net Security
Jina AI
Jina AI
Y
Y Combinator Blog
Last Week in AI
Last Week in AI
GbyAI
GbyAI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Apple Machine Learning Research
Apple Machine Learning Research
MyScale Blog
MyScale Blog
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Vercel News
Vercel News

博客园 - 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.