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++.
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
TR1 Fixes In VC9 SP1STL enjoys speaking in the third person and also enjoys bringing you this exclusive news:
Visual Studio 2008 Service Pack 1 (VC9 SP1) contains the TR1 and MFC library extensions that were origi... morevcblogMonday, August 11, 2008 12:32:00 PM
Visual Studio 2008 Service Pack 1 RTM Now AvailableToday we are pleased to announce that Microsoft Visual Studio 2008 Service Pack 1 (SP1) is now available for download. Not only does this service pack include the Visual C++ 2008 Feature Pack but also... morevcblogMonday, August 11, 2008 11:49:00 AM
IconWorkshop Lite Now Available for Download Once you’ve built a great looking application, you’ll likely want to provide equally great looking icons and toolbar bitmaps. Unfortunately, the bitmap editing tools included in Visual Studio ar... morevcblogMonday, August 11, 2008 11:35:00 AM
More...
|
MFC Classes Quick Guide (2008)More... MFC Classes Quick Guide (2005)More... Visual C++ Projects from CodePlex .gif)
Opo.NetOpo.Net consists of the two projects Opo.Net.Mail and Opo.Net.Mime, which c... moreCodePlexSaturday, September 06, 2008 7:53:12 AM
SharpScriptSharpScript is a project based on SharpScriptLib for executing c# code... moreCodePlexFriday, September 05, 2008 8:07:14 AM
Fusker ClientFusker Client is a tool to automatically browse Fusker sitesCodePlexWednesday, September 03, 2008 8:03:13 PM
SharpScriptLibSharpScriptLib is a library for compiling C#(CSharp) code in ru... moreCodePlexTuesday, September 02, 2008 7:01:59 AM
DevExpress ContribDevExpress Contrib is a repository for user contributed functionality targe... moreCodePlexMonday, September 01, 2008 8:46:38 PM
More...
|
Visual C++ Code Gallery Samples .gif)
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++.
|