vittorioromeo / Tutorials

Repository for my YouTube tutorials + code snippets
https://www.youtube.com/channel/UC1XihgHdkNOQd5IBHnIZWbA
Other
231 stars 54 forks source link

Compilation error in Visual Studio 2013 #4

Closed ikalininskiy closed 9 years ago

ikalininskiy commented 9 years ago

\DiveIntoC++11\1_Arkanoid\p9.cpp

error C2144 and error C4430 on line 6:

constexpr int windowWidth{ 800 }, windowHeight{ 600 };

vittorioromeo commented 9 years ago

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.