Advertisement
Membership
Login
ACCU Buttons
The ACCU CVu journals
Browse in : |
All
> Journals
> CVu
|
![]() |
![]() 226 |
![]() 225 |
![]() 224 |
![]() 223 |
![]() 222 |
![]() 221 |
![]() 216 |
![]() 215 |
![]() 214 |
![]() 213 |
![]() 212 |
![]() 211 |
![]() 206 |
![]() 205 |
![]() 204 |
![]() 203 |
![]() 202 |
![]() 201 |
![]() 196 |
![]() 195 |
![]() 194 |
![]() 193 |
![]() 192 |
![]() 191 |
![]() 186 |
![]() 185 |
![]() 184 |
![]() 183 |
![]() 182 |
![]() 181 |
![]() 176 |
![]() 175 |
![]() 174 |
![]() 173 |
![]() 172 |
![]() 171 |
![]() 166 |
![]() 165 |
![]() 164 |
![]() 163 |
![]() 162 |
![]() 161 |
![]() 156 |
![]() 155 |
![]() 154 |
![]() 153 |
![]() 152 |
![]() 151 |
![]() 146 |
![]() 145 |
![]() 144 |
![]() 143 |
![]() 142 |
![]() 141 |
![]() 136 |
![]() 135 |
![]() 134 |
![]() 133 |
![]() 132 |
![]() 131 |
![]() 126 |
![]() 125 |
![]() 124 |
![]() 123 |
![]() 122 |
![]() 121 |
![]() 116 |
![]() 115 |
![]() 114 |
![]() 113 |
![]() 112 |
![]() 111 |
![]() 106 |
![]() 082 |
![]() 081 |
![]() 015 |
![]() 014 |
![]() 013 |
![]() 012 |
![]() 011 |
|
|
- Options:
- View Article Map
- View Archives
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.
Category: [ Programming Topics | CVu Journal Vol 16, #3 - Jun 2004 ]
Description :
Welcome to the first installment in a series of articles exploring GUI programming with the Qt C++ toolkit.
Category: [ Programming Topics | CVu Journal Vol 16, #3 - Jun 2004 ]
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.
Category: [ CVu Journal Vol 16, #3 - Jun 2004 ]
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.
Category: [ CVu Journal Vol 16, #3 - Jun 2004 | Professionalism in Programming, from CVu journal ]
Category: [ Programming Topics | CVu Journal Vol 16, #3 - Jun 2004 ]
Description :
Rather than talk about programming or programming issues, the work of WG21 etc, I've decided to talk about something far closer to my heart; the state of computer programming courses in education at all levels.
Category: [ CVu Journal Vol 16, #2 - Apr 2004 | Journal Editorial ]
Description :
Recently, I've been thinking hard about what makes code maintainable, and how to write code to be maintainable. This interest has partly been driven by the mentoring of those starting out in C++ that I've been doing, both through the ACCU mentored developers program, and for work.
The principles I've identified have not really been hidden; since they've been widely documented for years, and they're actually things that most good developers do as a matter of course. However, as with many things, you don't necessarily realize their benefits until you rediscover them yourself.
Category: [ Programming Topics | CVu Journal Vol 16, #2 - Apr 2004 ]
Description :
Please note that participation in this competition is open to all members. The title reflects the fact that the code used is normally provided by a student as part of their course work.
This item is part of the Dialogue section of C Vu, which is intended to designate it as an item where reader interaction is particularly important. Readers' comments and criticisms of published entries are always welcome.
Category: [ CVu Journal Vol 16, #2 - Apr 2004 | Francis' Scribbles from CVu journal ]
Description :
In the first part of this series, we looked at what it means to optimise code, and saw the cases for and against optimisation. In this article, we'll look at the process of optimisation. We'll see the correct, methodical approach that will lead to solid, worthwhile code optimisations.
Category: [ CVu Journal Vol 16, #2 - Apr 2004 | Professionalism in Programming, from CVu journal ]
Description :
This is the second of a two part article describing an experiment carried out during the 2003 ACCU conference. The first part was published in a previous issue of C Vu (15.6, December 2003) and discussed the background to the experiment and some of the applicable characteristics of the subjects taking part; this one, the second, discusses the results of the experiment.
Category: [ Programming Topics | CVu Journal Vol 16, #2 - Apr 2004 ]
Description :
Look at the following code and decide what is wrong with it. When you have done so, decide what it has to do with the previous section in particular and this section of C Vu in general - well actually the whole of your life.
Category: [ Programming Topics | CVu Journal Vol 16, #2 - Apr 2004 | Francis' Scribbles from CVu journal ]
Description :
There have been many languages for writing applications, but relatively few foundation platforms which support applications that are written in various different languages. We've had assembler (proprietary), then C (an ISO standard), and now we have the Common Language Infrastructure (CLI). The CLI standard is ISO/IEC 23271; the same content is also available online at http://www.ecma-international.org/publications/standards/Ecma-335.htm.
Category: [ Programming Topics | CVu Journal Vol 16, #2 - Apr 2004 ]
Description :
Files form the raw ingredients of a software system - source files, build files, configuration files, resource files, scripts etc. These files are organised into directories.
Category: [ Programming Topics | CVu Journal Vol 16, #2 - Apr 2004 ]
Description :
Back in 2001, the then-editor of C Vu, Francis Glassborow, announced his intention to pass the editorship of this journal on to a new volunteer, and so at the start of 2002 I took the reins. In fairness I should say that Francis gave me considerable support in putting together my first few issues, and to this day continues to invest a lot of time in preparing various sections of C Vu. Since the time I took over, a lot has happened. I personally have moved from Bournemouth to Bristol, from Bristol to San Francisco, and from San Francisco to San Diego. The last two moves are not entirely unrelated to a spirited young lass by the name of Désirée, who was also closely involved when I became engaged and then married. Between those changes and others, it is now time for me to step aside and look for a new editor for C Vu; I can no longer give the job the time and energy it warrants.
Category: [ CVu Journal Vol 16, #1 - Feb 2004 | Journal Editorial ]
Description :
Repository of Projects
We need to program in order to develop our programming skills. Anything more than the most trivial program takes time and effort. Most students (in the broadest sense of someone who is studying) find it hard to motivate themselves with projects whose end product is of little use or interest to them. It is much easier to put in the hours doing a job properly if the result is something we have a personal interest in.
Category: [ CVu Journal Vol 16, #1 - Feb 2004 | Francis' Scribbles from CVu journal ]