Click here to Skip to main content
15,885,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Make client area of dialog transparent, so i can see what is behind the window Pin
manchukuo23-May-11 7:11
manchukuo23-May-11 7:11 
GeneralRe: Make client area of dialog transparent, so i can see what is behind the window Pin
Iain Clarke, Warrior Programmer23-May-11 8:02
Iain Clarke, Warrior Programmer23-May-11 8:02 
QuestionKERNELBASE Exception Pin
Joschwenk66622-May-11 9:20
Joschwenk66622-May-11 9:20 
QuestionC++ variable arguments Pin
Sintax122-May-11 5:50
Sintax122-May-11 5:50 
AnswerRe: C++ variable arguments Pin
Luc Pattyn22-May-11 6:02
sitebuilderLuc Pattyn22-May-11 6:02 
GeneralRe: C++ variable arguments Pin
Sintax122-May-11 7:10
Sintax122-May-11 7:10 
GeneralRe: C++ variable arguments Pin
Luc Pattyn22-May-11 7:31
sitebuilderLuc Pattyn22-May-11 7:31 
AnswerRe: C++ variable arguments Pin
Stefan_Lang23-May-11 2:19
Stefan_Lang23-May-11 2:19 
Just on a sidenote:

I do wonder why the authors thought to dig up one of the worst elements of the Dark Ages Of C in a work called 'C++ essentials'! If this was labelled 'C++ complete' or something like that I'd grudgingly admit that this is still part of the language and as such belongs here. But the term 'essentials' indicate that everything in there is required for desgning good C++ code. Yet the opposite is true in this case!

While streams may be harder to implement and use, they are much safer, and provide the full functionality of varargs. The only reason to use them in a C++ program is for the purpose of interpreting arguments in a command line application. (and it's sad that the C++ standards committee never thought to provide a better interface for that purpose!)
QuestionMultiple threading Pin
includeh1022-May-11 5:07
includeh1022-May-11 5:07 
AnswerRe: Multiple threading Pin
Mark Salsbery22-May-11 5:27
Mark Salsbery22-May-11 5:27 
AnswerRe: Multiple threading Pin
Luc Pattyn22-May-11 6:06
sitebuilderLuc Pattyn22-May-11 6:06 
QuestionCDC::DrawText Not doing as it's told Pin
softwaremonkey22-May-11 1:40
softwaremonkey22-May-11 1:40 
AnswerRe: CDC::DrawText Not doing as it's told Pin
Richard MacCutchan22-May-11 3:34
mveRichard MacCutchan22-May-11 3:34 
AnswerRe: CDC::DrawText Not doing as it's told Pin
Mark Salsbery22-May-11 3:54
Mark Salsbery22-May-11 3:54 
GeneralRe: CDC::DrawText Not doing as it's told Pin
softwaremonkey22-May-11 4:59
softwaremonkey22-May-11 4:59 
Questionhow to create chm file Pin
MKC00221-May-11 21:30
MKC00221-May-11 21:30 
AnswerRe: how to create chm file Pin
Richard MacCutchan22-May-11 1:36
mveRichard MacCutchan22-May-11 1:36 
AnswerRe: how to create chm file Pin
Hans Dietrich23-May-11 3:55
mentorHans Dietrich23-May-11 3:55 
AnswerRe: how to create chm file Pin
JohnStein6329-May-11 9:37
JohnStein6329-May-11 9:37 
QuestionArray Count Pin
AmbiguousName21-May-11 10:49
AmbiguousName21-May-11 10:49 
AnswerRe: Array Count Pin
Code-o-mat21-May-11 11:17
Code-o-mat21-May-11 11:17 
AnswerRe: Array Count Pin
Hans Dietrich21-May-11 15:24
mentorHans Dietrich21-May-11 15:24 
QuestionRe: Array Count Pin
David Crow21-May-11 16:24
David Crow21-May-11 16:24 
AnswerRe: Array Count Pin
Software_Developer22-May-11 21:41
Software_Developer22-May-11 21:41 
AnswerRe: Array Count Pin
abhishek.biradar22-May-11 21:47
abhishek.biradar22-May-11 21:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.