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 #14

Closed webary closed 8 years ago

webary commented 8 years ago

(1) remove header declaration #include <cstdio> ; (2) add code language declaration to tell markdown interpreter to render the code by its syntax. @forhappy