I'm using VS13 and encountered few problems. Actually I managed to compile few first projects, but it took some time.
- VS doesn't support constexpr, so i have to remove it
- i had to replace logical operators written like this: 'not', 'and'.. to '!', '&&'
- for example in 03_Android there're missing constructors
- i had some problems with GLEW references
It's a lot of fuss just tu run these project.
Would be great if somebody knew how to handle problem with logical operators.