Robby, __int8 limited to: -128 to 127.
- From: Jeff☠Relf <Jeff_Relf@xxxxxxxxx>
- Date: 12 Dec 2007 21:33:25 GMT
Are you ( Robby ) asking about the contents of A1, the __int8 ?
or A1 the pointer ? What does “ sizeof( int * ) ” return ?
If it's the __int8 ( i.e. “ sizeof( int ) == 1 ” )
then it can't be 256, as it's limited to: -128 to 127.
If it's the pointer you're talking about,
then you have to tell us what it's value was before entering the loop.
.
- Follow-Ups:
- RE: Robby, __int8 limited to: -128 to 127.
- From: Robby
- RE: Robby, __int8 limited to: -128 to 127.
- References:
- Pointers gone mad!
- From: Robby
- Pointers gone mad!
- Prev by Date: Re: Pointers gone mad!
- Next by Date: Re: DLL declarations created by VC++ app wizard
- Previous by thread: Re: Pointers gone mad!
- Next by thread: RE: Robby, __int8 limited to: -128 to 127.
- Index(es):
Loading