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.