Click here to Skip to main content
16,011,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CEditView & Links :: MFC Pin
valikac12-Jun-02 4:13
valikac12-Jun-02 4:13 
GeneralRe: CEditView & Links :: MFC Pin
Alexandru Savescu11-Jun-02 20:08
Alexandru Savescu11-Jun-02 20:08 
GeneralRe: CEditView & Links :: MFC Pin
valikac12-Jun-02 7:37
valikac12-Jun-02 7:37 
GeneralI need help!!! Pin
ChiYung11-Jun-02 13:30
ChiYung11-Jun-02 13:30 
GeneralRe: I need help!!! Pin
Nish Nishant11-Jun-02 15:03
sitebuilderNish Nishant11-Jun-02 15:03 
QuestionWhat is X and Y relative to in MoveWindow? Pin
redeemer11-Jun-02 12:26
redeemer11-Jun-02 12:26 
AnswerRe: What is X and Y relative to in MoveWindow? Pin
Ed Gadziemski11-Jun-02 12:44
professionalEd Gadziemski11-Jun-02 12:44 
GeneralOverriding = operator Pin
Stew11-Jun-02 11:58
Stew11-Jun-02 11:58 
I want to have an assignment operator in a class that I have several classes derived from. I want to be able to call the assignment operator using an object defined as a pointer to the base class but have it execute the code in the proper derived class.

I don't know if I explained it very well so here's a little bit of code:

CElement* pTempElement;
pTempElement = pElement;

where pElement is a pointer to a class that was derived from the CElement base class.

My goal is to be able to get the data from pElement to pTempElement but not share the memory address. If there's an easier way than I'm working on, that's fine too. Probably a stupid question but I've always had a bit of a mental block when it comes to pointers.
GeneralRe: Overriding = operator Pin
Le centriste11-Jun-02 12:19
Le centriste11-Jun-02 12:19 
GeneralRe: Overriding = operator Pin
Christian Graus11-Jun-02 13:02
protectorChristian Graus11-Jun-02 13:02 
GeneralRe: Overriding = operator Pin
Joaquín M López Muñoz11-Jun-02 20:00
Joaquín M López Muñoz11-Jun-02 20:00 
QuestionHow do you insert text into a RichEdit Pin
Le centriste11-Jun-02 12:03
Le centriste11-Jun-02 12:03 
AnswerRe: How do you insert text into a RichEdit Pin
Le centriste11-Jun-02 18:07
Le centriste11-Jun-02 18:07 
GeneralRe: How do you insert text into a RichEdit Pin
Qadddd11-Jun-02 21:54
Qadddd11-Jun-02 21:54 
Generalcatching menu window creation Pin
Roman Nurik11-Jun-02 11:47
Roman Nurik11-Jun-02 11:47 
QuestionMDI App: How to make it start without creating a new document? Pin
Le centriste11-Jun-02 10:46
Le centriste11-Jun-02 10:46 
AnswerRe: MDI App: How to make it start without creating a new document? Pin
Rama Krishna Vavilala11-Jun-02 10:51
Rama Krishna Vavilala11-Jun-02 10:51 
GeneralRe: MDI App: How to make it start without creating a new document? Pin
Le centriste11-Jun-02 11:28
Le centriste11-Jun-02 11:28 
QuestionMultiline CEdit fonts? Pin
dazinith11-Jun-02 10:12
dazinith11-Jun-02 10:12 
AnswerRe: Multiline CEdit fonts? Pin
Chris Losinger11-Jun-02 10:23
professionalChris Losinger11-Jun-02 10:23 
GeneralRe: Multiline CEdit fonts? Pin
dazinith11-Jun-02 10:34
dazinith11-Jun-02 10:34 
GeneralRe: Multiline CEdit fonts? Pin
Roman Nurik11-Jun-02 11:52
Roman Nurik11-Jun-02 11:52 
GeneralRe: Multiline CEdit fonts? Pin
dazinith12-Jun-02 4:11
dazinith12-Jun-02 4:11 
GeneralCommandLine Pin
Anthony988711-Jun-02 9:28
Anthony988711-Jun-02 9:28 
GeneralRe: CommandLine Pin
Joaquín M López Muñoz11-Jun-02 9:39
Joaquín M López Muñoz11-Jun-02 9:39 

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.