Visual C++ Team BlogWelcome to the Microsoft Visual C++ Developer Center. Join the Visual C++ Team as they help you find the information you need to build great applications for Windows using Visual C++.
Ribbon UIThe windows team posted some guidelines for those interested in the Ribbon UI. Check out http://msdn.microsoft.com/en-us/library/cc872782.aspx for more details.... morevcblogWednesday, October 15, 2008 11:06:00 AM
VC at the PDCHello
Everyone on the VC team is getting really excited about the upcoming PDC in Los Angeles. This will be our first chance to show you some of our upcoming features and a great way for us to... morevcblogFriday, October 10, 2008 3:54:00 PM
Phoenix time reporting mechanisms
Hey everyone, this is Renin John, an SDET from the Phoenix compiler backend team. If you are wondering what Phoenix is, take a look at: http://connect.microsoft.com/phoenix and/or http://chann... morevcblogWednesday, September 17, 2008 12:12:00 PM
The MallocatorA common question from programmers who have an intermediate amount of experience with using the STL is, "How do I write an STL allocator?". Writing an STL allocator is not especially difficult -... morevcblogThursday, August 28, 2008 2:51:00 PM
Bugs fixed in MFC in Visual Studio 2008 SP1Hello, everyone. This is Pat Brenner. I’m an SDE on the Visual C++ Libraries team.
We’ve just released Visual Studio 2008 SP1, and it includes about 55 fixes to the MFC library. Many... morevcblogTuesday, August 12, 2008 4:16:00 PM
More...
|
MFC Classes Quick Guide (2008)More... MFC Classes Quick Guide (2005)More... Visual C++ Projects from CodePlex .gif)
HotaruHotaru is an XNA-based Game Engine that is intended to be used for 2D Actio... moreCodePlexTuesday, October 14, 2008 2:35:08 PM
ESENT Managed InterfaceESENT is an embeddable database storage engine (ISAM) which is part... moreCodePlexMonday, October 13, 2008 3:43:54 PM
EagleEagle, Extensible Adaptable Generalized Logic Engine, is an implementation... moreCodePlexSunday, October 12, 2008 12:39:26 AM
Pocket MahjongMahjong solitaire for PocketPCCodePlexThursday, October 09, 2008 10:48:51 AM
More...
|
Visual C++ Code Gallery Samples .gif)
MFC MD5 CalculatorC++ MFC application that calculates MD5 digest of files, using worker threads. The MD5 calculator C++ class can be used also in non-MFC projects.MSDN Code GalleryFriday, September 26, 2008 11:49:32 AM
UTF8 HelpersA set of C++ classes that provide Unicode UTF-8 <-> UTF-16 conversion, and load text from and save text to files using Unicode UTF-8. A demo MFC application is included (however, t... moreMSDN Code GalleryThursday, June 05, 2008 11:55:04 AM
marshal_as String ArraysAn extension (template specialization) to marshal_as<> library of Visual C++ 2008, to convert Unicode string arrays between managed (CLR) and native (STL/C+... moreMSDN Code GalleryWednesday, June 04, 2008 10:21:36 AM
Unicode String DecoratorA macro for Visual Studio, that decorates strings in C/C++ source code, to make them Unicode-aware, using _T() or TEXT() decoration. MSDN Code GalleryFriday, May 30, 2008 9:47:38 AM
Thread Local Storage templateSample template for making Thread Local Storage easier to use in C++. MSDN Code GalleryMonday, April 21, 2008 10:31:00 AM
More... Visual C++ ForumsVisual C++ General General questions about Visual C++ , including the development environment, libraries, setup, debugger, samples, and documentation.
Visual C++ Language Issues regarding the C++ language, compiler, and linker. This forum covers all standardized languages, extensions, and interop technologies supported by Visual C++.
|