Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Keeping the values in controls when closing and opening a Dialog Pin
Luis E. Cuadrado16-Aug-02 3:59
Luis E. Cuadrado16-Aug-02 3:59 
GeneralRe: Keeping the values in controls when closing and opening a Dialog Pin
Tomasz Sowinski16-Aug-02 4:02
Tomasz Sowinski16-Aug-02 4:02 
GeneralI need a dll for converting emf to jpeg,png, or gif. Pin
suresh_sathya16-Aug-02 3:37
suresh_sathya16-Aug-02 3:37 
GeneralRe: I need a dll for converting emf to jpeg,png, or gif. Pin
Roger Allen16-Aug-02 4:23
Roger Allen16-Aug-02 4:23 
GeneralRe: I need a dll for converting emf to jpeg,png, or gif. Pin
-Dy16-Aug-02 4:28
-Dy16-Aug-02 4:28 
Generalthe connection object and recorsets Pin
ns16-Aug-02 3:11
ns16-Aug-02 3:11 
GeneralRe: the connection object and recorsets Pin
DanielO16-Aug-02 4:24
DanielO16-Aug-02 4:24 
GeneralC++ Gurus Pin
[James Pullicino]16-Aug-02 2:49
[James Pullicino]16-Aug-02 2:49 
For the Gurus out there, is this code legal?
(class declarations have been stripped down)

<br />
class a<br />
{<br />
};<br />
<br />
class b : public a<br />
{<br />
};<br />
<br />
a *pa = (a*)new b;  // Is this OK to do? Which constructor will be called?<br />
<br />


Thanks,

James

Drinking In The Sun
Forgot Password?
GeneralRe: C++ Gurus Pin
Christian Graus16-Aug-02 2:59
protectorChristian Graus16-Aug-02 2:59 
GeneralRe: C++ Gurus Pin
Tomasz Sowinski16-Aug-02 3:11
Tomasz Sowinski16-Aug-02 3:11 
GeneralRe: C++ Gurus Pin
Raskolnikov17-Aug-02 6:14
Raskolnikov17-Aug-02 6:14 
GeneralDisplay Hexadecimal Pin
Rsh16-Aug-02 2:33
Rsh16-Aug-02 2:33 
GeneralRe: Display Hexadecimal Pin
Christian Graus16-Aug-02 3:00
protectorChristian Graus16-Aug-02 3:00 
GeneralRe: Display Hexadecimal Pin
Tomasz Sowinski16-Aug-02 3:47
Tomasz Sowinski16-Aug-02 3:47 
GeneralCombo box being clipped by parent Pin
ReX16-Aug-02 2:26
ReX16-Aug-02 2:26 
GeneralRe: Combo box being clipped by parent Pin
Tomasz Sowinski16-Aug-02 3:12
Tomasz Sowinski16-Aug-02 3:12 
GeneralRe: Combo box being clipped by parent Pin
ReX16-Aug-02 4:33
ReX16-Aug-02 4:33 
GeneralRe: Combo box being clipped by parent Pin
Tomasz Sowinski16-Aug-02 4:47
Tomasz Sowinski16-Aug-02 4:47 
Generalstd:string Pin
Shamoon16-Aug-02 2:03
Shamoon16-Aug-02 2:03 
GeneralRe: std:string Pin
ReX16-Aug-02 2:23
ReX16-Aug-02 2:23 
GeneralRe: std:string Pin
Mike Nordell17-Aug-02 23:36
Mike Nordell17-Aug-02 23:36 
GeneralRe: std:string Pin
mishgun16-Aug-02 2:26
mishgun16-Aug-02 2:26 
GeneralRe: std:string Pin
Mike Nordell17-Aug-02 23:30
Mike Nordell17-Aug-02 23:30 
GeneralRe: std:string Pin
mishgun18-Aug-02 11:48
mishgun18-Aug-02 11:48 
GeneralRe: std:string Pin
Mike Nordell19-Aug-02 1:14
Mike Nordell19-Aug-02 1:14 

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.