Click here to Skip to main content
15,904,652 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I need some pointer help please Pin
ThatsAlok4-Jan-05 18:54
ThatsAlok4-Jan-05 18:54 
GeneralRe: I need some pointer help please Pin
John R. Shaw5-Jan-05 9:29
John R. Shaw5-Jan-05 9:29 
Questionhow can i play audio that use vivo's siren codec Pin
stephen_yeerwu4-Jan-05 15:31
stephen_yeerwu4-Jan-05 15:31 
QuestionHow can I share data which contain pointers between processes? Pin
berserkerr4-Jan-05 14:39
berserkerr4-Jan-05 14:39 
AnswerRe: How can I share data which contain pointers between processes? Pin
KaЯl4-Jan-05 21:26
KaЯl4-Jan-05 21:26 
AnswerRe: How can I share data which contain pointers between processes? Pin
Blake Miller5-Jan-05 5:09
Blake Miller5-Jan-05 5:09 
GeneralDoc View question Pin
act_x4-Jan-05 14:24
act_x4-Jan-05 14:24 
GeneralRe: Doc View question Pin
Shog94-Jan-05 14:36
sitebuilderShog94-Jan-05 14:36 
Generally, Doc/View is set up such that the document provides access to whatever data there is, and also sends notifications when that data changes. The views are responsible for deciding which data they'll display, how they'll display it, and how they respond to notifications. In your scenario, S should communicate to D the data change in such a way that D can update its buffer efficiently (potentially changing only those bytes that have actually changed, for instance), and then send a notification. The notification should reflect how the data has changed, such that the views can update themselves efficiently. Each view should then determine whether the change has any relevance to what it displays, and update appropriately.

Of course, these are guidelines - you can implement it in whatever way makes the most sense for your particular needs. There's no "one size fits all"... Smile | :)


You left me high and dry and changed me
You lied to me and now i’m angry...

GeneralRe: Doc View question Pin
act_x4-Jan-05 14:47
act_x4-Jan-05 14:47 
Generalchar* from C++ dll in C# Pin
vinayakdl4-Jan-05 12:31
vinayakdl4-Jan-05 12:31 
GeneralRe: char* from C++ dll in C# Pin
Anthony_Yio4-Jan-05 20:53
Anthony_Yio4-Jan-05 20:53 
GeneralMaximizing view Pin
act_x4-Jan-05 10:55
act_x4-Jan-05 10:55 
GeneralRe: Maximizing view Pin
KaЯl4-Jan-05 21:39
KaЯl4-Jan-05 21:39 
GeneralRe: Maximizing view Pin
Rahim Rattani4-Jan-05 21:57
Rahim Rattani4-Jan-05 21:57 
GeneralIP address resolution Pin
Themis4-Jan-05 10:16
Themis4-Jan-05 10:16 
GeneralRe: IP address resolution Pin
Roger Wright4-Jan-05 10:47
professionalRoger Wright4-Jan-05 10:47 
GeneralSending strings (or characters) through sockets. Pin
SimCom4-Jan-05 10:15
SimCom4-Jan-05 10:15 
GeneralMicrosoft Word Event handling help... Pin
Moozz4-Jan-05 10:09
Moozz4-Jan-05 10:09 
GeneralStruct array with string identifier Pin
Oscar Rodriguez4-Jan-05 9:55
Oscar Rodriguez4-Jan-05 9:55 
GeneralRe: Struct array with string identifier Pin
Chris Losinger4-Jan-05 10:14
professionalChris Losinger4-Jan-05 10:14 
GeneralRe: Struct array with string identifier Pin
Oscar Rodriguez5-Jan-05 0:23
Oscar Rodriguez5-Jan-05 0:23 
GeneralRe: Struct array with string identifier Pin
Chris Losinger5-Jan-05 1:09
professionalChris Losinger5-Jan-05 1:09 
GeneralRe: Struct array with string identifier Pin
Oscar Rodriguez6-Jan-05 1:26
Oscar Rodriguez6-Jan-05 1:26 
GeneralRe: Struct array with string identifier Pin
Chris Losinger6-Jan-05 2:10
professionalChris Losinger6-Jan-05 2:10 
QuestionLinking C libraries to C++? Pin
balaclavabob4-Jan-05 8:48
balaclavabob4-Jan-05 8:48 

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.