Click here to Skip to main content
15,919,245 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with loading a gray image file.. Pin
Tomasz Sowinski28-Mar-02 0:17
Tomasz Sowinski28-Mar-02 0:17 
GeneralRe: Problem with loading a gray image file.. Pin
Neha28-Mar-02 0:19
Neha28-Mar-02 0:19 
GeneralRe: Problem with loading a gray image file.. Pin
Tomasz Sowinski28-Mar-02 0:15
Tomasz Sowinski28-Mar-02 0:15 
GeneralRe: Problem with loading a gray image file.. Pin
Neha28-Mar-02 0:17
Neha28-Mar-02 0:17 
GeneralRe: Problem with loading a gray image file.. Pin
Tomasz Sowinski28-Mar-02 0:22
Tomasz Sowinski28-Mar-02 0:22 
GeneralRe: Problem with loading a gray image file.. Pin
Christian Graus28-Mar-02 1:21
protectorChristian Graus28-Mar-02 1:21 
GeneralRe: Problem with loading a gray image file.. Pin
Jon Hulatt28-Mar-02 3:01
Jon Hulatt28-Mar-02 3:01 
QuestionHow to use the point points to baseclass member to point to inherited class member? Pin
Feng Qin27-Mar-02 23:33
Feng Qin27-Mar-02 23:33 
class A
{
public:
A()
{
}
virtual ~A()
{
}
void (A::*ptFunc)();

};


class B:public A
{
public:
B()
{
ptFunc = &(B::b_func);
}
virtual ~B()
{
}
void b_func()
{
cout<<"B::b_func"<
AnswerRe: How to use the point points to baseclass member to point to inherited class member? Pin
Feng Qin27-Mar-02 23:38
Feng Qin27-Mar-02 23:38 
GeneralRe: How to use the point points to baseclass member to point to inherited class member? Pin
Feng Qin28-Mar-02 0:19
Feng Qin28-Mar-02 0:19 
GeneralRe: How to use the point points to baseclass member to point to inherited class member? Pin
Christian Graus28-Mar-02 1:22
protectorChristian Graus28-Mar-02 1:22 
GeneralRe: How to use the point points to baseclass member to point to inherited class member? Pin
Tomasz Sowinski28-Mar-02 1:32
Tomasz Sowinski28-Mar-02 1:32 
GeneralRe: How to use the point points to baseclass member to point to inherited class member? Pin
Christian Graus28-Mar-02 1:35
protectorChristian Graus28-Mar-02 1:35 
GeneralRe: How to use the point points to baseclass member to point to inherited class member? Pin
Feng Qin28-Mar-02 14:54
Feng Qin28-Mar-02 14:54 
GeneralRe: How to use the point points to baseclass member to point to inherited class member? Pin
Christian Graus28-Mar-02 15:01
protectorChristian Graus28-Mar-02 15:01 
GeneralRe: How to use the point points to baseclass member to point to inherited class member? Pin
Feng Qin28-Mar-02 23:31
Feng Qin28-Mar-02 23:31 
GeneralDynamically changing Toolbar's Tooltips Pin
louis27-Mar-02 23:24
louis27-Mar-02 23:24 
GeneralRe: Dynamically changing Toolbar's Tooltips Pin
Tomasz Sowinski27-Mar-02 23:36
Tomasz Sowinski27-Mar-02 23:36 
GeneralRe: Dynamically changing Toolbar's Tooltips Pin
louis1-Apr-02 23:16
louis1-Apr-02 23:16 
GeneralActivating an OLE object in an OLE container Pin
27-Mar-02 23:23
suss27-Mar-02 23:23 
GeneralCDatabase & CRecordset Pin
Drawil27-Mar-02 19:32
Drawil27-Mar-02 19:32 
GeneralRe: CDatabase & CRecordset Pin
Mazdak27-Mar-02 20:38
Mazdak27-Mar-02 20:38 
GeneralVS.NET and CWnd Pin
alex.barylski27-Mar-02 19:02
alex.barylski27-Mar-02 19:02 
GeneralRe: VS.NET and CWnd Pin
Tomasz Sowinski27-Mar-02 22:28
Tomasz Sowinski27-Mar-02 22:28 
GeneralRe: VS.NET and CWnd Pin
alex.barylski27-Mar-02 23:43
alex.barylski27-Mar-02 23:43 

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.