ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Programming Topics or Overload Journal #39 - Sep 2000

Options:
View Article Map
View Archives
All A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Other
Initialization in C++ is Bonkers
Description : Uninitialised variables can cause problems. Simon Brand reminds us how complicated it can get.
Category: [ Programming Topics | Overload Journal #139 - June 2017 ]
Integrating the Catch Test Framework into Visual Studio
Description : Visual Studio’s Test Explorer allows native C++ tests to be run under a managed wrapper. Malcolm Noyes takes it a step further using Catch to drive the tests.
Category: [ Programming Topics | Overload Journal #119 - February 2014 ]
Intellectual Property – a Crash Course for Developers
Description : Interpreting law is a tricky business. Sergey Ignatchenko introduces someone who can help you avoid expensive mistakes.
Category: [ Programming Topics | Overload Journal #105 - October 2011 ]
Interface Versioning in C++
Description : Updating a widely used DLL interface is non-trivial. Steve Love presents a practical approach.
Category: [ Programming Topics | Overload Journal #100 - December 2010 ]
Introducing CODEF/CML
Description : This article introduces a C# serialization facility that proposes a novel separation between object models, representing the serialized data, and class descriptors, representing the binding to the receiving design space.
Category: [ Programming Topics | Overload Journal #74 - Aug 2006 ]
Introducing Concepts
Description : Concepts in C++11 had many false starts. Andrew Sutton show why they are a big deal now they are with us.
Category: [ Programming Topics | Overload Journal #129 - October 2015 ]
Introducing JUnit
Description :

This article is based on an overview that I wrote to help introduce developers on a pilot project to unit testing. It covers the strategic reasons for using unit tests and the tactics of writing a unit test harness using the freely available JUnit framework to minimise the work involved.


Category: [ Programming Topics | CVu Journal Vol 13, #5 - Oct 2001 ]
Introduction To C#
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 ]
Introduction to C# - Part 2
Description :

Welcome to the second in a series of articles introducing the C# programming language. In the previous issue the basics of the language such as variables, methods and classes were covered. In this issue classes are covered in more detail highlighting an important feature called inheritance.


Category: [ Programming Topics | CVu Journal Vol 16, #4 - Aug 2004 ]
Introduction to STL (Standard Template Library)
Description :

Since STL is a very large topic to be covered in an article or two, we will focus on the most commonly used generic classes: vector and string.


Category: [ Programming Topics | CVu Journal Vol 16, #5 - Oct 2004 ]

  |<   <   1   2   3   >   >|
Sort by Date Title