Click here to Skip to main content
15,894,291 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get system info? Pin
Hamid_RT8-Jan-07 20:12
Hamid_RT8-Jan-07 20:12 
Questionwhat is LPWSTR ? Pin
pyarigopal8-Jan-07 18:33
pyarigopal8-Jan-07 18:33 
AnswerRe: what is LPWSTR ? Pin
Michael Dunn8-Jan-07 20:18
sitebuilderMichael Dunn8-Jan-07 20:18 
GeneralRe: what is LPWSTR ? Pin
Nibu babu thomas8-Jan-07 21:13
Nibu babu thomas8-Jan-07 21:13 
GeneralRe: what is LPWSTR ? Pin
prasad_som8-Jan-07 21:41
prasad_som8-Jan-07 21:41 
GeneralRe: what is LPWSTR ? Pin
Nibu babu thomas8-Jan-07 21:49
Nibu babu thomas8-Jan-07 21:49 
AnswerRe: what is LPWSTR ? Pin
prasad_som8-Jan-07 22:04
prasad_som8-Jan-07 22:04 
GeneralRe: what is LPWSTR ? Pin
Nibu babu thomas8-Jan-07 22:14
Nibu babu thomas8-Jan-07 22:14 
prasad_som wrote:
'far' and 'near' are obsolete now.


They are not obsolete but they are the same.


prasad_som wrote:
In fact, its 'far' pointer of old days.


No. You are wrong. You had to explicitly declare a far pointer. You can also explicitly declare a near pointer using the near keyword but there was no need since that's the default. Besides far and near there are huge pointers too ( maybe base pointers too I remember using it in turbo ).

But there's no need for such pointer classifications now ( can't say about the future ) as Win32 does not distinguish between near and far addresses.


Nibu thomas
A Developer

Programming tips[^]  My site[^]

GeneralRe: what is LPWSTR ? Pin
Rajesh R Subramanian8-Jan-07 22:25
professionalRajesh R Subramanian8-Jan-07 22:25 
QuestionRe: what is LPWSTR ? Pin
prasad_som8-Jan-07 22:29
prasad_som8-Jan-07 22:29 
AnswerRe: what is LPWSTR ? Pin
Nibu babu thomas8-Jan-07 22:42
Nibu babu thomas8-Jan-07 22:42 
AnswerRe: what is LPWSTR ? Pin
prasad_som8-Jan-07 22:50
prasad_som8-Jan-07 22:50 
GeneralRe: what is LPWSTR ? Pin
Nibu babu thomas8-Jan-07 22:55
Nibu babu thomas8-Jan-07 22:55 
GeneralRe: what is LPWSTR ? Pin
Nibu babu thomas8-Jan-07 23:16
Nibu babu thomas8-Jan-07 23:16 
GeneralRe: what is LPWSTR ? Pin
Nibu babu thomas8-Jan-07 23:23
Nibu babu thomas8-Jan-07 23:23 
QuestionWarning for conversion from double to int Pin
Mithin8-Jan-07 17:17
Mithin8-Jan-07 17:17 
AnswerRe: Warning for conversion from double to int Pin
prasad_som8-Jan-07 17:36
prasad_som8-Jan-07 17:36 
GeneralRe: Warning for conversion from double to int Pin
Mithin8-Jan-07 17:44
Mithin8-Jan-07 17:44 
AnswerRe: Warning for conversion from double to int Pin
prasad_som8-Jan-07 17:46
prasad_som8-Jan-07 17:46 
GeneralRe: Warning for conversion from double to int Pin
Mithin8-Jan-07 18:00
Mithin8-Jan-07 18:00 
QuestionRe: Warning for conversion from double to int Pin
prasad_som8-Jan-07 18:08
prasad_som8-Jan-07 18:08 
AnswerRe: Warning for conversion from double to int Pin
Mithin8-Jan-07 18:24
Mithin8-Jan-07 18:24 
AnswerRe: Warning for conversion from double to int Pin
prasad_som8-Jan-07 18:33
prasad_som8-Jan-07 18:33 
GeneralRe: Warning for conversion from double to int Pin
PJ Arends8-Jan-07 17:50
professionalPJ Arends8-Jan-07 17:50 
GeneralRe: Warning for conversion from double to int Pin
David Crow9-Jan-07 3:26
David Crow9-Jan-07 3:26 

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.