Re: Misc C++ things I have trouble understanding -
02-04-2004
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)
|