Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: overload operator... a begginner info Pin
Tomasz Sowinski30-Oct-01 10:39
Tomasz Sowinski30-Oct-01 10:39 
You should read some good C++ book first - 'C++ Language' by Stroustrup or 'Effective C++' by Meyers.

You should pass AStruct by const reference. It's much more effective than passing by value, which involves calling a copy constructor. This applies to all operators and 'normal' functions as well.

Tomasz Sowinski -- http://www.shooltz.com
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 
GeneralRe: visible/invisible Pin
Chris Meech30-Oct-01 6:17
Chris Meech30-Oct-01 6:17 

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.