C/C++
fleming.lst
Associated article: The C+@ Programming Language
Tags: C/C++
_THE C+@ PROGRAMMING LANGUAGE_
by Jim Fleming
[LISTING ONE]
class Clock {
/* An instance of Clock is a window system application
* displaying an analog clock face with Roman Numerals. */
inherit View view;
/* constants */
const minExtent = (96@112);
const font = Font.new(Rroman.8S);
...


