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

Articles by Ajay Vijayvargiya (Articles: 12, Tip/Tricks: 8)

Articles: 12, Tip/Tricks: 8

RSS Feed

Average article rating: 4.90

Desktop Programming
MFC
16 Dec 2010   Updated: 10 Jan 2011   Rating: 4.92/5    Votes: 67   Popularity: 8.99
Licence: CPOL    Views: 192,975     Bookmarked: 161   Downloaded: 1
Please Sign up or sign in to vote.
Let's enhance our Debugger!
18 Nov 2009   Updated: 6 Apr 2010   Rating: 4.89/5    Votes: 123   Popularity: 10.19
Licence: CPOL    Views: 303,770     Bookmarked: 453   Downloaded: 10,384
Please Sign up or sign in to vote.
Learn from this guide how and when - as well as when not - to use multithreading.
4 Apr 2010   Updated: 12 Apr 2010   Rating: 4.96/5    Votes: 119   Popularity: 10.17
Licence: CPOL    Views: 149,977     Bookmarked: 317   Downloaded: 4,960
Please Sign up or sign in to vote.
More of practical situations to use multithreading!
Win32
10 Mar 2012   Updated: 19 Apr 2012   Rating: 4.87/5    Votes: 265   Popularity: 11.73
Licence: CPOL    Views: 1,149,484     Bookmarked: 325   Downloaded: 0
Please Sign up or sign in to vote.
Many Windows C++ programmers get confused over what bizarre data type identifiers like TCHAR and LPCTSTR are. Here, in brief, I will try to clear out the fog.
10 Nov 2009   Updated: 24 Jan 2011   Rating: 4.92/5    Votes: 81   Popularity: 9.34
Licence: CPOL    Views: 209,869     Bookmarked: 218   Downloaded: 12,594
Please Sign up or sign in to vote.
Learn how you can write your own Windows debugger.
12 May 2010   Updated: 11 Nov 2010   Rating: 4.98/5    Votes: 60   Popularity: 8.85
Licence: CPOL    Views: 147,894     Bookmarked: 164   Downloaded: 2,176
Please Sign up or sign in to vote.
Learn about parallel algorithms, parallel containers, tasks, task groups, agents library, task scheduler etc in VC10
Programming Languages
C++
3 Oct 2010   Updated: 6 Oct 2010   Rating: 4.71/5    Votes: 18   Popularity: 5.91
Licence: CPOL    Views: 71,387     Bookmarked: 72   Downloaded: 0
Please Sign up or sign in to vote.
The never ending 'How do I find' article. Will be updated regularly!
8 Apr 2010   Updated: 2 Nov 2010   Rating: 4.94/5    Votes: 157   Popularity: 10.78
Licence: CPOL    Views: 310,133     Bookmarked: 225   Downloaded: 1,078
Please Sign up or sign in to vote.
Elaborating new C++ language features with a clear, sharp, and detailed discussion.
12 Nov 2010   Updated: 4 Dec 2010   Rating: 4.88/5    Votes: 28   Popularity: 7.06
Licence: CPOL    Views: 75,975     Bookmarked: 66   Downloaded: 0
Please Sign up or sign in to vote.
Static Code Analysis: The Purpose, How to Analyze and Make your code Analyzable!
11 Sep 2010   Updated: 28 Sep 2010   Rating: 4.99/5    Votes: 57   Popularity: 8.72
Licence: CPOL    Views: 217,538     Bookmarked: 144   Downloaded: 0
Please Sign up or sign in to vote.
Reveals the important changes in STL.
C++11
7 Oct 2011   Updated: 16 Jan 2013   Rating: 4.88/5    Votes: 195   Popularity: 11.10
Licence: CPOL    Views: 1,158,487     Bookmarked: 407   Downloaded: 0
Please Sign up or sign in to vote.
Covering the nitty-gritties of C++ templates.
Visual C++ 10.0
6 May 2012   Updated: 1 Jul 2012   Rating: 4.83/5    Votes: 48   Popularity: 8.11
Licence: CPOL    Views: 182,060     Bookmarked: 122   Downloaded: 0
Please Sign up or sign in to vote.
Let's dwell deeper into C++ templates!

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.28

Desktop Programming
MFC
20 Oct 2010   Updated: 20 Oct 2010   Rating: 4.87/5    Votes: 7   Popularity: 4.11
Licence: CPOL    Views: 44,361     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
Need to Format/sprintf a string before displaying a messagebox? Here is solution!
General Programming
Debugging
1 May 2010   Updated: 1 May 2010   Rating: 3.00/5    Votes: 2   Popularity: 0.90
Licence: CPOL    Views: 10,620     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
This feature may not seem useful initially, and might appear distracting you. But it is one of the very useful (new) features in Visual Studio 2010. You'll love it after using it for a while!While debugging, you typically put some variables in Watch Window (or use Locals, Autos etc). When...
Programming Languages
C#
23 Apr 2010   Updated: 24 Jan 2011   Rating: 3.34/5    Votes: 23   Popularity: 4.55
Licence: CPOL    Views: 82,781     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
The goto-less goto!
C++
12 Oct 2010   Updated: 13 Oct 2010   Rating: 4.56/5    Votes: 6   Popularity: 3.54
Licence: CPOL    Views: 26,400     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Wouldn't be easier if you just pass a simple function to your favourite thread creation function? Read on!
1 May 2010   Updated: 1 May 2010   Rating: 4.17/5    Votes: 3   Popularity: 1.99
Licence: CPOL    Views: 14,640     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Visual Studio 2010, for Visual C++ projects/code, now supports auto complete feature for #include statement too!Just type in #include directive followed by " or <, it will list all possible header files. It will also show the full-path of the file (selected in listbox), on the right side of...
Visual Studio
15 Oct 2010   Updated: 10 Jan 2011   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 11,161     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
I needed a faster way to Sync and see treeview on left in MSDN, for the topic I am browsing - Found a trick!
Visual Studio 2010
20 Nov 2010   Updated: 20 Nov 2010   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 28,496     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Open the Folder of current file with a simple keystroke
23 Apr 2010   Updated: 23 Apr 2010   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 12,441     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Unlike previous version of Visual Studio (2005, 2008), which used to display inactive code block in grayed mode, the new version - VS 2010 - would display them in faded down color (core colors will be preserved).For example:#ifdef _DEBUGvoid CClass::AssertValid(){ ASSERT(this); ...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Senior)
India India
Started programming with GwBasic back in 1996 (Those lovely days!). Found the hidden talent!

Touched COBOL and Quick Basic for a while.

Finally learned C and C++ entirely on my own, and fell in love with C++, still in love! Began with Turbo C 2.0/3.0, then to VC6 for 4 years! Finally on VC2008/2010.

I enjoy programming, mostly the system programming, but the UI is always on top of MFC! Quite experienced on other environments and platforms, but I prefer Visual C++. Zeal to learn, and to share!