Click here to Skip to main content
15,887,283 members

Articles by compiler (Articles: 3)

Articles: 3

RSS Feed

Average article rating: 4.58

Programming Languages
C++
3 Oct 2002   Updated: 20 Jun 2004   Rating: 4.95/5    Votes: 42   Popularity: 7.88
Licence: CPOL    Views: 289,886     Bookmarked: 114   Downloaded: 8,597
Please Sign up or sign in to vote.
This article introduces a simple approach to in-memory transactions that can be used to implement Undo and Redo. The technique uses SEH and Virtual Memory and requires only STL and Win32.
2 Feb 2003   Updated: 9 Aug 2004   Rating: 4.19/5    Votes: 14   Popularity: 4.66
Licence: Not specified    Views: 73,596     Bookmarked: 19   Downloaded: 796
Please Sign up or sign in to vote.
Left to my own devices, I tend to leak handles, leave keys open too long, close and re-open keys too often, and generally make a mess of the whole thing. And frankly, so do most of you (no insult intended).
Objective C
19 Feb 2003   Updated: 19 Feb 2003   Rating: 4.61/5    Votes: 25   Popularity: 6.36
Licence: Custom    Views: 110,810     Bookmarked: 67   Downloaded: 688
Please Sign up or sign in to vote.
This article introduces a template-based off-shoot of the subject/observer pattern called Intercom. Intercom achieves some advantages over subject-observer designs by using a three component model (Message, Notifier, Observer).

Average blogs rating:

No blogs have been submitted.

Average tips rating:

No tips have been posted.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
United States United States
A compiler warns of bogasity, ignore it at your peril. Unless you've done the compiler's job yourself, don't criticize it.