Slides of Presentation “C++11 (C++0x) in Visual C++ 2010″
A couple of months ago, I gave a presentation about C++11/C++0x features supported in Visual C++ 2010 for software engineers at my company. You can now download the slides.

Category Archive for MicrosoftSlides of Presentation “C++11 (C++0x) in Visual C++ 2010″A couple of months ago, I gave a presentation about C++11/C++0x features supported in Visual C++ 2010 for software engineers at my company. You can now download the slides. ![]() Windows 8 Developer Preview
The developer preview also includes a preview of Microsoft Visual Studio 11 express edition, which makes it very easy to make Metro style applications in C++, C#, VB.Net, or JavaScript. Any serious developer should download this preview and learn as much as possible about the new Windows platform. Go to the BUILD website to download the preview and to download interesting video recordings of the sessions on the BUILD conference. Microsoft’s All In One Code FrameworkJust a small post to let you all know about the All In One Code Framework from Mircosoft. Description from Microsoft:
Microsoft MVP VC++ 2011 AwardI got the confirmation email from Microsoft that my MVP (Most Valuable Professional) award for Visual C++ is extended for 2011 Internet Explorer 9 LaunchedGet your copy here. Visual Studio 2010 Service Pack 1Microsoft has released Visual Studio 2010 Service Pack 1. Internet Explorer 9 RC is OutMicrosoft has released the release candidate of Internet Explorer 9. Introduction to the Standard Template LibraryStephan T. Lavavej (aka STL
I found them very interesting Introducing the Windows Kernel Transaction Manager, Transactional NTFS and Transactional RegistryWindows Vista and later versions of Windows have a so called Kernel Transaction Manager (KTM). This makes it easy for application to use transactions. There are two big components built on top of the KTM: Transactional NTFS (TxF) and Transactional Registry (TxR). With TxF you can combine several file system operations into a transaction and either commit or rollback the transaction as a whole. TxR allows you to do the same thing with registry manipulations. File system transactions and registry transactions can be grouped into a single transaction. That way we can ensure that all file system modifications and all registry modifications are fully executed or none at all. I wrote an article that gives a very brief overview of TxF and TxR to give you an idea of what you can accomplish with it. Creating your own transaction manager other than TxF or TxR is also possible but requires you to create a Win32 transaction aware service (= resource manager) which is outside the scope of this introductory article. You can read the full article on codeguru.com. Exceptions in C++On the VC++ MVP mailing list an interesting discussion took place on using exceptions in C++. Now, Diego Dagum, the VC++ Community PM, has written an interesting blog post summarizing that discussion. It’s definitely an interesting read if you work with C++. The New MFC Animation APIIntroductionMicrosoft Visual Studio 2010 Service Pack 1 includes a number of enhancements and new features for MFC developers. One of those changes is an animation API to make it easy for you to create animations in MFC applications. This article will briefly introduce this animation API. Visual Studio 2010 SP 1 BetaMicrosoft has released Visual Studio 2010 SP1 Beta. It’s available right now for MSDN subscribers and will be available to everyone on Thursday. It includes a new help viewer that I mentioned in my previous blog entry and “Win7-specific MFC APIs to support use of Direct2D, DirectWrite, and Windows Animation Technologies”. I can’t wait to try those out Get more details here. Visual Studio 2010 SP1 – Help ViewerMicrosoft is planning to include a new help viewer with Visual Studio 2010 SP1, which is long overdue You can see a presentation here. Free eBooks Related to Microsoft TechnologiesHere is a list of free eBooks related to Microsoft technologies.
Enjoy Visual Studio 2010 Feature Pack 2 ReleasedMicrosoft released Visual Studio 2010 Feature Pack 2 to MSDN subscribers which extends testing, code visualization and modeling capabilities in VS2010. Its main features are more advanced platform and tool support for both manual and automated testing scenarios. It allows you to better control your Silverlight 4 testing scenarios and UI testing code. Feature Pack 2 includes the following C++ related additions: Feature Pack 2 is cumulative and includes Feature Pack 1. Native C++ Development is Still Being UsedI just stumbled upon an article mentioning that Evernote abandoned WPF and the Microsoft .NET framework and rewrote their application from scratch in native C++ code
Defining x64 Target Platform for VC++ ProjectsMarius Bancila posted an excellent post on his blog explaining how to define x64 target for you Visual C++ Projects.
Microsoft Security Essentials Available FREE to Small Businesses in OctoberIn October, Microsoft will be making a change to the licensing of its Microsoft Security Essentials product. After the change, small businesses can install the Security Essentials on up to 10 PCs for FREE. Previously, it was only free for consumer use. Microsoft Security Essentials provides protection from viruses, spyware and other malicious threats. Windows Phone 7 Final Developers Tools ReleasedMicrosoft has released the final version of the Windows Phone 7 developers tools
Download the tools here. |