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
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
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 ]
[ 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