Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Making objects talk with each other? Pin
0v3rloader15-Jul-04 4:59
0v3rloader15-Jul-04 4:59 
AnswerRe: Making objects talk with each other? Pin
Antti Keskinen15-Jul-04 9:18
Antti Keskinen15-Jul-04 9:18 
GeneralRe: Making objects talk with each other? Pin
0v3rloader15-Jul-04 10:02
0v3rloader15-Jul-04 10:02 
GeneralRe: Making objects talk with each other? Pin
0v3rloader15-Jul-04 10:12
0v3rloader15-Jul-04 10:12 
GeneralRe: Making objects talk with each other? Pin
Antti Keskinen15-Jul-04 11:36
Antti Keskinen15-Jul-04 11:36 
GeneralRe: Making objects talk with each other? Pin
0v3rloader15-Jul-04 11:46
0v3rloader15-Jul-04 11:46 
Generalpacked data strcutures Pin
Henry miller15-Jul-04 3:51
Henry miller15-Jul-04 3:51 
GeneralRe: packed data strcutures Pin
vmaltsev15-Jul-04 11:52
vmaltsev15-Jul-04 11:52 
When you use #pragma pack(1) you can be sure your data will be aligned on one byte boundary, so will be in size exactly as you defined it. Although it works for unions and structures only.
GeneralRe: packed data strcutures Pin
Henry miller15-Jul-04 12:04
Henry miller15-Jul-04 12:04 
GeneralCInternetSession timeout Pin
fredvinzenz15-Jul-04 3:46
fredvinzenz15-Jul-04 3:46 
Generalwsprintf Pin
vikramlinux15-Jul-04 2:37
vikramlinux15-Jul-04 2:37 
GeneralRe: wsprintf Pin
V.15-Jul-04 2:47
professionalV.15-Jul-04 2:47 
GeneralRe: wsprintf Pin
vikramlinux15-Jul-04 2:56
vikramlinux15-Jul-04 2:56 
GeneralRe: wsprintf Pin
V.15-Jul-04 3:11
professionalV.15-Jul-04 3:11 
GeneralRe: wsprintf Pin
vikramlinux15-Jul-04 3:46
vikramlinux15-Jul-04 3:46 
GeneralRe: wsprintf Pin
David Crow15-Jul-04 3:23
David Crow15-Jul-04 3:23 
Generala threading question Pin
ns15-Jul-04 2:15
ns15-Jul-04 2:15 
GeneralRe: a threading question Pin
jmkhael15-Jul-04 3:12
jmkhael15-Jul-04 3:12 
GeneralRe: a threading question Pin
David Crow15-Jul-04 3:28
David Crow15-Jul-04 3:28 
GeneralRe: a threading question Pin
ns15-Jul-04 3:59
ns15-Jul-04 3:59 
GeneralRe: a threading question Pin
V.15-Jul-04 4:13
professionalV.15-Jul-04 4:13 
GeneralRe: a threading question Pin
David Crow15-Jul-04 4:19
David Crow15-Jul-04 4:19 
GeneralRe: a threading question Pin
ns15-Jul-04 6:31
ns15-Jul-04 6:31 
GeneralCSplitterWnd inside another Pin
John Oliver15-Jul-04 1:50
John Oliver15-Jul-04 1:50 
GeneralRe: CSplitterWnd inside another Pin
John Oliver15-Jul-04 2:11
John Oliver15-Jul-04 2:11 

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.