2018. 10. 17. 18:57

c++ Clocks and Timers

2018. 3. 13. 13:47

thread of c++

c++ 11 Multithreading

Multithreading in C++0x

 

Multithreading in C++0x part 1: Starting Threads | Just Software Solutions - Custom Software Development

This is the first of a series of blog posts introducing the new C++0x thread library. Concurrency and multithreading is all about running multiple pieces of code in parallel. If you have the hardware for it in the form of a nice shiny multi-core CPU or a m

www.justsoftwaresolutions.co.uk

Thread-Safe Initialization of Data

2015. 8. 5. 14:41

C++11 - the new ISO C++ standard