Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 771 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 771 Bytes

Linux_Code_Test

The main role of the project:

  • CMake's usage
  • Make's usage
  • Shell's usage
  • Multi-thread's usage
  • Multi-process's usage
  • Socket's usage
  • Special usage of C/C++ under Linux
  • GNU AWK's usage
  • Implementation of C++ Standard Template Library: pair, string, vector

CMake Blog: fengbingchun

Make Blog: fengbingchun

Shell Blog: fengbingchun

Multi-thread/Multi-process Blog: fengbingchun

Socket Blog: fengbingchun