Click here to Skip to main content
15,893,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: CListCtrl spacing Pin
David Crow9-Nov-06 4:34
David Crow9-Nov-06 4:34 
Questionuint64 in VC++ 6.0 Compiler?? [modified] Pin
pavanbabut8-Nov-06 11:42
pavanbabut8-Nov-06 11:42 
AnswerRe: uint64 in VC++ 6.0 Compiler?? Pin
Waldermort8-Nov-06 12:00
Waldermort8-Nov-06 12:00 
GeneralRe: uint64 in VC++ 6.0 Compiler?? Pin
pavanbabut8-Nov-06 12:06
pavanbabut8-Nov-06 12:06 
AnswerRe: uint64 in VC++ 6.0 Compiler?? [modified] Pin
Mark Salsbery8-Nov-06 12:57
Mark Salsbery8-Nov-06 12:57 
GeneralRe: uint64 in VC++ 6.0 Compiler?? Pin
pavanbabut8-Nov-06 13:22
pavanbabut8-Nov-06 13:22 
GeneralRe: uint64 in VC++ 6.0 Compiler?? Pin
Mark Salsbery8-Nov-06 13:29
Mark Salsbery8-Nov-06 13:29 
AnswerRe: uint64 in VC++ 6.0 Compiler?? Pin
Steve S8-Nov-06 21:36
Steve S8-Nov-06 21:36 
Why not use

typedef unsigned __int64 uint64;
typedef __int64 int64;

Which gives you easy to use 64 bit types just like unsigned/signed ints of other sizes, and then use unions as shown above to deal with the component parts?

Steve S
Developer for hire

QuestionReading a Line to a string from a file Pin
mehmetned8-Nov-06 10:49
mehmetned8-Nov-06 10:49 
AnswerRe: Reading a Line to a string from a file Pin
Rick York8-Nov-06 11:01
mveRick York8-Nov-06 11:01 
GeneralRe: Reading a Line to a string from a file Pin
mehmetned8-Nov-06 12:08
mehmetned8-Nov-06 12:08 
QuestionHow i put a Boolean in if () {} Pin
Immunity188-Nov-06 10:07
Immunity188-Nov-06 10:07 
AnswerRe: How i put a Boolean in if () {} Pin
skullfire8-Nov-06 10:17
skullfire8-Nov-06 10:17 
GeneralRe: How i put a Boolean in if () {} Pin
Immunity188-Nov-06 10:22
Immunity188-Nov-06 10:22 
GeneralRe: How i put a Boolean in if () {} Pin
skullfire8-Nov-06 10:32
skullfire8-Nov-06 10:32 
GeneralRe: How i put a Boolean in if () {} Pin
Waldermort8-Nov-06 10:33
Waldermort8-Nov-06 10:33 
GeneralRe: How i put a Boolean in if () {} Pin
Immunity188-Nov-06 10:34
Immunity188-Nov-06 10:34 
GeneralRe: How i put a Boolean in if () {} Pin
Waldermort8-Nov-06 11:15
Waldermort8-Nov-06 11:15 
AnswerRe: How i put a Boolean in if () {} Pin
Hamid_RT9-Nov-06 7:24
Hamid_RT9-Nov-06 7:24 
Questionfonts Pin
Waldermort8-Nov-06 9:27
Waldermort8-Nov-06 9:27 
AnswerRe: fonts Pin
Waldermort8-Nov-06 11:13
Waldermort8-Nov-06 11:13 
QuestionCListCtrl::MouseMove override not working? Pin
skullfire8-Nov-06 8:00
skullfire8-Nov-06 8:00 
AnswerRe: CListCtrl::MouseMove override not working? Pin
Mark Salsbery8-Nov-06 8:16
Mark Salsbery8-Nov-06 8:16 
GeneralRe: CListCtrl::MouseMove override not working? Pin
skullfire8-Nov-06 8:23
skullfire8-Nov-06 8:23 
GeneralRe: CListCtrl::MouseMove override not working? Pin
Mark Salsbery8-Nov-06 8:47
Mark Salsbery8-Nov-06 8:47 

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.