Click here to Skip to main content
15,917,628 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to add separator in list box Pin
coding_ram11-Feb-08 2:41
coding_ram11-Feb-08 2:41 
AnswerRe: how to add separator in list box Pin
David Crow11-Feb-08 2:56
David Crow11-Feb-08 2:56 
AnswerRe: how to add separator in list box Pin
Hamid_RT11-Feb-08 3:32
Hamid_RT11-Feb-08 3:32 
AnswerRe: how to add separator in list box Pin
Eytukan11-Feb-08 5:46
Eytukan11-Feb-08 5:46 
AnswerRe: how to add separator in list box Pin
coding_ram12-Feb-08 22:47
coding_ram12-Feb-08 22:47 
GeneralConvert INT32 to int Pin
orihime11-Feb-08 2:04
orihime11-Feb-08 2:04 
GeneralRe: Convert INT32 to int Pin
CPallini11-Feb-08 2:09
mveCPallini11-Feb-08 2:09 
GeneralRe: Convert INT32 to int Pin
Rajkumar R11-Feb-08 2:26
Rajkumar R11-Feb-08 2:26 
GeneralRe: Convert INT32 to int Pin
CPallini11-Feb-08 3:18
mveCPallini11-Feb-08 3:18 
GeneralRe: Convert INT32 to int Pin
Rajkumar R11-Feb-08 3:37
Rajkumar R11-Feb-08 3:37 
GeneralRe: Convert INT32 to int Pin
CPallini11-Feb-08 3:40
mveCPallini11-Feb-08 3:40 
GeneralRe: Convert INT32 to int Pin
Rajkumar R11-Feb-08 3:57
Rajkumar R11-Feb-08 3:57 
GeneralRe: Convert INT32 to int Pin
CPallini11-Feb-08 5:18
mveCPallini11-Feb-08 5:18 
GeneralRe: Convert INT32 to int [modified] Pin
Rajkumar R11-Feb-08 5:20
Rajkumar R11-Feb-08 5:20 
GeneralRe: Convert INT32 to int Pin
Eytukan11-Feb-08 5:49
Eytukan11-Feb-08 5:49 
GeneralRe: Convert INT32 to int Pin
Californian211-Feb-08 6:20
Californian211-Feb-08 6:20 
I was thinking that the size of int depended on the machine, too, but on the website mentioned above by CPallini, it says that the size of int (and unsigned int) is 4 bytes, and that __intn (where n is 32, 64, etc) specifies that a specific number of bytes is used. So it sounds like maybe int is always the same as INT32?

Now I'm confused about whether INT is the same as int or __intn. That is, do the capitalized versions of data types (INT, UINT, LONG, DOUBLE, etc.) depend on the machine, unless specified as INT32, INT64, etc?

Thanks!

Confused | :confused:
GeneralRe: Convert INT32 to int Pin
Mark Salsbery11-Feb-08 6:35
Mark Salsbery11-Feb-08 6:35 
GeneralRe: Convert INT32 to int Pin
Mark Salsbery11-Feb-08 6:30
Mark Salsbery11-Feb-08 6:30 
GeneralRe: Convert INT32 to int Pin
Californian211-Feb-08 7:04
Californian211-Feb-08 7:04 
GeneralRe: Convert INT32 to int Pin
Mark Salsbery11-Feb-08 7:11
Mark Salsbery11-Feb-08 7:11 
GeneralRe: Convert INT32 to int Pin
Californian211-Feb-08 8:09
Californian211-Feb-08 8:09 
GeneralRe: Convert INT32 to int Pin
Mark Salsbery11-Feb-08 8:49
Mark Salsbery11-Feb-08 8:49 
GeneralRe: Convert INT32 to int Pin
Californian211-Feb-08 9:17
Californian211-Feb-08 9:17 
GeneralRe: Convert INT32 to int Pin
Mark Salsbery11-Feb-08 9:30
Mark Salsbery11-Feb-08 9:30 
GeneralRe: Convert INT32 to int Pin
Eytukan12-Feb-08 5:22
Eytukan12-Feb-08 5:22 

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.