Advertisement
Membership
Login
ACCU Buttons
Programming Topics or Overload Journal #39 - Sep 2000
Browse in : |
All
> Topics
> Programming All > Journals > Overload > 39 All of these categories |
- Options:
- View Article Map
- View Archives
Using Enum Classes as Bitfields
Description : Scope enums have many advantages over standard enums. Anthony Williams shows how to use them as bitmasks.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Description : Scope enums have many advantages over standard enums. Anthony Williams shows how to use them as bitmasks.
Category: [ Programming Topics | Overload Journal #132 - April 2016 ]
Using objects for background tasks (3)
Category: [ Programming Topics | Overload Journal #17/18 - Jan 1997 ]
Category: [ Programming Topics | Overload Journal #17/18 - Jan 1997 ]
Using Qt's Non-GUI Classes
Description :
Category: [ Programming Topics | CVu Journal Vol 17, #2 - Apr 2005 ]
Description :
In the fifth installment of our series on cross-platform programming with the Qt 3 C++ toolkit, we are going to review Qt's non-GUI classes.
Category: [ Programming Topics | CVu Journal Vol 17, #2 - Apr 2005 ]
Using Templates To Handle Multi-Threading
Category: [ Programming Topics | Overload Journal #31 - Apr 1999 ]
Category: [ Programming Topics | Overload Journal #31 - Apr 1999 ]
Utilising More Than 4GB of Memory in 32-bit Windows Process
Description : Some applications require a vast amount of memory. Chris Oldwood presents techniques to provide extra memory.
Category: [ Programming Topics | Overload Journal #113 - February 2013 ]
Description : Some applications require a vast amount of memory. Chris Oldwood presents techniques to provide extra memory.
Category: [ Programming Topics | Overload Journal #113 - February 2013 ]
Valgrind Part 1 – Introduction
Description : Good analysis tools can really help track down problems. Paul Floyd investigates the facilities from a suite of tools.
Category: [ Programming Topics | Overload Journal #108 - April 2012 ]
Description : Good analysis tools can really help track down problems. Paul Floyd investigates the facilities from a suite of tools.
Category: [ Programming Topics | Overload Journal #108 - April 2012 ]
Valgrind Part 2 – Basic memcheck
Description : Learning how to use our tools well is a vital skill. Paul Floyd shows us how to check for memory problems.
Category: [ Programming Topics | Overload Journal #109 - June 2012 ]
Description : Learning how to use our tools well is a vital skill. Paul Floyd shows us how to check for memory problems.
Category: [ Programming Topics | Overload Journal #109 - June 2012 ]
Valgrind Part 3: Advanced memcheck
Description : Valgrind provides several mechanisms to locate memory problems in your code. Paul Floyd shows us how to use them.
Category: [ Programming Topics | Overload Journal #110 - August 2012 ]
Description : Valgrind provides several mechanisms to locate memory problems in your code. Paul Floyd shows us how to use them.
Category: [ Programming Topics | Overload Journal #110 - August 2012 ]
Valgrind Part 4: Cachegrind and Callgrind
Description : When your application is slow, you need a profiler. Paul Floyd shows us how callgrind and cachegrind can help.
Category: [ Programming Topics | Overload Journal #111 - October 2012 ]
Description : When your application is slow, you need a profiler. Paul Floyd shows us how callgrind and cachegrind can help.
Category: [ Programming Topics | Overload Journal #111 - October 2012 ]
Valgrind Part 5 – Massif
Description : Poor performance can be caused by memory usage. Paul Floyd introduces Valgrind’s heap memory profiling tool Massif.
Category: [ Programming Topics | Overload Journal #112 - December 2012 ]
Description : Poor performance can be caused by memory usage. Paul Floyd introduces Valgrind’s heap memory profiling tool Massif.
Category: [ Programming Topics | Overload Journal #112 - December 2012 ]
Valgrind Part 6 – Helgrind and DRD
Description : Debugging multi-threaded code is hard. Paul Floyd uses Helgrind and DRD to find deadlocks and race conditions.
Category: [ Programming Topics | Overload Journal #114 - April 2013 ]
Description : Debugging multi-threaded code is hard. Paul Floyd uses Helgrind and DRD to find deadlocks and race conditions.
Category: [ Programming Topics | Overload Journal #114 - April 2013 ]
Variadic and Variable Templates
Description : C++11 and 14 offer new features for Variadic and Variable templates. Peter Sommerlad showcases the compile-time possibilities they offer.
Category: [ Programming Topics | Overload Journal #126 - April 2015 ]
Description : C++11 and 14 offer new features for Variadic and Variable templates. Peter Sommerlad showcases the compile-time possibilities they offer.
Category: [ Programming Topics | Overload Journal #126 - April 2015 ]
[
Java
| Frameworks
| Programming
]
Velocity
Description : Velocity is a Java-based template engine. It permits anyone to use a simple yet powerful template language to reference objects defined in Java code.
Added on : 10 February 2006 22:41:37 +00:00
Description : Velocity is a Java-based template engine. It permits anyone to use a simple yet powerful template language to reference objects defined in Java code.
Added on : 10 February 2006 22:41:37 +00:00
Vulkan and you – Khronos’ successor to OpenGL
Description : Various graphics APIs exist. Andy Thomason unravels the mysteries of Vulkan, the latest 3D Graphics API from Khronos, the custodians of OpenGL.
Category: [ Programming Topics | Overload Journal #139 - June 2017 ]
Description : Various graphics APIs exist. Andy Thomason unravels the mysteries of Vulkan, the latest 3D Graphics API from Khronos, the custodians of OpenGL.
Category: [ Programming Topics | Overload Journal #139 - June 2017 ]
Wallowing in Filth
Description : Pete Goodliffe wades into the dreaded cesspit of ‘low-quality code’.
Category: [ Programming Topics | CVu Journal Vol 27, #2 - May 2015 ]
Description : Pete Goodliffe wades into the dreaded cesspit of ‘low-quality code’.
Category: [ Programming Topics | CVu Journal Vol 27, #2 - May 2015 ]
Wallpaper Rotation on Ubuntu using Ruby and Flickr
Description : Repetitive tasks are ideal candidates for scripting. Filip van Laenen walks us through a simple example.
Category: [ Programming Topics | Overload Journal #115 - June 2013 ]
Description : Repetitive tasks are ideal candidates for scripting. Filip van Laenen walks us through a simple example.
Category: [ Programming Topics | Overload Journal #115 - June 2013 ]
Watersheds and Waterfalls
Description : An introductory look at segmenting images into regions using a landscape analogy.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #83 - Feb 2008 ]
Description : An introductory look at segmenting images into regions using a landscape analogy.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #83 - Feb 2008 ]
Watersheds and Waterfalls (Part 2)
Description : Stuart Golodetz continues his survey of algorithms for segmenting images into regions.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #84 - April 2008 ]
Description : Stuart Golodetz continues his survey of algorithms for segmenting images into regions.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #84 - April 2008 ]