Click here to Skip to main content
15,885,365 members

Articles by Doc Lobster (Articles: 6, Tip/Tricks: 8)

Articles: 6, Tip/Tricks: 8

RSS Feed

Average article rating: 4.61

Desktop Programming
Windows Forms
7 Sep 2011   Updated: 7 Sep 2011   Rating: 4.82/5    Votes: 10   Popularity: 4.82
Licence: CPOL    Views: 31,232     Bookmarked: 51   Downloaded: 836
Please Sign up or sign in to vote.
Reporting Progress for Complex Algorithms
WPF
15 Jul 2012   Updated: 7 Aug 2012   Rating: 4.31/5    Votes: 5   Popularity: 3.01
Licence: CPOL    Views: 49,134     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
Preparing a WPF user control to make it accept clipboard commands
Programming Languages
C++
21 Jul 2011   Updated: 21 Jul 2011   Rating: 4.68/5    Votes: 10   Popularity: 4.68
Licence: CPOL    Views: 25,771     Bookmarked: 20   Downloaded: 136
Please Sign up or sign in to vote.
When to use the typename keyword to identify dependent types, and when not to.
1 Jul 2011   Updated: 4 Oct 2011   Rating: 4.60/5    Votes: 9   Popularity: 4.39
Licence: CPOL    Views: 59,035     Bookmarked: 15   Downloaded: 464
Please Sign up or sign in to vote.
Establishing a strong binding between enumerations and arrays
VC++
25 Aug 2011   Updated: 25 Aug 2011   Rating: 4.60/5    Votes: 7   Popularity: 3.89
Licence: CPOL    Views: 23,471     Bookmarked: 17   Downloaded: 246
Please Sign up or sign in to vote.
An introduction to advanced template metaprogramming using an explanatory project
Web Development
HTML
13 Dec 2012   Updated: 5 Oct 2016   Rating: 4.66/5    Votes: 13   Popularity: 5.19
Licence: CPOL    Views: 44,530     Bookmarked: 47   Downloaded: 1,215
Please Sign up or sign in to vote.
A C#/WPF application for displaying folders on a grid and performing combined functions on them.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.84

General Programming
Exceptions
19 Oct 2011   Updated: 30 Oct 2011   Rating: 4.64/5    Votes: 8   Popularity: 4.19
Licence: CPOL    Views: 28,330     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
When you have to raise an exception, there is always the question whether to create a new exception type or use one of the numerous ones in the .NET class library.
Operating Systems
Windows
10 Jul 2011   Updated: 10 Jul 2011   Rating: 4.83/5    Votes: 3   Popularity: 2.31
Licence: CPOL    Views: 17,500     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
This is an alternative solution on how to permanently rotate a PDF file
Programming Languages
C#
21 Sep 2011   Updated: 2 Oct 2011   Rating: 4.67/5    Votes: 5   Popularity: 3.26
Licence: CPOL    Views: 10,241     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Despite the existance of all that fancy lambda stuff, I would still write this the old-school way:var studentList = new List();foreach (var st in studentList) { if (st.Age == 0) st.AgeInMonths = DateTime.Now.Subtract(st.DOB).TotalDays / 30);} My "solution" needs ~160...
C++
7 Feb 2012   Updated: 7 Feb 2012   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 10,340     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
How to quickly check whether C++ Template Instances have the same parameters
30 Jun 2011   Updated: 30 Jun 2011   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 26,752     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Consider a class template of the form (the method cout is just explanatory):template struct A { static void cout() { std::cout << str << std::endl; };};How can this template be instantiated?From the C++ standard can be understood that the address...
14 May 2011   Updated: 15 May 2011   Rating: 5.00/5    Votes: 7   Popularity: 4.23
Licence: CPOL    Views: 25,481     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
String conversion using the C++ Standard Library only
17 May 2011   Updated: 19 May 2011   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 11,134     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
7 Jul 2011   Updated: 7 Jul 2011   Rating: 4.56/5    Votes: 6   Popularity: 3.54
Licence: CPOL    Views: 17,452     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Be sure that your array has the right size - without using size_of!

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.