C-C Plus



C++ Coding Standards: Report, Handle, and Translate Errors Appropriately

Wednesday, February 6th, 2008

“>SummaryKnow when to say when: Report errors at the point they are detected and identified as error

C++ Chain of Responsibility Pattern: Network Events

Wednesday, February 6th, 2008

“>The networking problem hasn’t been solved yet—not even nearly!Networks are populated w

A Tour of C++

Tuesday, February 5th, 2008

“>This article is excerpted from Chapter 2 of Bjarne Stroustrup’s The C++ Programming Language, Spec

Managing Dependencies Between Source Files

Tuesday, February 5th, 2008

“>Alan Ezust and Paul Ezust introduce the features of the C preprocessor. Theyalso explain forward c

Grabbing Data On The Fly

Tuesday, February 5th, 2008

(Page 1 of 6 )When we're querying a database, we will usually need to press a submit button on a

Inheritance and Polymorphism in C++ and C#

Tuesday, February 5th, 2008

“>Programming languages generally reflect many aspects of the eras in whichthey are created. In the

Predicates and Function Objects in C++

Tuesday, February 5th, 2008

“>One of the major activities in software development is the process ofgeneralizing components. We l

Modifying the System Menu in C++ with MFC

Tuesday, February 5th, 2008

(Page 1 of 3 )Did you know that you can modify the Windows system menu from C++ using MFC? In this a

The C++ Strategy Pattern for Multiple Network Events

Tuesday, February 5th, 2008

“>As software evolves, there is a growing need for more responsive solutions.This is responsiveness

C++ Nuts and Bolts: Casts, Call-by-Reference, and Inheritance

Tuesday, February 5th, 2008

“>Just like spoken languages, programming languages have nonintuitive areasthat are difficult to mas