Click here to Skip to main content
15,879,535 members

Articles by Jörgen Sigvardsson (Articles: 8, Tip/Trick: 1)

Articles: 8, Tip/Trick: 1

RSS Feed

Average article rating: 3.56

Desktop Programming
ATL
20 Nov 2002   Updated: 25 Oct 2004   Rating: 2.68/5    Votes: 9   Popularity: 2.56
Licence: Not specified    Views: 152,434     Bookmarked: 28   Downloaded: 2,065
Please Sign up or sign in to vote.
This article shows one way to extend CCommand and CDynamicAccessor to make OLEDB in C++ easier
1 Dec 2002   Updated: 1 Dec 2002   Rating: 3.32/5    Votes: 12   Popularity: 3.58
Licence: Not specified    Views: 125,578     Bookmarked: 32   Downloaded: 656
Please Sign up or sign in to vote.
This is an ATL/COM-port of Don Box' excellent XML property bag implementation.
WTL
24 Aug 2006   Updated: 30 Sep 2006   Rating: 4.89/5    Votes: 26   Popularity: 6.75
Licence: MIT    Views: 120,835     Bookmarked: 28   Downloaded: 548
Please Sign up or sign in to vote.
A small application which emulates the behavior of the mouse in KDE
Programming Languages
C#
19 Sep 2002   Updated: 24 Sep 2002   Rating: 1.29/5    Votes: 10   Popularity: 1.09
Licence: Not specified    Views: 161,455     Bookmarked: 24   Downloaded: 487
Please Sign up or sign in to vote.
An article on how to use delegates to emulate STL-functors
C++
26 Nov 2002   Updated: 17 Mar 2010   Rating: 4.46/5    Votes: 52   Popularity: 7.42
Licence: BSD    Views: 408,374     Bookmarked: 70   Downloaded: 6,931
Please Sign up or sign in to vote.
This is the touch tool ported to Windows
18 May 2003   Updated: 18 May 2003   Rating: 3.35/5    Votes: 10   Popularity: 3.35
Licence: CPOL    Views: 60,131     Bookmarked: 23   Downloaded: 1,114
Please Sign up or sign in to vote.
A simple DECIMAL wrapper class suitable for C++ code interfacing VB scripts/OLE automation code etc.
20 Sep 2002   Updated: 26 Sep 2002   Rating: 3.72/5    Votes: 13   Popularity: 4.14
Licence: Not specified    Views: 129,336     Bookmarked: 30   Downloaded: 470
Please Sign up or sign in to vote.
This article describes a design pattern on how to implement generic delegates as found in .NET, but using ordinary/unmanaged C++
23 Aug 2004   Updated: 24 Aug 2004   Rating: 4.77/5    Votes: 18   Popularity: 5.61
Licence: BSD    Views: 83,139     Bookmarked: 34   Downloaded: 848
Please Sign up or sign in to vote.
This article shows how to extract accelerators and convert them into human readable text, using the language settings for the current user.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.00

C#
7 Feb 2011   Updated: 7 Feb 2011   Rating: 4.00/5    Votes: 4   Popularity: 2.41
Licence: CPOL    Views: 9,822     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Usually, gotos are used to clean up resources when exiting a function. I would recommend using the RAII[^] idiom. It also works works well in the presence of exceptions.For C# I would use IDisposable/using. If that's not possible, I'd use a finally clause to clean up.Everything else...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Senior)
Sweden Sweden
I make software.