Advertisement
Membership
Login
ACCU Buttons
Overload Journal #119 - February 2014
Browse in : |
All
> Journals
> Overload
> o119 |
- Options:
- View Article Map
- View Archives
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
Editorial: Random (non)sense
Description : It’s not pretty and it’s not clever. Frances Buontempo considers if the cut-up method can be used to generate editorials.
Category: [ Journal Editorial ]
Description : It’s not pretty and it’s not clever. Frances Buontempo considers if the cut-up method can be used to generate editorials.
Category: [ Journal Editorial ]
Static Polymorphic Named Parameters in C++
Description : Adding parameters to an object can be messy. Martin Moene demonstrates how method chaining can make code more readable.
Category: [ Programming Topics ]
Description : Adding parameters to an object can be messy. Martin Moene demonstrates how method chaining can make code more readable.
Category: [ Programming Topics ]
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 ]
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 ]
Anatomy of a Java Decompiler
Description : Java byte code can be reverted back into source code. Lee Benfield and Mike Strobel show how.
Category: [ Programming Topics ]
Description : Java byte code can be reverted back into source code. Lee Benfield and Mike Strobel show how.
Category: [ Programming Topics ]
Optimizing Big Number Arithmetic Without SSE
Description : Addition and multiplication can be slow for big numbers. Sergey Ignatchenko and Dmytro Ivanchykhin try to speed things up.
Category: [ Programming Topics ]
Description : Addition and multiplication can be slow for big numbers. Sergey Ignatchenko and Dmytro Ivanchykhin try to speed things up.
Category: [ Programming Topics ]
Capturing lvalue References in C++11 Lambdas
Description : How confusing does it get when references refer to references and references are captured by value? Pete Barber shows us that it all falls out in the C++ consistency wash.
Category: [ Programming Topics ]
Description : How confusing does it get when references refer to references and references are captured by value? Pete Barber shows us that it all falls out in the C++ consistency wash.
Category: [ Programming Topics ]