Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Design of applications and programs or Overload Journal #118 - December 2013
Browse in : |
All
> Topics
> Programming All > Topics > Design All > Journals > Overload > o118 All of these categories |
- Options:
- View Article Map
- View Archives
Expect the Unexpected (Part 1)
Description : Pete Goodliffe looks into dealing with the inevitable.
Category: [ Design of applications and programs | CVu Journal Vol 32, #2 - May 2020 ]
Description : Pete Goodliffe looks into dealing with the inevitable.
Category: [ Design of applications and programs | CVu Journal Vol 32, #2 - May 2020 ]
Exodep : A Simple External Dependency Refresher
Description : Pete Cordell introduces a library dependency tool for C++ projects.
Category: [ Programming Topics | CVu Journal Vol 31, #5 - November 2019 ]
Description : Pete Cordell introduces a library dependency tool for C++ projects.
Category: [ Programming Topics | CVu Journal Vol 31, #5 - November 2019 ]
Empty Scoped Enums as Strong Aliases for Integral Types
Description : Scoped enums have many advantages. Lukas Böger demonstrates their use as strong types of numbers.
Category: [ Programming Topics | Overload Journal #152 - August 2019 ]
Description : Scoped enums have many advantages. Lukas Böger demonstrates their use as strong types of numbers.
Category: [ Programming Topics | Overload Journal #152 - August 2019 ]
Everyday Coding Habits for Safety and Simplicity
Description : Arun Saha has some simple advice for forming good habits in C++.
Category: [ Programming Topics | CVu Journal Vol 30, #3 - July 2018 ]
Description : Arun Saha has some simple advice for forming good habits in C++.
Category: [ Programming Topics | CVu Journal Vol 30, #3 - July 2018 ]
Evolutionary Computing Frameworks for Optimisation
Description : Evolutionary algorithms can find optimal solutions to problems. Aurora RamÃrez and Chris Simons give us an overview.
Category: [ Design of applications and programs | Overload Journal #142 - December 2017 ]
Description : Evolutionary algorithms can find optimal solutions to problems. Aurora RamÃrez and Chris Simons give us an overview.
Category: [ Design of applications and programs | Overload Journal #142 - December 2017 ]
Eight Rooty Pieces
Description : Finding a square root is a common interview question. Patrick Martin demonstrates eight different ways to find a root.
Category: [ Programming Topics | Overload Journal #135 - October 2016 ]
Description : Finding a square root is a common interview question. Patrick Martin demonstrates eight different ways to find a root.
Category: [ Programming Topics | Overload Journal #135 - October 2016 ]
Encryption
Description : Kevin Highley implements a common technique for secure communication.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Description : Kevin Highley implements a common technique for secure communication.
Category: [ Programming Topics | CVu Journal Vol 28, #2 - May 2016 ]
Everyone Hates build.xml
Description : Using Ant build tool can be tricky. Andy Balaam shows how to structure and test the build code.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Description : Using Ant build tool can be tricky. Andy Balaam shows how to structure and test the build code.
Category: [ Programming Topics | Overload Journal #123 - October 2014 ]
Enforcing the Rule of Zero
Description : We’ve had years to get used to the old rules for making classes copyable. Juan Alday sees how the new standards change them.
Category: [ Programming Topics | Overload Journal #120 - April 2014 ]
Description : We’ve had years to get used to the old rules for making classes copyable. Juan Alday sees how the new standards change them.
Category: [ Programming Topics | Overload Journal #120 - April 2014 ]
Editorial: Not So Much a Program, More a Way of Life
Description : In an attempt to continue and improve on the successful formula of previous editorial avoidance techniques, Frances Buontempo considers what a program really is.
Category: [ Overload Journal #118 - December 2013 | Journal Editorial ]
Description : In an attempt to continue and improve on the successful formula of previous editorial avoidance techniques, Frances Buontempo considers what a program really is.
Category: [ Overload Journal #118 - December 2013 | Journal Editorial ]
Executable Documentation Doesn’t Have To Slow You Down
Description : Comprehensibility of end-to-end scenarios and quick feedback of unit tests are competing goals. Seb Rose introduces Cucumber with tags to meet both needs.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #114 - April 2013 ]
Description : Comprehensibility of end-to-end scenarios and quick feedback of unit tests are competing goals. Seb Rose introduces Cucumber with tags to meet both needs.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #114 - April 2013 ]
Exception Specifications in C++ 2011
Description : The new standard is almost finished. Dietmar Kühl looks at the new exception features.
Category: [ Programming Topics | Overload Journal #103 - June 2011 ]
Description : The new standard is almost finished. Dietmar Kühl looks at the new exception features.
Category: [ Programming Topics | Overload Journal #103 - June 2011 ]
Everything You Wanted To Know About C ......
Description : Tips and Tricks from Steven Palmer
Category: [ Programming Topics | CVu Journal Vol 1, #2 - Dec 1987 ]
Description : Tips and Tricks from Steven Palmer
Category: [ Programming Topics | CVu Journal Vol 1, #2 - Dec 1987 ]
Everything You Wanted To Know About C ......
Description : Your problems answered.
Category: [ Programming Topics | CVu Journal Vol 1, #1 - Oct 1987 ]
Description : Your problems answered.
Category: [ Programming Topics | CVu Journal Vol 1, #1 - Oct 1987 ]
Exceptions Make for Elegant Code
Description : Anything that can go wrong, will go wrong. Anthony Williams compares ways of dealing with errors.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #86 - August 2008 ]
Description : Anything that can go wrong, will go wrong. Anthony Williams compares ways of dealing with errors.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #86 - August 2008 ]
Exceptional Design
Description : Hubert Matthews discusses some ways to design programs to use exceptions.
Category: [ Design of applications and programs | Overload Journal #77 - Feb 2007 ]
Description : Hubert Matthews discusses some ways to design programs to use exceptions.
Category: [ Design of applications and programs | Overload Journal #77 - Feb 2007 ]
[
C and C++
| Development Techniques
| Programming
]
Effective STL Example Source Code
Description : Effective STL Example Source Code
Added on : 11 February 2006 22:40:20 +00:00
Description : Effective STL Example Source Code
Added on : 11 February 2006 22:40:20 +00:00
[
Java
| Frameworks
| Programming
]
Excalibur
Description : Excalibur is an open source software project of The Apache Software Foundation. Our primary product is a lightweight, embeddable Inversion of Control container named Fortress that is written in java.
Added on : 10 February 2006 23:07:37 +00:00
Description : Excalibur is an open source software project of The Apache Software Foundation. Our primary product is a lightweight, embeddable Inversion of Control container named Fortress that is written in java.
Added on : 10 February 2006 23:07:37 +00:00
[
Java
| Frameworks
| Programming
]
Element Construction Set
Description : The Element Construction Set is a Java API for generating elements for various markup languages it directly supports HTML 4.0 and XML, but can easily be extended to create tags for any markup language.
Added on : 10 February 2006 22:55:34 +00:00
Description : The Element Construction Set is a Java API for generating elements for various markup languages it directly supports HTML 4.0 and XML, but can easily be extended to create tags for any markup language.
Added on : 10 February 2006 22:55:34 +00:00
Elephant - A C++ Memory Observer
Description :
Category: [ Programming Topics | CVu Journal Vol 17, #1 - Feb 2005 ]
Description :
Elephant is a C++ memory observer. It keeps track of all calls to new and delete via custom implementations of operator new and operator delete.
Category: [ Programming Topics | CVu Journal Vol 17, #1 - Feb 2005 ]