2021. 6. 1. 16:18

c++ User defined literals

2020. 2. 8. 21:27

Template metaprogramming

2020. 1. 30. 19:27

C++ Template

2019. 1. 21. 11:00

Circular reference problem with smart pointer

Circular dependency issues with std::shared_ptr, and std::weak_ptr

Smart pointers which is implemented using reference counting cause a memory leak when there is a circular dependency with them.


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

2018. 3. 6. 18:40

c++ move semantics

Intro to smart pointers and move semantics


Value categories

2015. 8. 5. 14:41

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

2014. 7. 14. 09:10

C++ Cocurrency tutorial

c++ Concurrency tutorial

http://baptiste-wicht.com/categories/c11-concurrency-tutorial.html

2013. 1. 22. 17:53

c++ Optimization

http://www.tantalon.com/pete/cppopt/main.htm

c++ Optimization 에 대한 정리 글