Always remain updated about current software development trends
This article aims at building an simple Windows phone 7 application for accessing Codeproject content.
A glance at the C++11 Standard, covering features supported in VS2010.
For Visual Studio IDE we can detect leaks by using CRT debugger functions#define _CRTDBG_MAP_ALLOC#include #include void main(){ // ...... // ...... _CrtDumpMemoryLeaks();}This will dump leaks if any to the Output window. Check this link :...
As stated by many, the inclusion of /FORCE:MULTIPLE switch may lead to unexpected scenarios (even though the code will compile and link) and as an alternative we can build a DLL wrapper [as hinted by dvpsun] over any of the static lib and can invoke the repeated...
How to build an image (DLL/EXE) when two of its included libraries have the same symbol (say function/variable) using VC++
A glance at the C++11 Standard, covering features supported in VS2010. This is the next part of this series
c# .net dev intermediate asp.net windows sql beginner silverlight advanced c++ javascript architect sql server wpf mysql html5 mobile c#4.0 jquery