Showing results for August 2008 - C++ Team Blog

Aug 28, 2008
0
0

The Mallocator

Visual CPP Team
Visual CPP Team

A 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 - only two member functions are interesting, allocate() and deallocate().  However, STL allocators must satisfy a number of other requirements (gi...

C++
Aug 12, 2008
0
0

Bugs fixed in MFC in Visual Studio 2008 SP1

Visual CPP Team
Visual CPP Team

Hello, 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 of these fixes are for the new features that were added in the Feature Pack, but others were bugs in the RTM version of Visual Studio 2008...

C++
Aug 11, 2008
0
0

TR1 Fixes In VC9 SP1

Visual CPP Team
Visual CPP Team

STL 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 originally released in the Visual C++ 2008 Feature Pack Refresh.  But wait!  VC9 SP1 also contains many delicious fixes for TR1 and MFC.  (For...

C++
Aug 11, 2008
0
0

Visual Studio 2008 Service Pack 1 RTM Now Available

Visual CPP Team
Visual CPP Team

Today 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 addresses a range of issues found through customer and partner feedback.  Issues found since SP1 beta have been fixed in the release.  Some...

C++
Aug 11, 2008
0
0

IconWorkshop Lite Now Available for Download

Visual CPP Team
Visual CPP Team

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 are far from state-of-the-art.  They haven’t been updated for a long time and simply don’t provide a rich set of tools for ...

C++