Main Topics
Browse All Topics
C++ Q & A / Interview Practice QuestionsHow good is your C++? Below is a collection of questions that I have built up over time that test how well someone who claims to know C++ actually does. Knowing the answers to these questions will probably help you avoid making a lot of the mistakes Views: 34373Comments: 47 |
MFC Feature Pack for VS 2008 and 2010In this article, I'll describe -- and show pictures of -- some of the significant additions that have been made available to programmers in the MFC Feature Pack for Visual C++ 2008. These same feature are in the MFC libraries that come with Visual Views: 15030Comments: 7 |
Function pointers vs. FunctorsOften, when implementing a feature, you won't know how certain events should be handled at the point where they occur and you'd rather defer to the user of your function or class. For example, a XML parser will extract a tag from the source code, wh Views: 14352Comments: 8 |
POSIX Threads Programming in C++Written by John Humphreys C++ Threading and the POSIX Library This article will cover the basic information that you need to know in order to make use of the POSIX threading library available for C and C++ on UNIX and most Linux systems. Be Views: 8967Comments: 12 |
Convert String to int / Convert int to String in C++This EE article provides examples of conversion techniques for various types of string variables: classic C-style strings, MFC/ATL CStrings, and STL's std::string data type. Convert Integer to String int to C-style (NULL-terminated char) string Views: 8147Comments: 12 |
Radio Buttons in MFC DialogsHere is how to use MFC's automatic Radio Button handling in your dialog boxes and forms. Beginner programmers usually start with a OnClick handler for each radio button and that's just not the right way to go. MFC has a very cool system for handli Views: 7727Comments: 1 |
Separating C++ template declaration and implementationThe following question was the inspiration for this short article:"Splitting a template and class into definition and declaration.". In this question the asker asks, "I have the code below, which is all well and good but I'd like to move the definit Views: 6339Comments: 8 |
C++ Smart pointersThis article is a discussion on smart pointers, what they are and why they are important to C++ programmers. Following the primary discussion I present a simple implementation of a reference counted smart pointer and show a simple example of using i Views: 6154Comments: 20 |
jkr
261,219
Guru
1,000 points yesterday
Profilesarabande
121,084
Master
3,800 points yesterday
ProfileInfinity08
54,855
Master
0 points yesterday
Profileambience
50,164
Master
0 points yesterday
ProfileZoppo
48,382
0 points yesterday
Profileevilrix
48,358
80 points yesterday
Profilesatsumo
22,400
0 points yesterday
Profiletampnic
19,040
0 points yesterday
Profilephoffric
16,596
0 points yesterday
ProfileDanRollins
16,330
0 points yesterday
Profileduncan_roe
14,400
0 points yesterday
Profilegtokas
12,700
0 points yesterday
ProfileAndyAinscow
12,132
0 points yesterday
Profilemccarl
9,600
0 points yesterday
ProfileTommySzalapski
8,800
0 points yesterday
Profilepepr
7,824
0 points yesterday
Profilekaufmed
7,168
0 points yesterday
ProfileThommy
6,700
0 points yesterday
Profileubound
6,550
0 points yesterday
Profilekuroji
6,000
0 points yesterday
Profilefor_yan
6,000
0 points yesterday
Profilemrwad99
4,600
0 points yesterday
Profilemasheik
4,572
0 points yesterday
ProfileOrcbighter
4,332
0 points yesterday
Profileozo
4,300
0 points yesterday
Profile