Stanislav Arnaudov
- Generic Execution Around Pointer - [ A set of generic classes for constructing the execution-around-pointer idiom ]
- Multidimensional Array size deduction in C++ - [ A workaround for deducing the dimensions of multidimensional array in C++. ]
- Compile time pipeline in C++ - [ A simple but powerful idiom in C++ for pipelining functions ]
- The optimal CMake project structure. - [ Description of the project structure I intend to use in the future for my c++ projects. ]
- C++ things to think about while programming - [ Several tips that I've explained to myself after I read Effective Modern C++ ]
- C++ Template Specialization - [ On template specialization of a member function in C++. ]