Developing Programmers .com

Local Search:


SyncUp8 is rethinking research. Find out more.


This site is optimized for standards so you can use any standards compliant browser:

Valid XHTML 1.0 Transitional
Valid CSS!
(RSS) RSS Feed

Web Search:
Google


Wednesday, 19 April, 2006
Console Applications in Qt

I recently had to produce a console application and chose the Qt toolkit to write the application in. I can hear the shocked replies now, “isn’t Qt a graphics toolkit?”, “why bother?”, “how?”, “are you saying we should all use Qt?”, and “what has this got to do with professional programming?” I’ll address each question [...]

Posted by sarah at 5:47 pm in: Libraries , Plugs , Tutorials
Friday, 27 January, 2006
The Standard Template Library

A surprising number of people who code in C++ are not familiar with the Standard Template Library, or “STL”. The STL has been a C++ standard for about 7 years now. Its most important components are the “string” class and the various “container” templates.

Posted by sarah at 12:16 am in: Libraries , Tutorials
Thursday, 5 January, 2006
Autotools Tutorial

Autotools are the set of GNU tools that configure their source packages for a particular computer system. If you have ever compiled a program using “configure” followed by “make” commands then chances are you have already used the output of Autotools.

This tutorial runs you through the basics of how to use Autotools.

Posted by sarah at 11:04 am in: Tools , Tutorials
Thursday, 15 December, 2005
CVSTrac and Trac Combined Tutorial

This tutorial aims to teach you how to use the CVSTrac and Trac tools. I assume an administrator has already set one or both of them up for you and that you just need to get comfortable with the tools themselves. The tutorial should also be useful for people trying to decide whether to use one of these systems, but I do not cover how to set them up or administrate them.

Posted by sarah at 5:33 pm in: Quality , Teamwork , Tools , Tutorials
Thursday, 24 November, 2005
CVS and Subversion: Combined Tutorial

In this tutorial I teach the basics of two configuration management / revision control systems: CVS and Subversion

Posted by sarah at 4:19 pm in: Teamwork , Tools , Tutorials