C++ is not dead, nor is it simply for low-level programming. C++ is positioned to do more than ever before.


C++ is not dead, nor is it simply for low-level programming. C++ is positioned to do more than ever before.
Integrated Requirements Management, Software Design and Code Generation
Learn how to use RichEditControl 4.1 in a CRichEditView Environment.
One of the new features of Visual Studio 11 is inserting C++ code snippets at a specified insertion point or around a selected block. Visual Studio 11 comes with a set of C++ code snippets but we can create and use our own, as well. Read on to learn more...
This first article in a series devoted to how C/C++ programmers unintentionally play with fire discusses how programmers often attempt to explicitly call a constructor.
Learn how to extend the life of legacy user-mode applications without the need to dismantle and rewrite--in just a few easy steps.
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

It might be strange to find an entire article dedicated to the Clipboard object but the sad fact is people still do not know what the Clipboard object is, how to differentiate between copied information, and how to use it. Hannes du Preez demonstrates its proper use, to eliminate any remaining confusion.

One of the good things about Asp.Net 4.5 is that you can introduce asynchronous processing in web applications that you develop with little effort. This article takes you through the asynchronous HTTP Modules and Handlers in Asp.Net 4.5.