Click here to Skip to main content
15,911,848 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: file extension and loaded by double click Pin
Dominik Reichl5-Oct-03 4:14
Dominik Reichl5-Oct-03 4:14 
GeneralRe: file extension and loaded by double click Pin
includeh105-Oct-03 4:17
includeh105-Oct-03 4:17 
GeneralRe: file extension and loaded by double click Pin
Dominik Reichl5-Oct-03 4:32
Dominik Reichl5-Oct-03 4:32 
Questionhow to get a menu wnd handle? Pin
muddog5-Oct-03 3:30
muddog5-Oct-03 3:30 
AnswerRe: how to get a menu wnd handle? Pin
includeh105-Oct-03 3:47
includeh105-Oct-03 3:47 
General32-bit or 64-bit, that's the question Pin
Dominik Reichl5-Oct-03 2:43
Dominik Reichl5-Oct-03 2:43 
GeneralRe: 32-bit or 64-bit, that's the question Pin
includeh105-Oct-03 3:59
includeh105-Oct-03 3:59 
GeneralRe: 32-bit or 64-bit, that's the question Pin
Dominik Reichl5-Oct-03 4:04
Dominik Reichl5-Oct-03 4:04 
Hmm. But 64-bit is coming, that's for sure.

And Microsoft's C/C++ will compile 'int's as 32-bit, and 'long's as 32-bit, '__int64' will be 64-bit.
But GNU's GCC will compile 'int's as 32-bit, and 'long's as 64-bit.

Now, when I want to define a 64-bit type, how do I decide which type is the correct one?

Thanks for your reply
Dominik



_outp(0x64, 0xAD);
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? Wink | ;)
(doesn't work on NT)

GeneralRe: 32-bit or 64-bit, that's the question Pin
includeh105-Oct-03 4:12
includeh105-Oct-03 4:12 
GeneralRe: 32-bit or 64-bit, that's the question Pin
Dominik Reichl5-Oct-03 4:17
Dominik Reichl5-Oct-03 4:17 
GeneralRe: 32-bit or 64-bit, that's the question Pin
includeh105-Oct-03 4:29
includeh105-Oct-03 4:29 
GeneralRe: 32-bit or 64-bit, that's the question Pin
Steve S6-Oct-03 1:07
Steve S6-Oct-03 1:07 
GeneralRe: 32-bit or 64-bit, that's the question Pin
Terry O'Nolley5-Oct-03 7:07
Terry O'Nolley5-Oct-03 7:07 
GeneralRe: 32-bit or 64-bit, that's the question Pin
Bo Hunter5-Oct-03 7:38
Bo Hunter5-Oct-03 7:38 
GeneralRe: 32-bit or 64-bit, that's the question Pin
ZoogieZork5-Oct-03 7:23
ZoogieZork5-Oct-03 7:23 
GeneralRe: 32-bit or 64-bit, that's the question Pin
markkuk5-Oct-03 7:00
markkuk5-Oct-03 7:00 
GeneralRe: 32-bit or 64-bit, that's the question Pin
Michael Dunn5-Oct-03 9:11
sitebuilderMichael Dunn5-Oct-03 9:11 
QuestionDefining safe integer types? Pin
Dominik Reichl5-Oct-03 1:26
Dominik Reichl5-Oct-03 1:26 
AnswerRe: Defining safe integer types? Pin
includeh105-Oct-03 4:08
includeh105-Oct-03 4:08 
AnswerRe: Defining safe integer types? Pin
Michael Dunn5-Oct-03 9:17
sitebuilderMichael Dunn5-Oct-03 9:17 
AnswerRe: Defining safe integer types? Pin
ZoogieZork5-Oct-03 9:26
ZoogieZork5-Oct-03 9:26 
GeneralI need high lights in Printing invoice(bell) Pin
Anonymous4-Oct-03 22:16
Anonymous4-Oct-03 22:16 
Generalneed advice on drawing code! Pin
coda_x4-Oct-03 21:05
coda_x4-Oct-03 21:05 
GeneralRe: need advice on drawing code! Pin
LunaticFringe4-Oct-03 22:05
LunaticFringe4-Oct-03 22:05 
GeneralRe: need advice on drawing code! Pin
coda_x4-Oct-03 23:37
coda_x4-Oct-03 23:37 

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.