Re: private types
- From: "Peter C. Chapin" <pchapin@xxxxxxxxx>
- Date: 19 Mar 2006 14:52:05 GMT
Martin Krischik <krischik@xxxxxxxxxxxxxxxxxxxxx> wrote in
news:1259548.CMTukHGvVZ@xxxxxxxxxxxxxxxxxxx:
Of course programming C or C++ on such an OS could be quite
challenging (Write to (void*)0 and you mess up your Proccess
Information Descriptor).
The C/C++ standard does not require NULL pointers to be represented by all
zero bits either. The null pointer constant, (void*)0, might be translated
into 0xFFFFFFFF or some other value.
Peter
.
- Follow-Ups:
- Re: private types
- From: Björn Persson
- Re: private types
- References:
- private types
- From: ada_student
- Re: private types
- From: Jeffrey R. Carter
- Re: private types
- From: Brian May
- Re: private types
- From: Justin Gombos
- Re: private types
- From: Robert A Duff
- Re: private types
- From: Justin Gombos
- Re: private types
- From: Robert A Duff
- Re: private types
- From: Justin Gombos
- Re: private types
- From: Martin Krischik
- private types
- Prev by Date: Re: Library file locations (was: Debian Policy for Ada, Second Edition)
- Next by Date: Re: private types
- Previous by thread: Re: private types
- Next by thread: Re: private types
- Index(es):
Relevant Pages
|