Archive for the ‘C/C++’ Category

Warning Restricted Area LAS by planetc1 Hi ! If you compile your project in Warning Level 4 /W4 (Project > Properties > C/C++ > General > Warning Level : Level4 (/W4) in Visual Studio), you have probably seen this warning : Warning 2 warning C4100: ‘var’ : unreferenced formal parameter You think your code hasn’t [...]