Business
Article

MS Visual Studio 2005: Should Mobile Developers Be Bothered with It?

With the release of MS Visual Studio 2005 last November, Windows Mobile 5.0 at the very end of its beta cycle, and a proliferation of WinCE 5.0-powered devices, it is time to commence considering to...
Article

How to Display UNICODE Characters in a CListCtrl or a CEdit

The question: How can I display special characters (such as ? and ? ...) in a list control/edit box has come up a few times in the Codeguru Visual C++ Programming forum. There was a particular post...
Article

Superclassed Web Controls in Managed C++

Now, it's time to have fun with Managed C++ and all that prep work from the previous article by actually building some custom Web controls. This article examines the first of the three types of...
Article

Managed C++: Debugging with the StackTrace Class

By Tom Archer As a C++ developer, you're more accustomed than most to looking at the call stack during your debugging sessions. As an extension of that, many times you need a way to programmatically...
Article

C++ Program Flow

Usually the code is executed one line at a time in ascending order. Using functions we can disrupt this flow but there are also other tools available, such as "for", "while" and "do while" statements...
Article

Improving Performance in C++ with Compile Time Polymorphism

Let's take a quick look at using virtual functions and abstract base classes and from there examine a way in which we can improve program performance while retaining the power and flexbility of...
Article

MultiMethods in C++: Finding a complete solution

This article provides a way to solve famous "multimethods problem". The main merits of the proposed solution are: no use of type casts of any kind (dynamic, static, reinterpret, const or C-style) no...
Article

OOP C++ Templates Tutorial

This tutorial will teach you how to minimize typing time, debugging time and increase readability using Templates in C++. Both Function and Class Templates are explained.
Article

How to Use a StreamReader in NETCOBOL for .NET

.NET Framework has provided the ability to handle multiple languages. The Language compilers provided by Microsoft are for: C#,VB.NET,Managed C++ and JScript.NET. Apart from that one can also use...
Article

Advanced Run Time Type Identification in C++

Run Time Type Identification (RTTI) provides some information about objects at run time such as the name of its type. The C++ language has RTTI support, which fulfills the minimal requirements,...
Article

Class for quick string lookup

String lookups can be a time consuming operation. This is because it often involves repeated calls to strcmp. This is because we represent strings in standard null-terminated form. But by changing...
Article

Extended Time Format Functions (with Milliseconds)

Very useful set of time formatting routines that can easily be inserted into your C++ code
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.