Click here to Skip to main content
15,900,725 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: InternetOpenURL fails Pin
_AnsHUMAN_ 14-Sep-06 0:09
_AnsHUMAN_ 14-Sep-06 0:09 
AnswerRe: InternetOpenURL fails Pin
David Crow14-Sep-06 3:00
David Crow14-Sep-06 3:00 
Questioncasting size_t to unsigned int : data loss possible ?! Pin
Mr.Brainley13-Sep-06 23:55
Mr.Brainley13-Sep-06 23:55 
AnswerRe: casting size_t to unsigned int : data loss possible ?! Pin
Nibu babu thomas13-Sep-06 23:59
Nibu babu thomas13-Sep-06 23:59 
GeneralRe: casting size_t to unsigned int : data loss possible ?! Pin
toxcct14-Sep-06 0:09
toxcct14-Sep-06 0:09 
GeneralRe: casting size_t to unsigned int : data loss possible ?! Pin
Nibu babu thomas14-Sep-06 0:13
Nibu babu thomas14-Sep-06 0:13 
GeneralRe: casting size_t to unsigned int : data loss possible ?! Pin
Mr.Brainley14-Sep-06 0:18
Mr.Brainley14-Sep-06 0:18 
AnswerRe: casting size_t to unsigned int : data loss possible ?! Pin
cmk14-Sep-06 5:51
cmk14-Sep-06 5:51 
CrtDefs.h:
#ifndef _SIZE_T_DEFINED
#ifdef _WIN64
typedef unsigned __int64 size_t;
#else
typedef _W64 unsigned int size_t;
#endif
#define _SIZE_T_DEFINED
#endif


...cmk

Save the whales - collect the whole set

Questionproblem with classes interaction Pin
singersinger13-Sep-06 23:34
singersinger13-Sep-06 23:34 
AnswerRe: problem with classes interaction Pin
Nibu babu thomas13-Sep-06 23:38
Nibu babu thomas13-Sep-06 23:38 
AnswerRe: problem with classes interaction Pin
wheelerbarry13-Sep-06 23:46
wheelerbarry13-Sep-06 23:46 
GeneralRe: problem with classes interaction Pin
Maximilien14-Sep-06 2:45
Maximilien14-Sep-06 2:45 
AnswerRe: problem with classes interaction Pin
singersinger14-Sep-06 1:04
singersinger14-Sep-06 1:04 
AnswerRe: problem with classes interaction Pin
David Crow14-Sep-06 3:09
David Crow14-Sep-06 3:09 
QuestionWindow regions Pin
Waldermort13-Sep-06 23:31
Waldermort13-Sep-06 23:31 
AnswerRe: Window regions Pin
Nibu babu thomas13-Sep-06 23:45
Nibu babu thomas13-Sep-06 23:45 
GeneralRe: Window regions Pin
Waldermort14-Sep-06 0:02
Waldermort14-Sep-06 0:02 
GeneralRe: Window regions Pin
Waldermort14-Sep-06 0:16
Waldermort14-Sep-06 0:16 
GeneralRe: Window regions Pin
Nibu babu thomas14-Sep-06 0:25
Nibu babu thomas14-Sep-06 0:25 
Questionc++ compiler (64 bit) [modified] Pin
hiral_shah13-Sep-06 23:26
hiral_shah13-Sep-06 23:26 
AnswerRe: c++ compiler (64 bit) Pin
Christian Graus13-Sep-06 23:31
protectorChristian Graus13-Sep-06 23:31 
GeneralRe: c++ compiler (64 bit) Pin
hiral_shah13-Sep-06 23:52
hiral_shah13-Sep-06 23:52 
GeneralRe: c++ compiler (64 bit) [modified] Pin
Sarath C14-Sep-06 0:12
Sarath C14-Sep-06 0:12 
GeneralRe: c++ compiler (64 bit) Pin
Sarath C14-Sep-06 0:14
Sarath C14-Sep-06 0:14 
GeneralRe: c++ compiler (64 bit) Pin
Zac Howland14-Sep-06 4:13
Zac Howland14-Sep-06 4:13 

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.