Class/struct members not initialized, makes initialization different between Windows and OSX/Linux

Also g-mon found out this problem in:

I think this is mainly because windows does not allocate zero filled memory buffers, there could be garbage in allocated memory causing trouble in Windows when it would work in other systems.
There are also intellisense related warnings, but these could be adressed as they really happen in the code.