Click here to Skip to main content
16,005,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Simple Question...... Pin
David Crow23-Apr-04 6:46
David Crow23-Apr-04 6:46 
GeneralRe: Simple Question...... Pin
Prakash Nadar23-Apr-04 16:40
Prakash Nadar23-Apr-04 16:40 
GeneralRe: Simple Question...... Pin
Navin23-Apr-04 5:40
Navin23-Apr-04 5:40 
GeneralRe: Simple Question...... Pin
John R. Shaw23-Apr-04 17:40
John R. Shaw23-Apr-04 17:40 
Questioncoordinates of a child window bug?? Pin
Alton Williams23-Apr-04 4:03
Alton Williams23-Apr-04 4:03 
AnswerRe: coordinates of a child window bug?? Pin
Antony M Kancidrowski23-Apr-04 4:47
Antony M Kancidrowski23-Apr-04 4:47 
AnswerRe: coordinates of a child window bug?? Pin
Ravi Bhavnani23-Apr-04 7:03
professionalRavi Bhavnani23-Apr-04 7:03 
GeneralUgly cast Pin
_Magnus_23-Apr-04 3:42
_Magnus_23-Apr-04 3:42 
class A<br />
{<br />
public:<br />
   A() :<br />
      i(0)<br />
   {<br />
   }<br />
   int i;<br />
};<br />
<br />
class B : public A<br />
{<br />
public:<br />
   void Inc()<br />
   {<br />
      i++;<br />
   }<br />
};<br />
<br />
A *pa = new A;<br />
B *pb = (B *)pa;<br />
pb->Inc();


The pointer is not a type B, but class B has no own
data and if i run it it works.
Is this valid?
What happens when i do that?


/Magnus


- I don't necessarily agree with everything I say
GeneralRe: Ugly cast Pin
jmkhael23-Apr-04 3:58
jmkhael23-Apr-04 3:58 
GeneralRe: Ugly cast Pin
toxcct23-Apr-04 4:03
toxcct23-Apr-04 4:03 
GeneralRe: Ugly cast Pin
_Magnus_23-Apr-04 4:09
_Magnus_23-Apr-04 4:09 
GeneralRe: Ugly cast Pin
toxcct23-Apr-04 4:11
toxcct23-Apr-04 4:11 
GeneralRe: Ugly cast Pin
Tim Smith23-Apr-04 4:14
Tim Smith23-Apr-04 4:14 
GeneralRe: Ugly cast Pin
toxcct23-Apr-04 4:17
toxcct23-Apr-04 4:17 
GeneralRe: Ugly cast Pin
Tim Smith23-Apr-04 16:09
Tim Smith23-Apr-04 16:09 
GeneralRe: Ugly cast Pin
_Magnus_23-Apr-04 4:23
_Magnus_23-Apr-04 4:23 
GeneralRe: Ugly cast Pin
toxcct23-Apr-04 4:26
toxcct23-Apr-04 4:26 
GeneralRe: Ugly cast Pin
_Magnus_23-Apr-04 4:30
_Magnus_23-Apr-04 4:30 
GeneralRe: Ugly cast Pin
toxcct23-Apr-04 4:32
toxcct23-Apr-04 4:32 
GeneralRe: Ugly cast Pin
Tim Smith23-Apr-04 16:14
Tim Smith23-Apr-04 16:14 
GeneralRe: Ugly cast Pin
Gary R. Wheeler24-Apr-04 2:01
Gary R. Wheeler24-Apr-04 2:01 
GeneralRe: Ugly cast Pin
Tim Smith23-Apr-04 4:12
Tim Smith23-Apr-04 4:12 
GeneralRe: Ugly cast Pin
Tim Smith23-Apr-04 4:09
Tim Smith23-Apr-04 4:09 
GeneralRe: Ugly cast Pin
_Magnus_23-Apr-04 4:18
_Magnus_23-Apr-04 4:18 
GeneralRe: Ugly cast Pin
Navin23-Apr-04 5:43
Navin23-Apr-04 5: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.