Click here to Skip to main content
15,881,812 members
Everything / Programming Languages / Visual C++ 10.0

Visual C++ 10.0

VC10.0

Great Reads

by Petrov Vladimir
Weiler-Atherton algorithm in MFC codes demo implementation
by Lars [Large] Werner
Windows has built inn support for a lot of keyboard languages, this class makes it possible to extract that info in an easy manner and present it to screen.
by Eugene Sadovoi
Integrating third party tools and libraries into Visual Studio (MSBuild) configuration environment.
by Petrov Vladimir
Weiler-Atherton algorithm in 3D codes demo implementation

Latest Articles

by libbyliugang
A splitter control for dialog can auto change the linked window's position
by gintack
C++ header file to plot data in the form of x, y, z arrays and list as potential lines and graphs
by tonywilk
Not 'Just Another Parser', this reads elements from JSON simply and without memory overhead in C
by Petrov Vladimir
Weiler-Atherton algorithm in 3D codes demo implementation

All Articles

Sort by Score

Visual C++ 10.0 

29 Jul 2011 by Sayyed Mostafa Hashemi
Code for checking the avilabiltiy of Internet connection.
19 Apr 2013 by Chandra Shekhar Joshi
If you are migrating your COM application to Visual Studio 2012 then this could be helpful for you.
4 Oct 2011 by Nick Kulikovsky
There is ATL CWindow method CenterWindow:void CenterWnd(HWND hWnd){ CWindow wnd; wnd.Attach(hWnd); wnd.CenterWindow(NULL); wnd.Detach();}
17 Jul 2012 by Jake Franta
14 Oct 2010 by InActive
How to use the .NET DateTime class in C++ to generate a basic calendar via a console program
15 Mar 2012 by Dharmateja Challa
Using parallel_for_each which is part of Parallel Pattern Library ( PPL )
18 Sep 2012 by FranciskaR
Benchmarking Boundary Trace Algorithm against some FloodFill algorithms since they used a stack or recursion
6 Apr 2013 by jsolutions_uk
How to have a single declaration of a static member for derived classes, using a simple template
20 Aug 2012 by Hatim Haidry
SIP Stack Implementation on the basis of RFC SIP 3261 Specification
23 Mar 2014 by DigitalInBlue
Guidance on C++/C++!1 Parameter Passing
21 Jun 2013 by ThatsAlok
Showcase for lambda function in C++
19 Oct 2012 by Orjan Westin
Simple function to get the text message corresponding to a system error.
16 Jan 2016 by Mathew_wwx
This tip will introduce a library written in C++ that wraps up a 2d polygon triangulation algorithm with time complexity of O(N*logN), the algorithm works on both self-intersected and non self-intersected polygons.
2 Oct 2011 by Ștefan-Mihai MOGA
How to center window in WIN32
6 Feb 2014 by Adamanteus
Intercepting SEH exceptions in C++ program
26 Oct 2016 by Shao Voon Wong
C++: Prefer Curiously Recurring Template Pattern (CRTP) to Template Pattern
15 Nov 2013 by Orjan Westin
Reading an input of any type, or simply enter, from the command line
19 Jun 2012 by Binu MD
Change the default ICON of MFC applications
29 Jul 2011 by Sayyed Mostafa Hashemi
How to set/change the master volume.
2 Aug 2011 by Charles Oppermann
How to check Windows 7 version in Visual C++
16 Aug 2011 by matt_taws
Isn't it more easy to just do:return nStatus == NERR_Success
19 Nov 2012 by Debdatta Basu
Emulating iterative structures with the C++ pre-processor.
23 Mar 2013 by 8MX
Quick and easy way to use the Intel C++ compiler with C++/CLI.
29 Nov 2010 by Alain Rist
With a helper CharMap class using VC2010 C++0x implementation
6 Dec 2012 by Kenny MacLean
Using SmartMap to create objects that will clean up after themselves
14 Jan 2014 by Asif Bahrainwala
Atomic set and test in critical sections
9 Apr 2018 by gintack
C++ header file to plot data in the form of x, y, z arrays and list as potential lines and graphs
16 Mar 2015 by sunhui
In this paper, we will discuss some advanced skills for ATL COM development.
23 Sep 2011 by Charles Kludge
void CenterWnd(HWND wnd){ RECT r,r1; GetWindowRect(wnd,&r); GetWindowRect(GetDesktopWindow(),&r1); MoveWindow(wnd,((r1.right-r1.left)-(r.right-r.left))/2, ((r1.bottom-r1.top)-(r.bottom-r.top))/2, (r.right-r.left), (r.bottom-r.top),0);}
7 Mar 2007 by xdoukas
A tip on the implementation of Unix ucontext_t operations on Microsoft Windows.
15 Aug 2011 by Ștefan-Mihai MOGA
How to find a substring in a text, forward and backward, with Case Sensitive and Match Whole Word options.
30 Apr 2012 by Nippey
This is a TCHAR alternative for "A Small Class to Read INI File"
6 Mar 2014 by Arkadiusz@inquiry
CRichEditCtrl does not take the return