Advertisement
Membership
Login
ACCU Buttons
Browse in : | > Journals |
- ACCU magic
by Francis Glassborow
Category: [ CVu Journal Vol 16, #4 - Aug 2004 | Francis' Scribbles from CVu journal ]
Description :
In this second installment of our series on GUI programming with the Qt C++ toolkit, we're going to see how to create a standard GUI application, with a menu, toolbar, status bar, and a central area.
by Mark Summerfield , Jasmin BlanchetteCategory: [ CVu Journal Vol 16, #4 - Aug 2004 | Programming Topics ]
Description : p>This article describes the C++ code for performing basic operations on matrices using templates. by Rajanikanth Jammalamadaka
Category: [ CVu Journal Vol 16, #4 - Aug 2004 | Programming Topics ]
Description :
This short tutorial is intended as a simple introduction to writing GTK+ applications in C and C++, using the current 2.0/2.2 version of libgtk. It also covers the use of the Glade user interface designer for rapid application development (RAD).
by Roger LeighCategory: [ CVu Journal Vol 16, #4 - Aug 2004 | Programming Topics ]
Description :
This series of articles aims to introduce the Objective-C programming language to readers of C Vu, who are users of C and C++. I will try to show how the language manages to add object-oriented facilities to the low-level features of C in a way that is radically different from that of C++.
by D. A. ThomasCategory: [ CVu Journal Vol 16, #4 - Aug 2004 | Programming Topics ]
by Phil Bass
Category: [ Overload Journal #62 - Aug 2004 | Programming Topics ]
by Paul Grenyer , Jez Higgins
Category: [ Overload Journal #62 - Aug 2004 | Programming Topics ]
by Renato Mancuso
Category: [ Overload Journal #62 - Aug 2004 | Programming Topics | Letters to the Editor ]
by Tony Barrett-Powell
Category: [ Overload Journal #62 - Aug 2004 | Programming Topics ]
by Kevlin Henney
Source : cats, curling, exceptions
Category: [ Overload Journal #62 - Aug 2004 | Design of applications and programs ]
by Mark Radford
Category: [ Overload Journal #62 - Aug 2004 | Programming Topics ]
by Chris Main
Category: [ Overload Journal #62 - Aug 2004 | Programming Topics ]
by Alan Griffiths
Category: [ Overload Journal #61 - Jun 2004 | Journal Editorial ]
by Francis Glassborow
Category: [ CVu Journal Vol 16, #3 - Jun 2004 | Francis' Scribbles from CVu journal ]
Description :
In this article I will focus on the basic features of the language, future articles will cover more advanced topics such as inheritance, interfaces and attributes. After reading this series of articles you will have a basis for determining if C# is for you.
by Mike BerginCategory: [ CVu Journal Vol 16, #3 - Jun 2004 | Programming Topics ]
Description :
Welcome to the first installment in a series of articles exploring GUI programming with the Qt C++ toolkit.
by Mark SummerfieldCategory: [ CVu Journal Vol 16, #3 - Jun 2004 | Programming Topics ]
Description :
Another year, another ACCU conference. And this year's conference, like its predecessors, was an excellent event. In this write-up a number of attendees will tantalise you with brief reports of what went on. Let it serve as a memory-jog and piece of nostalgia for those who attended, and as an encouragement to come next year.
by Pete GoodliffeCategory: [ CVu Journal Vol 16, #3 - Jun 2004 ]
by David A. Caabeiro
Category: [ CVu Journal Vol 16, #3 - Jun 2004 | Student Code Critiques from CVu journal. ]
Description :
In my previous article we learnt the important optimisation process, the steps that ensure any optimisation really is worthwhile. Being eager code monkeys, I can see that you're all desperate for practical code optimisation techniques.
So here they are - in this final part we'll investigate specific code techniques for optimisation. Just don't tell anyone that I showed you. To redress the theological balance, we'll also see how to avoid optimisation in the first place.
by Pete GoodliffeCategory: [ CVu Journal Vol 16, #3 - Jun 2004 | Professionalism in Programming, from CVu journal ]