Day 2: Operators – C++
It’s about the usage of the function round. References http://www.cplusplus.com/reference/cmath/round/
Virtual Functions – C++
Descritpion Submission There are 2 major points here, pure virtual function and static member variable. References https://en.cppreference.com/w/cpp/language/static
Inherited Code – C++
It’s interesting to inherit the exception class.
Preprocessor Solution – C++
Preprocessors sometimes only do dull string replacement jobs but with amazing effects. References https://fenghe.us/the-c-preprocessor/ http://www.cplusplus.com/doc/tutorial/preprocessor/
Day 1: Data Types – 30 Days of Code
C++ You may find this information helpful when completing this challenge in C++. To consume the whitespace or newline between the end of a token […]
C++ Class Templates – C++
Templates Go Further Explicit(full) template Specialization