Closed ikalininskiy closed 9 years ago
\DiveIntoC++11\1_Arkanoid\p9.cpp
error C2144 and error C4430 on line 6:
constexpr int windowWidth{ 800 }, windowHeight{ 600 };
Unfortunately constexpr isn't supported by Visual Studio 2013, sorry! I suggest updating to the newest Visual Studio or using MinGW for windows modern C++ development.
constexpr
\DiveIntoC++11\1_Arkanoid\p9.cpp
error C2144 and error C4430 on line 6:
constexpr int windowWidth{ 800 }, windowHeight{ 600 };