Direct Pointer assignment
- From: "Chen Shusheng" <lyrachina@xxxxxxxxxxx>
- Date: Sun, 20 Aug 2006 09:55:06 +0800
Hello,
I have a small piece of code that I want to directly assign a segment of
memory to a pointer. But complier tell me wrong. Pls you help.Codes below:
------------------
int * p;
p=0x241ff5c;
-------------------
.
- Follow-Ups:
- Re: Direct Pointer assignment
- From: Jack Klein
- Re: Direct Pointer assignment
- From: Walter Roberson
- Re: Direct Pointer assignment
- Prev by Date: Re: Can I Trust Pointer Arithmetic In Re-Allocated Memory?
- Next by Date: Re: Direct Pointer assignment
- Previous by thread: Good Book on Parsing Strings?
- Next by thread: Re: Direct Pointer assignment
- Index(es):
Relevant Pages
|