Use noexcept for Exception Handling in C++ Programs 12-31-2019 12-31-2019 blog 9 minutes read (About 1388 words)Understand Why We Would Use noexcept Sometimes CPP, Software Engineering Read More
Exception Handling in C++ Programs 12-30-2019 12-30-2019 blog 3 minutes read (About 384 words)Some C++ Exception and Error Basics CPP, Software Engineering Read More
Parsing Argument Using Getopt in C/C++ 12-24-2019 12-24-2019 blog 8 minutes read (About 1187 words)A Survey for C/C++ Argument Parsers CPP, Software Engineering, C Read More
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 403 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 440 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 983 words)Quick Understanding of Position Independent Code and Executables CPP, Computer Systems, Compiler, C, CMake Read More