Cplusplus-Concurrency-In-Practice
Cplusplus-Concurrency-In-Practice copied to clipboard
remove useless header file and update source code format in .md file
- remove useless header file.
#include <cstdio>
- use namespace std in .cpp file
- update source code format in the .md file: add code language declaration to tell markdown interpreter to render the code by its syntax.
@forhappy