Click here to Skip to main content
15,890,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get system info? Pin
tyjjrtruy4teqye7nyue7qay8-Jan-07 19:28
tyjjrtruy4teqye7nyue7qay8-Jan-07 19:28 
AnswerRe: How to get system info? Pin
Rajesh R Subramanian8-Jan-07 19:43
professionalRajesh R Subramanian8-Jan-07 19:43 
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 
prasad_som wrote:
In fact there is no concept of normal pointer


What I meant with normal pointer is near pointer. When we declare a pointer

int *p

It's treated as near pointer we had to explicitly declare a far pointer using the far keyword. Hence I used the term normal. Smile | :)


prasad_som wrote:
int is 4 bytes as well, isn't it ?


In Turbo C++ int is two bytes and long is 4 bytes. I started programmng in turbo hence said that. Maybe in Win16 int is 2 bytes and long 4 bytes, can't say since I haven't programmed in that environment but in Win32 both are of the same size.


Nibu thomas
A Developer

Programming tips[^]  My site[^]

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 
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 

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.