Use constexpr to Accelerate C++ Programs 12-24-2019 12-24-2019 blog 5 minutes read (About 710 words)Create Compile-Time Constants CPP, Software Engineering Read more
Python-Like Dictionary in C++ 12-17-2019 12-17-2019 blog 5 minutes read (About 701 words)Employ the Convenience of std::any from C++ Standard 17 CPP, Software Engineering Read more
Console Snake Game 12-15-2019 12-22-2020 project 3 minutes read (About 401 words)Playing Snake Game in Console with Background Music CPP, Game Read more
Use Shared Memory in Templated Kernels in CUDA Programming 05-04-2019 05-04-2019 blog 5 minutes read (About 702 words)A Trick to Work Around CPP, CUDA, C Read more
Pass Function Pointers to Kernels in CUDA Programming 04-28-2019 04-28-2019 blog 4 minutes read (About 547 words)Some Alchemy in CUDA Programming CPP, CUDA, C Read more
Format C/C++ Code Using Clang-Format 04-22-2019 08-22-2020 blog 3 minutes read (About 439 words)Clang-Format Quick Tutorial CPP, C Read more
PIC and PIE Toggles for Compiler 04-20-2019 04-20-2019 blog 7 minutes read (About 981 words)Quick Understanding of Position Independent Code and Executables CPP, Computer Systems, Compiler, C, CMake Read more