Click here to Skip to main content
15,891,856 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: error when run app. in other computer Pin
S Douglas12-Feb-06 20:21
professionalS Douglas12-Feb-06 20:21 
AnswerRe: error when run app. in other computer Pin
Michael Dunn13-Feb-06 7:40
sitebuilderMichael Dunn13-Feb-06 7:40 
QuestionBeginning with VC++ Pin
Nguyen Thi Thanh12-Feb-06 15:52
Nguyen Thi Thanh12-Feb-06 15:52 
AnswerRe: Beginning with VC++ Pin
HOW WHAT12-Feb-06 16:00
HOW WHAT12-Feb-06 16:00 
AnswerRe: Beginning with VC++ Pin
leenmie12-Feb-06 16:02
leenmie12-Feb-06 16:02 
AnswerRe: Beginning with VC++ Pin
LivingThoughts12-Feb-06 16:47
LivingThoughts12-Feb-06 16:47 
GeneralRe: Beginning with VC++ Pin
John R. Shaw12-Feb-06 22:35
John R. Shaw12-Feb-06 22:35 
GeneralRe: Beginning with VC++ Pin
LivingThoughts14-Feb-06 19:54
LivingThoughts14-Feb-06 19:54 
AnswerRe: Beginning with VC++ Pin
John R. Shaw12-Feb-06 22:57
John R. Shaw12-Feb-06 22:57 
AnswerRe: Beginning with VC++ Pin
ThatsAlok14-Feb-06 17:37
ThatsAlok14-Feb-06 17:37 
Questionwhat is path,directory, file, filename? Pin
HOW WHAT12-Feb-06 15:42
HOW WHAT12-Feb-06 15:42 
AnswerRe: what is path,directory, file, filename? Pin
LivingThoughts12-Feb-06 16:59
LivingThoughts12-Feb-06 16:59 
GeneralRe: what is path,directory, file, filename? Pin
HOW WHAT12-Feb-06 17:20
HOW WHAT12-Feb-06 17:20 
AnswerRe: what is path,directory, file, filename? Pin
ThatsAlok14-Feb-06 17:34
ThatsAlok14-Feb-06 17:34 
QuestionDMC and GCC not compatible with each other! Damn! Pin
Lord Kixdemp12-Feb-06 12:17
Lord Kixdemp12-Feb-06 12:17 
AnswerRe: DMC and GCC not compatible with each other! Damn! Pin
rspielmann12-Feb-06 12:23
rspielmann12-Feb-06 12:23 
GeneralRe: DMC and GCC not compatible with each other! Damn! Pin
Lord Kixdemp12-Feb-06 12:32
Lord Kixdemp12-Feb-06 12:32 
AnswerRe: DMC and GCC not compatible with each other! Damn! Pin
Ryan Binns12-Feb-06 12:30
Ryan Binns12-Feb-06 12:30 
GeneralRe: DMC and GCC not compatible with each other! Damn! Pin
Lord Kixdemp12-Feb-06 12:35
Lord Kixdemp12-Feb-06 12:35 
GeneralRe: DMC and GCC not compatible with each other! Damn! Pin
Lord Kixdemp12-Feb-06 12:46
Lord Kixdemp12-Feb-06 12:46 
GeneralRe: DMC and GCC not compatible with each other! Damn! Pin
Ryan Binns12-Feb-06 15:00
Ryan Binns12-Feb-06 15:00 
The C++ standard states that a long is 4 bytes and a short is 2 bytes. An int is defined by the size of the standard machine word for the architecture you're compiling for - 32 bits for Windows and 16-bits for DOS (unless you're using a 32-bit DOS extender such as DOS4GW).

Note that the size of a byte is not defined (other than to say it must be at least 8 bits), so a short may not actually be 16 bits, although I've never seen a situation where it is different.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: DMC and GCC not compatible with each other! Damn! Pin
Lord Kixdemp12-Feb-06 17:17
Lord Kixdemp12-Feb-06 17:17 
GeneralRe: DMC and GCC not compatible with each other! Damn! Pin
Ryan Binns12-Feb-06 17:24
Ryan Binns12-Feb-06 17:24 
GeneralRe: DMC and GCC not compatible with each other! Damn! Pin
Lord Kixdemp12-Feb-06 17:29
Lord Kixdemp12-Feb-06 17:29 
QuestionMFC, CPictureCtrl, IPicture, gd lib Pin
rspielmann12-Feb-06 12:10
rspielmann12-Feb-06 12:10 

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.