1.
ACCU :: The Philosophy of Extensible Software
In Overload 49 I wrote about extensible software, it's a theme I'm going to continue with for a couple more articles. If I were to attempt to summarise my ...
2.
ACCU :: Self Registering Classes - Taking polymorphism to the limit
Self Registering Classes - Taking polymorphism to the limit ... there is another potential problem, and that is hinted at by the "Law of 5 plus or minus 2". ...
3.
ACCU :: Microsoft Symbol Engine
May 7, 2005 ... Most programmers using Microsoft C++ on Windows are familiar with the ... Microsoft do not document the format of the PDB file and it often seems to ... However it is hard to update DbgHelp.dll in place in a running system .... no lon
4.
ACCU :: August's ACCU journals have been published
The ACCU is a non-profit organisation devoted to professionalism in programming at all levels. Although primarily focussed on C and C++, we also have ...
5.
ACCU :: Book Reviews Search
Java Swing is large is a large book approximately 1220 pages long and covers ... expands into a massive description of Swing's text document architecture. ...
6.
ACCU :: Investigating Java Class Loading
defaultClass : args[1]; // Step 1: create the URL class loader. System.out.println( "Creating class loader for: " + targetURL ); java.net. ...
7.
ACCU :: Java Protocol Handlers
A simple example of using the URL class. Listing 1 is a trivial Java program which makes use of the URL class to read data in a location agnostic manner. ...
8.
ACCU :: Blue-White-Red, an Example Agile Process
Like our process our retrospectives were a simplified form and again we used blue, white and red cards. Normally I would start by constructing a timeline ...
9.
ACCU :: ACCU
The ACCU is a non-profit organisation devoted to professionalism in programming at all levels. Although primarily focussed on C and C++, ...
10.
ACCU :: Exception Usage
Exception specifications definitely state what exceptions a function might throw. In C++, each function has an exception specification. ...