Click here to Skip to main content
15,923,051 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to get pointer of outer class inside an inner class Pin
Anonymous25-Mar-03 8:31
Anonymous25-Mar-03 8:31 
GeneralRe: How to get pointer of outer class inside an inner class Pin
Tim Smith25-Mar-03 8:48
Tim Smith25-Mar-03 8:48 
QuestionHow to copy a large amount of data? Pin
Jakob Bysewski25-Mar-03 8:08
Jakob Bysewski25-Mar-03 8:08 
AnswerRe: How to copy a large amount of data? Pin
Tim Smith25-Mar-03 8:19
Tim Smith25-Mar-03 8:19 
GeneralRe: How to copy a large amount of data? Pin
Jakob Bysewski25-Mar-03 8:26
Jakob Bysewski25-Mar-03 8:26 
GeneralRe: How to copy a large amount of data? Pin
Tim Smith25-Mar-03 8:50
Tim Smith25-Mar-03 8:50 
GeneralRe: How to copy a large amount of data? Pin
Jakob Bysewski25-Mar-03 9:33
Jakob Bysewski25-Mar-03 9:33 
AnswerRe: How to copy a large amount of data? Pin
Daniel Turini25-Mar-03 8:45
Daniel Turini25-Mar-03 8:45 
Jakob Bysewski wrote:
I can't use pointers cause' I need a COPY of m_Class -> the original m_Class should not be modified...

So, return a const reference. Like this:

const CMyClass &GetByValue()
{
return m_Class;
}


In this case, you'll not be able to corrupt your class, because you'll only be able to call const methods.



It's not the fall that kills you: it's the sudden stop - Down by Law, Jim Jamursch (1986)
GeneralPosition of items in a CListCtrl Pin
Kuniva25-Mar-03 8:07
Kuniva25-Mar-03 8:07 
QuestionHow to implement OpenGL in MDI? Pin
uNsignedINT25-Mar-03 7:45
uNsignedINT25-Mar-03 7:45 
GeneralNew Document MDI Pin
rahulv25-Mar-03 5:43
rahulv25-Mar-03 5:43 
GeneralRe: New Document MDI Pin
Neville Franks25-Mar-03 10:07
Neville Franks25-Mar-03 10:07 
GeneralSimple Dialog Box in SDI--- HELP!!!! Pin
uNsignedINT25-Mar-03 5:41
uNsignedINT25-Mar-03 5:41 
GeneralRe: Simple Dialog Box in SDI--- HELP!!!! Pin
valikac25-Mar-03 7:13
valikac25-Mar-03 7:13 
GeneralRe: Simple Dialog Box in SDI--- HELP!!!! Pin
Brigsoft25-Mar-03 7:48
Brigsoft25-Mar-03 7:48 
Generalporno Dialers Pin
Jump_Around25-Mar-03 5:01
Jump_Around25-Mar-03 5:01 
GeneralRe: porno Dialers Pin
Anonymous25-Mar-03 5:46
Anonymous25-Mar-03 5:46 
GeneralCCriticalSection Pin
act_x25-Mar-03 4:40
act_x25-Mar-03 4:40 
GeneralRe: CCriticalSection Pin
Ravi Bhavnani25-Mar-03 5:20
professionalRavi Bhavnani25-Mar-03 5:20 
GeneralRe: CCriticalSection Pin
Rage25-Mar-03 6:38
professionalRage25-Mar-03 6:38 
GeneralRe: CCriticalSection Pin
Anders Molin25-Mar-03 13:18
professionalAnders Molin25-Mar-03 13:18 
GeneralDatabase problem... Pin
Dennis L25-Mar-03 4:30
Dennis L25-Mar-03 4:30 
GeneralRe: Database problem... Pin
Donovan28-Mar-03 9:23
Donovan28-Mar-03 9:23 
Questionflush the socket? Pin
lucy25-Mar-03 4:10
lucy25-Mar-03 4:10 
AnswerRe: flush the socket? Pin
valikac25-Mar-03 7:26
valikac25-Mar-03 7:26 

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.