Skip to main content.

C++ At Work: Event Programming

Following my research on implementing a View/Model/ViewModel framework, I've found the following gem:

Last month I answered a question about implementing native events in C++ (see C++ At Work: Event Programming). I discussed events in general and showed how to use an interface to define event handlers for your class that clients must implement to handle events. My implementation had some shortcomings that I promised to resolve in the sequel, so here I am to finish the story.
Read more

Pascal

Comments

No comments yet

Add Comment

You must be logged in as a member to add comment to this blog