Click here to Skip to main content
15,922,325 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do I make this Unicode? Pin
Matt Newman14-May-02 15:26
Matt Newman14-May-02 15:26 
AnswerRe: How do I make this Unicode? Pin
Paul M Watt8-May-02 17:24
mentorPaul M Watt8-May-02 17:24 
AnswerRe: How do I make this Unicode? Pin
Nish Nishant8-May-02 17:24
sitebuilderNish Nishant8-May-02 17:24 
GeneralUsing struct with CList Pin
Coremn8-May-02 17:07
Coremn8-May-02 17:07 
GeneralRe: Using struct with CList Pin
Paul M Watt8-May-02 17:46
mentorPaul M Watt8-May-02 17:46 
GeneralRe: Using struct with CList Pin
Christian Graus8-May-02 18:34
protectorChristian Graus8-May-02 18:34 
GeneralRe: Using struct with CList Pin
Coremn8-May-02 18:51
Coremn8-May-02 18:51 
Questionwhat happpened when casting Pin
NicholasCougar8-May-02 16:55
NicholasCougar8-May-02 16:55 
Hi,
suppose there are to struct type,
struct small
{
float x;
double y;
};

struct large
{
int x;
float y;
double z;
bool w;
};
and in my program I coding as this:

large b;
small *p =(small) b;

what's going on inside the code operation?


Thank you.

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.
AnswerRe: what happpened when casting [edited] Pin
Nish Nishant8-May-02 17:19
sitebuilderNish Nishant8-May-02 17:19 
Generalnewb question: Pin
stupration8-May-02 16:09
stupration8-May-02 16:09 
GeneralRe: newb question: Pin
Paul M Watt8-May-02 16:17
mentorPaul M Watt8-May-02 16:17 
GeneralRe: newb question: Pin
8-May-02 22:32
suss8-May-02 22:32 
GeneralMy question more about "C" Pin
Volki8-May-02 15:36
Volki8-May-02 15:36 
GeneralRe: My question more about "C" Pin
8-May-02 16:04
suss8-May-02 16:04 
GeneralRe: My question more about "C" Pin
Nish Nishant8-May-02 17:18
sitebuilderNish Nishant8-May-02 17:18 
GeneralRe: My question more about "C" Pin
Volki9-May-02 14:31
Volki9-May-02 14:31 
GeneralTransparent windows Pin
redeemer8-May-02 12:48
redeemer8-May-02 12:48 
GeneralRe: Transparent windows Pin
Anders Molin8-May-02 13:18
professionalAnders Molin8-May-02 13:18 
GeneralRe: Transparent windows Pin
Christian Graus8-May-02 13:19
protectorChristian Graus8-May-02 13:19 
GeneralRe: Transparent windows Pin
Paul M Watt8-May-02 14:46
mentorPaul M Watt8-May-02 14:46 
GeneralThanks all Pin
redeemer8-May-02 15:21
redeemer8-May-02 15:21 
GeneralCompiler says WS_EX_LAYERED and LWA_ALPHA is unknown... Pin
redeemer8-May-02 15:26
redeemer8-May-02 15:26 
GeneralRe: Compiler says WS_EX_LAYERED and LWA_ALPHA is unknown... Pin
Shog98-May-02 15:58
sitebuilderShog98-May-02 15:58 
GeneralRe: Transparent windows Pin
Michael Dunn8-May-02 17:24
sitebuilderMichael Dunn8-May-02 17:24 
Generalassertion failure Pin
RalfPeter8-May-02 12:16
RalfPeter8-May-02 12:16 

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.