Click here to Skip to main content
15,886,689 members

Articles by Lakamraju Raghuram (Articles: 4, Tip/Tricks: 8)

Articles: 4, Tip/Tricks: 8

RSS Feed

Average article rating: 4.87

Mobile Apps
31 Jan 2012   Updated: 20 Feb 2012   Rating: 4.95/5    Votes: 29   Popularity: 7.24
Licence: CPOL    Views: 64,641     Bookmarked: 56   Downloaded: 5,757
Please Sign up or sign in to vote.
This article aims at building an simple Windows phone 7 application for accessing Codeproject content.
Programming Languages
C++
12 Jan 2012   Updated: 17 Jun 2018   Rating: 4.83/5    Votes: 24   Popularity: 6.67
Licence: CPOL    Views: 50,624     Bookmarked: 45   Downloaded: 0
Please Sign up or sign in to vote.
This article aims at consolidating the less talked concept of Lvalues and Rvalues
C++11
13 Jan 2012   Updated: 17 Jun 2018   Rating: 4.79/5    Votes: 38   Popularity: 7.52
Licence: CPOL    Views: 63,503     Bookmarked: 79   Downloaded: 0
Please Sign up or sign in to vote.
A glance at the C++11 Standard, covering features supported in VS2010. This is the next part of this series.
9 Jan 2012   Updated: 21 Sep 2019   Rating: 4.89/5    Votes: 78   Popularity: 9.26
Licence: CPOL    Views: 140,537     Bookmarked: 155   Downloaded: 0
Please Sign up or sign in to vote.
A glance at the C++11 Standard, covering features supported in VS2010

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.38

General Programming
Debugging
26 Jan 2012   Updated: 26 Jan 2012   Rating: 2.67/5    Votes: 3   Popularity: 1.27
Licence: CPOL    Views: 15,531     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
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 :...
Programming Languages
C++
18 Jan 2012   Updated: 24 Jan 2012   Rating: 3.38/5    Votes: 8   Popularity: 3.05
Licence: CPOL    Views: 43,730     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
How to build an image (DLL/EXE) when two of its included libraries have the same symbol (say function/variable) using VC++
23 Jan 2012   Updated: 24 Jan 2012   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 7,620     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
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 function via this wrapper...
26 Jan 2012   Updated: 5 Feb 2012   Rating: 4.67/5    Votes: 16   Popularity: 5.49
Licence: CPOL    Views: 37,791     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
Optimizing object size by clustering
27 Jan 2012   Updated: 5 Feb 2012   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 23,251     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
A glance around vector of bool-type
27 Jan 2012   Updated: 4 Feb 2012   Rating: 4.97/5    Votes: 19   Popularity: 6.24
Licence: CPOL    Views: 76,347     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
Expanding a macro in VC++
C++11
15 Jan 2012   Updated: 16 Jan 2012   Rating: 4.67/5    Votes: 3   Popularity: 2.23
Licence: CPOL    Views: 33,464     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Usage of '_HAS_CPP0X' macro in Visual C++ compiler
VC++
26 Jan 2012   Updated: 5 Feb 2012   Rating: 4.67/5    Votes: 9   Popularity: 4.45
Licence: CPOL    Views: 29,485     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
Memory leak detection in VC++

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Technical Lead
India India
_____________________________________________________________

Did my masters from IIT-M in Advanced Manufacturing Technology and working mainly on C++ in CAD domain from 2004 onwards.
Working on web technologies using Angular 7.0 and above, HTML5, CSS3 from 2015.