Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Overload Journal #123 - October 2014
Browse in : |
All
> Topics
> Programming All > Journals > Overload > o123 All of these categories |
- Options:
- View Article Map
- View Archives
Category: [ Programming Topics | Overload Journal #4 - Feb 1994 ]
Description : We still haven’t found how to accurately do calculus. Richard Harris revisits an algebraic technique.
Category: [ Programming Topics | Overload Journal #107 - February 2012 ]
Description : Numerical computing is proving quite a challenge. Richard Harris sees if a computer can do mathematics.
Category: [ Programming Topics | Overload Journal #102 - April 2011 ]
Description : Function progamming is all the rage. Teedy Deigh considers how it offers many opportunities for the serious programmer.
Category: [ Programming Topics | Overload Journal #114 - April 2013 ]
Description : Now we know our problem in depth. Richard Harris analyses if a common technique will work adequately.
Category: [ Programming Topics | Overload Journal #105 - October 2011 ]
Description : Numeric computing is very difficult to do properly. Richard Harris looks at whether a common technique will help.
Category: [ Programming Topics | Overload Journal #100 - December 2010 ]
Description : Silas S. Brown tries his hand at optimising floating point equality comparisons.
Category: [ Programming Topics | CVu Journal Vol 28, #4 - September 2016 ]
Description : Silas S. Brown shares a war story.
Category: [ Programming Topics | CVu Journal Vol 29, #4 - September 2017 ]
Description : We’ve looked at several approaches to numeric computing. Richard Harris has a final attempt to find an accurate solution.
Category: [ Programming Topics | Overload Journal #103 - June 2011 ]
Description : We’re still trying to find a good way to approach numerical computing. Richard Harris tries to get as close as possible.
Category: [ Programming Topics | Overload Journal #106 - December 2011 ]
Description : Numerical computing is still proving hard to do accurately. Richard Harris considers another number representation.
Category: [ Programming Topics | Overload Journal #101 - February 2011 ]
Description : We now know that floating point arithmetic is the best we can do. Richard Harris goes back to school ready to show how to use it.
Category: [ Programming Topics | Overload Journal #104 - August 2011 ]
Description : How the stack works is useful to understanding your programs’ behaviour. Roger Orr compares and contrasts.
Category: [ Programming Topics | Overload Journal #120 - April 2014 ]
Description : Taking control over the symbols exported from shared libraries built with the GNU toolchain.
Category: [ Programming Topics | Overload Journal #79 - Jun 2007 ]
Description :
In the fourth installment of our series on cross-platform GUI programming with the Qt C++ toolkit, we are going to write a custom widget using Qt. The widget in question is a "scribble" widget (see Figure 1) - that is, the drawing area of a simple paint program
Category: [ Programming Topics | CVu Journal Vol 16, #6 - Dec 2004 ]
Description : Tom Björkholm examines some common pitfalls that make code hard to use.
Category: [ Programming Topics | CVu Journal Vol 27, #2 - May 2015 ]
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 ]