Click here to Skip to main content
15,924,036 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalcreate Predefined Macros Pin
mmwhw20-Mar-03 16:32
mmwhw20-Mar-03 16:32 
GeneralRe: create Predefined Macros Pin
Mike Nordell21-Mar-03 4:13
Mike Nordell21-Mar-03 4:13 
GeneralRe: create Predefined Macros Pin
Jambolo23-Mar-03 9:57
Jambolo23-Mar-03 9:57 
Generalget number from string Pin
wow999920-Mar-03 16:27
wow999920-Mar-03 16:27 
GeneralRe: get number from string Pin
mmwhw20-Mar-03 16:40
mmwhw20-Mar-03 16:40 
GeneralRe: get number from string Pin
Nish Nishant20-Mar-03 17:22
sitebuilderNish Nishant20-Mar-03 17:22 
Generalpointer's high bit Pin
Phil Hamer20-Mar-03 14:50
Phil Hamer20-Mar-03 14:50 
GeneralRe: pointer's high bit Pin
Tim Smith20-Mar-03 15:31
Tim Smith20-Mar-03 15:31 
In Windows, like VMS, the lower 2GB is user address space while the upper 2GB is reserved for the system. Thus, for user mode programs, the high bit is always zero. However, you can't go off and set that high bit and then expect to be able to dereference the pointer. It will still try to access the high memory and crash (I am 99.99999999% sure).

Tim Smith

I'm going to patent thought. I have yet to see any prior art.
GeneralRe: pointer's high bit Pin
John M. Drescher20-Mar-03 16:12
John M. Drescher20-Mar-03 16:12 
Generalbitmapp action Pin
el davo20-Mar-03 13:19
el davo20-Mar-03 13:19 
GeneralRe: bitmapp action Pin
Brian Shifrin20-Mar-03 15:32
Brian Shifrin20-Mar-03 15:32 
GeneralRe: bitmapp action Pin
el davo20-Mar-03 15:42
el davo20-Mar-03 15:42 
GeneralRe: bitmapp action Pin
el davo20-Mar-03 17:46
el davo20-Mar-03 17:46 
GeneralRe: bitmapp action Pin
Brian Shifrin20-Mar-03 23:53
Brian Shifrin20-Mar-03 23:53 
GeneralRe: bitmapp action Pin
el davo23-Mar-03 12:12
el davo23-Mar-03 12:12 
GeneralRe: bitmapp action Pin
John R. Shaw21-Mar-03 11:42
John R. Shaw21-Mar-03 11:42 
Questionmodifying auto ip timeout? Pin
gjwkim20-Mar-03 13:13
gjwkim20-Mar-03 13:13 
GeneralTHIS SITE IS DANGEROUS!!!! Pin
Anonymous20-Mar-03 12:42
Anonymous20-Mar-03 12:42 
GeneralExact DataStructure Pin
Anonymous20-Mar-03 11:26
Anonymous20-Mar-03 11:26 
Questionhow to set item for a listbox Pin
liquidsnake18320-Mar-03 11:22
liquidsnake18320-Mar-03 11:22 
AnswerRe: how to set item for a listbox Pin
valikac20-Mar-03 12:16
valikac20-Mar-03 12:16 
AnswerRe: how to set item for a listbox Pin
Dave Bryant20-Mar-03 12:20
Dave Bryant20-Mar-03 12:20 
GeneralPassing arrays to functions(Simple question)! Pin
Paddy20-Mar-03 11:13
Paddy20-Mar-03 11:13 
GeneralRe: Passing arrays to functions(Simple question)! Pin
João Paulo Figueira20-Mar-03 11:25
professionalJoão Paulo Figueira20-Mar-03 11:25 
GeneralRe: Passing arrays to functions(Simple question)! Pin
Paddy20-Mar-03 11:58
Paddy20-Mar-03 11:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.