Beginner's question
From: Wong (tatto0_2000_at_yahoo.com)
Date: 02/25/05
- Next message: Stephen Sprunk: "Re: cannot create 'c' executables"
- Previous message: Marlene Stebbins: "Re: Memory leaks with realloc()"
- Next in thread: infobahn: "Re: Beginner's question"
- Reply: infobahn: "Re: Beginner's question"
- Reply: Keith Thompson: "Re: Beginner's question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 25 Feb 2005 07:17:19 -0800
Hi gurus,
I have some codes like this:
char whatIsThis;
*(int *)whatIsThis = SOME_PARAMETERS; // SOME_PARAMETERS is a value
For the second line, is this a type casting or pointer to pointer ?
Thanks in advance for your feedback.
- Next message: Stephen Sprunk: "Re: cannot create 'c' executables"
- Previous message: Marlene Stebbins: "Re: Memory leaks with realloc()"
- Next in thread: infobahn: "Re: Beginner's question"
- Reply: infobahn: "Re: Beginner's question"
- Reply: Keith Thompson: "Re: Beginner's question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|