ended7월 12일· 1 sources

You don't know how to use constants in C++.

Why it matters

When I took my first university programming class, my professor taught us to define constants using #define . It's a practice that should not be used in production code, to write robust, modern C++, y...

1
Sources
+0
24h
Growth
71d
Active

Sources

Related Issues