modern-cpp icon indicating copy to clipboard operation
modern-cpp copied to clipboard

C++ online course. Modules about modern C++ features. C++11, C++14, C++17 and C++20

Results 2 modern-cpp issues
Sort by recently updated
recently updated
newest added

``` #ifndef M_PI #define M_PI acos(-1) #endif ``` The code snippet after `#include ` guarantees correct operation. It would be better to additionally check that we do not have a...