Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 534 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 534 Bytes

LearnCpp

This repository contains basic example when I am learning c and cpp language.

DynamicRegisterModule

Simple code demo how to register module like ffmpeg project.

ThreadSafeSingleton

Simple code demo how to write thread safe singleton(shared instance) using cpp template and pthread_once(like objective c dispatch_once). Refered from

Pointer to Implement

Runloop

rvalue reference

std::move and std::forward

tbb