Click here to Skip to main content
16,008,750 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCSocket Assert problem Pin
16-Jul-01 4:23
suss16-Jul-01 4:23 
Questionhow to adjust the line length of the debug window in vc6? Pin
Patrick Hoffmann16-Jul-01 3:28
Patrick Hoffmann16-Jul-01 3:28 
QuestionUINT == long ??? Pin
Hadi Rezaee16-Jul-01 3:08
Hadi Rezaee16-Jul-01 3:08 
AnswerRe: UINT == long ??? Pin
#realJSOP16-Jul-01 3:19
professional#realJSOP16-Jul-01 3:19 
GeneralRe: UINT == long ??? Pin
mr200316-Jul-01 4:29
mr200316-Jul-01 4:29 
AnswerRe: UINT == long ??? Pin
Michael Dunn16-Jul-01 10:31
sitebuilderMichael Dunn16-Jul-01 10:31 
GeneralRe: UINT == long ??? Pin
#realJSOP17-Jul-01 1:42
professional#realJSOP17-Jul-01 1:42 
AnswerRe: UINT == long ??? Pin
Patrick Hoffmann17-Jul-01 6:48
Patrick Hoffmann17-Jul-01 6:48 
UINT is defined as unsigned int. The int type is different on different machine types. On Windows 32 bit it is 32 bits wide. long is well defined as a 32-Bit signed value on all machines. So int is not long! and UINT equals a unsigned long on a 32-Bit architecture. So on such a machine long equals UINT in that way, that both uses 32 bit (4 bytes). But long uses the highest bit for the +/- sign instead of UINT that has no sign.

(Best Regards,)

Patrick Hoffmann

-------------------------------------------------------------------------------
Technical and Operations Manager, System Analyst, Software Architect
PGP: http://www.novacom.net/pgp/PatrickHoffmann.asc
-------------------------------------------------------------------------------
veturo, der kostenlose NOVACOM Routenplaner für Europa... http://www.veturo.de
--------------------------------------------------------------------------
GeneralRe: UINT == long ??? Pin
Hadi Rezaee17-Jul-01 17:56
Hadi Rezaee17-Jul-01 17:56 
GeneralOpening a new document by passing the file name in CView class. Pin
mr200316-Jul-01 2:54
mr200316-Jul-01 2:54 
GeneralRe: Opening a new document by passing the file name in CView class. Pin
Ben Burnett16-Jul-01 5:20
Ben Burnett16-Jul-01 5:20 
GeneralRe: Opening a new document by passing the file name in CView class. Pin
mr200316-Jul-01 6:33
mr200316-Jul-01 6:33 
GeneralRe: Opening a new document by passing the file name in CView class. Pin
Ben Burnett16-Jul-01 9:29
Ben Burnett16-Jul-01 9:29 
GeneralRe: Opening a new document by passing the file name in CView class. Pin
mr200317-Jul-01 2:32
mr200317-Jul-01 2:32 
GeneralRe: Opening a new document by passing the file name in CView class. Pin
Ben Burnett17-Jul-01 5:27
Ben Burnett17-Jul-01 5:27 
GeneralRe: Opening a new document by passing the file name in CView class. Pin
mr200317-Jul-01 7:47
mr200317-Jul-01 7:47 
GeneralHelp About Scroll Message of ListView Pin
Leadream16-Jul-01 2:52
Leadream16-Jul-01 2:52 
GeneralHelp About Scroll Message of ListView Pin
Leadream16-Jul-01 2:52
Leadream16-Jul-01 2:52 
Generaldeleting cookies Pin
16-Jul-01 1:21
suss16-Jul-01 1:21 
GeneralBest way to learn MFC Pin
16-Jul-01 1:00
suss16-Jul-01 1:00 
GeneralRe: Best way to learn MFC Pin
Christian Graus16-Jul-01 1:07
protectorChristian Graus16-Jul-01 1:07 
GeneralRich Edit Control Pin
AJ12316-Jul-01 0:49
AJ12316-Jul-01 0:49 
GeneralHRESULT Pin
AJ12316-Jul-01 0:47
AJ12316-Jul-01 0:47 
GeneralRe: HRESULT Pin
Christian Graus16-Jul-01 0:58
protectorChristian Graus16-Jul-01 0:58 
GeneralRe: HRESULT Pin
16-Jul-01 7:12
suss16-Jul-01 7:12 

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.