Quote:
Originally Posted by koraX
also remember that everything is case sensitive in C/C++, even filenames. Micro$oft visual studio does not correctly handles file names (create some project and see: stdafh.h is name of file and in source code, Visual .NET types #include <StdAfx.h> which of course will rin on Windows(tm) machines but won't even compile on Linux)
|
This is nuts, must be Microsoft's way of locking you in. I recommend you use another compiler unless you don't care.