ACCU’s Overload journal of December 2016 is out. It contains the following C++ related articles.
Overload 136 is now available
From the journal:
The MirAL Story
Description : The X-Windows system is all-pervasive but struggles with security and performance graphics. Alan Griffiths introduces Mir Abstraction Layer to deal with these issues. by Alan GriffithsOverloading with Concepts
Description : Concepts can play a role in function overloading. Andrew Sutton shows us how. by Andrew SuttonUltra-fast Serialization of C++ Objects
Description : Serialising and de-serialising is a common problem. Sergey Ignatchenko and Dmytro Ivanchykhin demonstrate one way to do this quickly. by Sergey Ignatchenko and Dmytro IvanchykhinModern C++ Features: User-Defined Literals
Description : User-defined literals were introduced in C++11. Arne Mertz walks us through their use. by Arne MertzPython Streams vs Unix Pipes
Description : Dealing with an infinite sequence requires some thought. Thomas Guest presents various ways to approach such a problem. by Thomas GuestLetter
Description : Silas S. Brown comments on Steve Love's recent article. by Silas S. BrownHello World in Go
Description : Go provides a way to write efficient concurrent programs in a C-like language. Eleanor McHugh shares a "Hello, world!" tutorial. by Eleanor McHugh
Add a Comment
Comments are closed.