zondag 27 juli 2014

C++ style guide of ID software

No exceptions.
No References (use pointers).
Minimal usage of templates.
Const everywhere.
Classes.
Polymorphism.
Inheritance.

woensdag 2 juli 2014

Visual Studio 2013 IIS express development webserver 64 bit

On a 64 bit Windows 7 platform, the IIS express (development webserver) will run your application in 32 bit mode if you compile it for AnyCPU. This is very strange, ofcourse.
Check the following checkbox to run it in 64 bit: Menu -> Tools/Options/Projects and Solutions/Web projects/Use 64 bit version of IIS express for web sites and projects.