Click here to Skip to main content
15,917,473 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get browser version? Pin
Michael Dunn30-Oct-01 11:34
sitebuilderMichael Dunn30-Oct-01 11:34 
GeneralOpenGL Animation Pin
30-Oct-01 8:51
suss30-Oct-01 8:51 
GeneralRe: OpenGL Animation Pin
Todd Smith30-Oct-01 8:57
Todd Smith30-Oct-01 8:57 
GeneralRe: OpenGL Animation Pin
30-Oct-01 9:12
suss30-Oct-01 9:12 
GeneralRe: OpenGL Animation Pin
30-Oct-01 10:11
suss30-Oct-01 10:11 
Generaloverload operator... a begginner info Pin
Remi Morin30-Oct-01 8:31
Remi Morin30-Oct-01 8:31 
GeneralRe: overload operator... a begginner info Pin
Tomasz Sowinski30-Oct-01 10:08
Tomasz Sowinski30-Oct-01 10:08 
GeneralRe: overload operator... a begginner info Pin
Remi Morin30-Oct-01 10:26
Remi Morin30-Oct-01 10:26 
in msdn...
I've found that I can overload many operator, += << etc.
and I cannot overload . :: ?:
but no example, for a struct, a class, they said that we can define them as global but when I tried to do it with the = operator.. it didn't work (I've uderstand that I need "this->data"). So, what I want it's the philosophy, my overloaded operator work but I don't think it's the way to do that...
struct AStruct
{ 
   double data[100];
   AStruct &AStruct::operator=	(AStruct paramA);
};


It's a very beginner info I know but "overloading operator" I'm Ok, but do it well... it's may be an other thing



Remi Morin
Rmorin@Operamail.com
Remi.Morin@Lyrtech.com
GeneralRe: overload operator... a begginner info Pin
Tomasz Sowinski30-Oct-01 10:39
Tomasz Sowinski30-Oct-01 10:39 
GeneralRe: overload operator... a begginner info Pin
Michael Dunn30-Oct-01 17:21
sitebuilderMichael Dunn30-Oct-01 17:21 
GeneralTaskbar and Systray Pin
30-Oct-01 7:49
suss30-Oct-01 7:49 
GeneralRe: Taskbar and Systray Pin
Michael P Butler30-Oct-01 8:47
Michael P Butler30-Oct-01 8:47 
GeneralRe: Taskbar and Systray Pin
Ravi Bhavnani30-Oct-01 8:51
professionalRavi Bhavnani30-Oct-01 8:51 
GeneralXML File Properties and ATL Pin
30-Oct-01 7:40
suss30-Oct-01 7:40 
GeneralTooltips for ActiveX control on a CFormView Pin
Craig Miller30-Oct-01 7:25
Craig Miller30-Oct-01 7:25 
GeneralSmallest and common Font ( for printing) Pin
Braulio Dez30-Oct-01 6:21
Braulio Dez30-Oct-01 6:21 
GeneralRe: Smallest and common Font ( for printing) Pin
Roger Allen30-Oct-01 6:34
Roger Allen30-Oct-01 6:34 
GeneralAccessing history using CHtmlView (WebBrowser ActiveX control) Pin
JRP30-Oct-01 6:16
JRP30-Oct-01 6:16 
GeneralRe: Accessing history using CHtmlView (WebBrowser ActiveX control) Pin
JRP30-Oct-01 8:00
JRP30-Oct-01 8:00 
GeneralCommand Line Operation of VC++ Pin
Chris Meech30-Oct-01 6:13
Chris Meech30-Oct-01 6:13 
GeneralRe: Command Line Operation of VC++ Pin
Tomasz Sowinski30-Oct-01 9:59
Tomasz Sowinski30-Oct-01 9:59 
GeneralRe: Command Line Operation of VC++ Pin
Chris Meech30-Oct-01 10:28
Chris Meech30-Oct-01 10:28 
GeneralBrowse Pin
meirav30-Oct-01 6:12
meirav30-Oct-01 6:12 
GeneralRe: Browse Pin
Oscar Vazquez30-Oct-01 8:49
Oscar Vazquez30-Oct-01 8:49 
Generalvisible/invisible Pin
meirav30-Oct-01 6:08
meirav30-Oct-01 6:08 

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.