Continue to Site

Programming issue about casting a statement

Status
Not open for further replies.

brennbar67

Member level 3
Member level 3
Joined
Jul 26, 2004
Messages
54
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
580
Programming problem...

Hi all,
I'm curious to know that if i din casting the statement , is it can works?

Example:
With casting : ((volatile unsigned short *)0x00000)[offset] = value;

without casting: volatile unsigned short* 0x00000[offset] = value;


So is it will working?? :)
Any1 know the answer??
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top