forhappy / Cplusplus-Concurrency-In-Practice

A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
MIT License
5.22k stars 1.49k forks source link

remove useless header file and update source code format in .md file #15

Open webary opened 8 years ago

webary commented 8 years ago
  1. remove useless header file. #include <cstdio>
  2. use namespace std in .cpp file
  3. update source code format in the .md file: add code language declaration to tell markdown interpreter to render the code by its syntax.

@forhappy