Click here to Skip to main content
15,926,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with masked Edit control Pin
Christian Graus15-Apr-02 0:44
protectorChristian Graus15-Apr-02 0:44 
GeneralRe: Problem with masked Edit control Pin
Catherine15-Apr-02 2:30
Catherine15-Apr-02 2:30 
GeneralQuestion on dockable toolbar Pin
GooGoo14-Apr-02 23:38
GooGoo14-Apr-02 23:38 
GeneralRe: Question on dockable toolbar Pin
NicholasCougar14-Apr-02 23:54
NicholasCougar14-Apr-02 23:54 
GeneralRe: Question on dockable toolbar Pin
GooGoo15-Apr-02 1:16
GooGoo15-Apr-02 1:16 
GeneralRe: Question on dockable toolbar Pin
Niklas L15-Apr-02 1:32
Niklas L15-Apr-02 1:32 
GeneralRe: Question on dockable toolbar Pin
Niklas L15-Apr-02 1:13
Niklas L15-Apr-02 1:13 
GeneralCRuntimeClass Pin
NicholasCougar14-Apr-02 23:35
NicholasCougar14-Apr-02 23:35 
Hi,
the symbol :: puzzles me. I already know that this is a scope resolution operator which is used to execute a parent class method from within a subclass method.
Plz look here,

return &class_name::class##class_name;

Note: ## is used to connect two separated string.

class##class_name is NOT a method, and &class_name::class##class_name in all means a pointer to a CRuntimeClass struct.

There are others, COjbect::classCObject, CCmdTarget::classCCmdTarget,etc.

What doest :: mean here??
Roll eyes | :rolleyes:

Best regard.

I confess that I am a stubborn guy, but why not put things thoroughly, logically and systematically clean. One concrete prolem is worth a thousand unapplied abstractions.
GeneralRe: CRuntimeClass Pin
Niklas L14-Apr-02 23:47
Niklas L14-Apr-02 23:47 
GeneralRe: CRuntimeClass Pin
Jon Hulatt15-Apr-02 0:53
Jon Hulatt15-Apr-02 0:53 
GeneralRe: CRuntimeClass Pin
NicholasCougar15-Apr-02 15:16
NicholasCougar15-Apr-02 15:16 
GeneralRe: CRuntimeClass Pin
Niklas L15-Apr-02 23:47
Niklas L15-Apr-02 23:47 
Generalfunctions and arrays Pin
Steve Severance14-Apr-02 19:08
Steve Severance14-Apr-02 19:08 
GeneralRe: functions and arrays Pin
Nish Nishant14-Apr-02 19:18
sitebuilderNish Nishant14-Apr-02 19:18 
GeneralRe: functions and arrays Pin
Steve Severance14-Apr-02 19:31
Steve Severance14-Apr-02 19:31 
GeneralRe: functions and arrays Pin
Nish Nishant14-Apr-02 19:53
sitebuilderNish Nishant14-Apr-02 19:53 
GeneralRe: functions and arrays Pin
Steve Severance15-Apr-02 2:07
Steve Severance15-Apr-02 2:07 
Generalundeclared identifier Pin
14-Apr-02 18:53
suss14-Apr-02 18:53 
GeneralRe: undeclared identifier Pin
Orbital^14-Apr-02 22:14
Orbital^14-Apr-02 22:14 
GeneralRe: undeclared identifier Pin
Antonio Mazzeo14-Apr-02 22:15
Antonio Mazzeo14-Apr-02 22:15 
GeneralRe: undeclared identifier Pin
Mike Nordell15-Apr-02 6:04
Mike Nordell15-Apr-02 6:04 
GeneralDatagram sockets, sequence of methods to call Pin
vcLearner14-Apr-02 18:28
vcLearner14-Apr-02 18:28 
GeneralRe: Datagram sockets, sequence of methods to call Pin
Antonio Mazzeo14-Apr-02 22:24
Antonio Mazzeo14-Apr-02 22:24 
GeneralRe: Datagram sockets, sequence of methods to call Pin
lucy24-Apr-02 5:49
lucy24-Apr-02 5:49 
GeneralCreateMDIWindow(...) Pin
14-Apr-02 18:05
suss14-Apr-02 18:05 

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.