Print this page

Samples

The internet is already so heavily overloaded with programming examples that one must have rather good reasons to justify the publishing of yet another samples collection. But there is no practical reason in this case. Instead these are just things collected along my way as a software developer and course instructor, mostly written in free time out of personal interest.

All examples are complete executable programs, not only code fragments. They aren't intended for doing anything commercialy viable nor are they developed to a level of completion where no chances are for enhancements. Furthermore they should not be seen as a series of tutortial lessons one can work through because not much theory has been put with the code.

Reading other people's code is a way to improve one's programming. So at least this could be a reason to look at one of these examples. But it doesn't mean to find perfect code here, quite the contrary I guess that there's no such thing, but "one should strive for that at all times" [Ted].

Usually code is good enough at a certain time but programming style changes, in best case improves over the years. This becomes obvious when looking at the source codes presented here, some of them written years ago.

Lastly it's more than fair now to give you a short introduction about myself.

Toolbox

If not explicitly mentioned otherwise then these or similar tools are needed to build and/or run the example programs.

  • Windows XP
  • Visual Studio 2005
  • .NET framework
  • SUSE Linux

Previous page: API Documentation Screenshots
Next page: About Qt