Click here to Skip to main content
15,893,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to intercept message to other application? Pin
mandelbrot26-Jan-03 12:52
mandelbrot26-Jan-03 12:52 
GeneralODBC in MFC Pin
*Tom*26-Jan-03 11:42
*Tom*26-Jan-03 11:42 
GeneralRe: ODBC in MFC Pin
Stefan Pedersen26-Jan-03 12:17
Stefan Pedersen26-Jan-03 12:17 
GeneralRe: ODBC in MFC Pin
*Tom*26-Jan-03 13:57
*Tom*26-Jan-03 13:57 
GeneralOverloading operator=( ) Pin
fferland26-Jan-03 10:33
fferland26-Jan-03 10:33 
GeneralRe: Overloading operator=( ) Pin
Christian Graus26-Jan-03 10:55
protectorChristian Graus26-Jan-03 10:55 
GeneralRe: Overloading operator=( ) Pin
Mike Nordell26-Jan-03 13:49
Mike Nordell26-Jan-03 13:49 
GeneralRe: Overloading operator=( ) Pin
Joe Woodbury26-Jan-03 21:27
professionalJoe Woodbury26-Jan-03 21:27 
For classes like this, I always create a virtual function named "Copy", the operator= then calls it's open "Copy" function. If the base class has a Copy function, the derived class usually calls it, otherwise it usually calls the base class's operator= function (yes, there are times, albeit rare, I do the copy entirely in the derived class.)

(I almost always have a function equivilents to operators, though these functions may incorporate several operators, like "Compare".)
GeneralDisabling WXP start menu while "fullscreen" Pin
CGr26-Jan-03 10:06
CGr26-Jan-03 10:06 
GeneralRe: Disabling WXP start menu while "fullscreen" Pin
Joan M26-Jan-03 21:57
professionalJoan M26-Jan-03 21:57 
QuestionInheriting from std::vector? Pin
Nemanja Trifunovic26-Jan-03 9:25
Nemanja Trifunovic26-Jan-03 9:25 
AnswerRe: Inheriting from std::vector? Pin
Christian Graus26-Jan-03 10:20
protectorChristian Graus26-Jan-03 10:20 
GeneralRe: Inheriting from std::vector? Pin
Nemanja Trifunovic26-Jan-03 12:56
Nemanja Trifunovic26-Jan-03 12:56 
AnswerRe: Inheriting from std::vector? Pin
Mike Nordell26-Jan-03 13:55
Mike Nordell26-Jan-03 13:55 
GeneralRe: Inheriting from std::vector? Pin
Nemanja Trifunovic26-Jan-03 17:28
Nemanja Trifunovic26-Jan-03 17:28 
AnswerRe: Inheriting from std::vector? Pin
Nitron26-Jan-03 17:17
Nitron26-Jan-03 17:17 
GeneralRe: Inheriting from std::vector? Pin
Nemanja Trifunovic26-Jan-03 17:27
Nemanja Trifunovic26-Jan-03 17:27 
GeneralChanging screen saver programatically Pin
Mahesh Perumal26-Jan-03 5:18
Mahesh Perumal26-Jan-03 5:18 
GeneralRe: Changing screen saver programatically Pin
Ken Mazaika26-Jan-03 11:56
Ken Mazaika26-Jan-03 11:56 
GeneralGlobal memory (GlobalAlloc, etc...) Pin
Dominik Reichl26-Jan-03 3:40
Dominik Reichl26-Jan-03 3:40 
GeneralRe: Global memory (GlobalAlloc, etc...) Pin
Sigmund26-Jan-03 4:38
Sigmund26-Jan-03 4:38 
GeneralRe: Global memory (GlobalAlloc, etc...) Pin
Dominik Reichl26-Jan-03 6:03
Dominik Reichl26-Jan-03 6:03 
GeneralRe: Global memory (GlobalAlloc, etc...) Pin
Joe Woodbury26-Jan-03 21:37
professionalJoe Woodbury26-Jan-03 21:37 
GeneralProblem splitting dynamically allocated CString Pin
Wim Jans26-Jan-03 2:56
Wim Jans26-Jan-03 2:56 
GeneralRe: Problem splitting dynamically allocated CString Pin
Gary R. Wheeler26-Jan-03 5:18
Gary R. Wheeler26-Jan-03 5: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.