Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 192 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 192 Bytes

cpp-tips

We recommend that you compile it under Linux using the g++ tool. For multi-threaded services, -pthread needs to be added.

g++ main.cpp -o main -std=c++11 -pthread