teaandcode / TestChain

TestChain C++ tutorial
MIT License
95 stars 71 forks source link

Fixed the code for Visual Studio builds. #8

Open fvolkanoski opened 4 years ago

fvolkanoski commented 4 years ago

In Visual Studio you cannot define char arrays without constant expressions, and time.h include was missing.