Click here to Skip to main content
15,910,234 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionOverloading Constructors - call complex from simple? [modified] Pin
Mike the Red4-Jun-09 4:19
Mike the Red4-Jun-09 4:19 
AnswerRe: Overloading Constructors - call complex from simple? Pin
led mike4-Jun-09 4:39
led mike4-Jun-09 4:39 
GeneralIn the case of such a hierarchy, would repeated code for each param list be best? -nt- Pin
Mike the Red4-Jun-09 4:49
Mike the Red4-Jun-09 4:49 
QuestionRe: Overloading Constructors - call complex from simple? Pin
David Crow4-Jun-09 5:59
David Crow4-Jun-09 5:59 
GeneralRe: Overloading Constructors - call complex from simple? Pin
norish4-Jun-09 6:11
norish4-Jun-09 6:11 
AnswerRe: Overloading Constructors - call complex from simple? Pin
Stuart Dootson4-Jun-09 7:15
professionalStuart Dootson4-Jun-09 7:15 
GeneralRe: Overloading Constructors - call complex from simple? Pin
led mike4-Jun-09 7:43
led mike4-Jun-09 7:43 
GeneralRe: Overloading Constructors - call complex from simple? Pin
Stuart Dootson4-Jun-09 7:47
professionalStuart Dootson4-Jun-09 7:47 
GeneralRe: Overloading Constructors - call complex from simple? Pin
led mike4-Jun-09 8:02
led mike4-Jun-09 8:02 
AnswerRe: Overloading Constructors - call complex from simple? [modified] Pin
fiddleus5-Jun-09 8:09
fiddleus5-Jun-09 8:09 
QuestionTTS: Calculating the resulting length (in ms) of a synthesized audio stream. Pin
Souldrift4-Jun-09 4:15
Souldrift4-Jun-09 4:15 
AnswerRe: TTS: Calculating the resulting length (in ms) of a synthesized audio stream. Pin
molesworth4-Jun-09 4:34
molesworth4-Jun-09 4:34 
GeneralRe: TTS: Calculating the resulting length (in ms) of a synthesized audio stream. Pin
Souldrift4-Jun-09 4:44
Souldrift4-Jun-09 4:44 
QuestionCWnd* CWnd::GetDlgItem(int nID) const crashed? Pin
transoft4-Jun-09 3:54
transoft4-Jun-09 3:54 
AnswerRe: CWnd* CWnd::GetDlgItem(int nID) const crashed? Pin
KarstenK4-Jun-09 4:06
mveKarstenK4-Jun-09 4:06 
GeneralRe: CWnd* CWnd::GetDlgItem(int nID) const crashed? Pin
Rajesh R Subramanian4-Jun-09 4:08
professionalRajesh R Subramanian4-Jun-09 4:08 
AnswerRe: CWnd* CWnd::GetDlgItem(int nID) const crashed? Pin
norish4-Jun-09 4:48
norish4-Jun-09 4:48 
GeneralRe: CWnd* CWnd::GetDlgItem(int nID) const crashed? Pin
transoft4-Jun-09 5:08
transoft4-Jun-09 5:08 
GeneralRe: CWnd* CWnd::GetDlgItem(int nID) const crashed? Pin
norish4-Jun-09 6:25
norish4-Jun-09 6:25 
QuestionHow to use a function return value as array size Pin
Joschwenk6664-Jun-09 3:50
Joschwenk6664-Jun-09 3:50 
AnswerRe: How to use a function return value as array size Pin
norish4-Jun-09 3:59
norish4-Jun-09 3:59 
GeneralRe: How to use a function return value as array size Pin
Joschwenk6664-Jun-09 4:10
Joschwenk6664-Jun-09 4:10 
GeneralRe: How to use a function return value as array size Pin
Cedric Moonen4-Jun-09 4:18
Cedric Moonen4-Jun-09 4:18 
Don't forget to delete (if you used new) or free (if you used malloc) the memory when you don't need it anymore, otherwise it might lead to memory leaks.

Cédric Moonen
Software developer

Charting control [v2.0]
OpenGL game tutorial in C++

AnswerRe: How to use a function return value as array size Pin
Stuart Dootson4-Jun-09 7:19
professionalStuart Dootson4-Jun-09 7:19 
QuestionVS2008 MFC project. Broken Wizard ... Pin
Jerry Evans4-Jun-09 3:18
Jerry Evans4-Jun-09 3:18 

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.