Data initialization in C++
In this blog post, I am going to review the different kind of data and how they are initialized in a program.
Tweet 0 Comments Save Tags: c-and-cpp , how-to , tools
Exploring C++ Inheritance (1 of 2)
This is the first article of two where Philipp explores inheritance in C++.
Tweet 0 Comments Save Tags: c-and-cpp
Cinder C++ now supports Windows 8 Store Apps/Games
Cinder is a cross platform framework for C++ design engineering. In order to run and Apple, Android and Windows devices prior to Windows... more »
Tweet 0 Comments Save Tags: c-and-cpp , news , tools
4GB per Vector
I recently had a problem where I had a vector that was growing once, being iterated over once, and then deallocated. And it was bothering... more »
Tweet 0 Comments Save Tags: c-and-cpp , methodology
Coroutines in C++
An ideal subroutine is a mathematical function; it takes inputs and returns the results of its computation. It has a single entry point... more »
Tweet 0 Comments Save Tags: c-and-cpp
Empty list initialization
Did you already try using the new initialization syntax with STL containers?
Tweet 0 Comments Save Tags: c-and-cpp
C++11: Iterating range-based for backwards
A few weeks ago we upgraded our toolchain with spangly new C++ compilers. Then we flipped the magical switch unleashing C++11 code... more »
Tweet 0 Comments Save Tags: c-and-cpp
JSON Spirit: A C++ JSON Parser/Generator Implemented with Boost Spirit
JSON is a text file format similar to XML, but less verbose. It has been called "XML lite". This article describes JSON Spirit,... more »
Tweet 0 Comments Save Tags: c-and-cpp , how-to
Efficient Programming with Components (A9Videos)
Performance is essential for infrastructure software. Modern infrastructure software depends heavily on components. Therefore, writing... more »
Tweet 0 Comments Save Tags: c-and-cpp
Some Subtleties of Aliasing
Aliasing can cause paradoxical behavior.
Tweet 0 Comments Save Tags: c-and-cpp
Rendering UIViews with anti-aliasing, Identifying Problems and Solutions
Identifying blurred images and how to correct them. Complex issues that arise from unsuspecting UIViews with float values.
Tweet 0 Comments Save Tags: apple , c-and-cpp , how-to , mobile
Qt 5.1 Beta Released
I am happy to announce that we have today released Qt 5.1 Beta. We are now a major step closer to release Qt 5.1.0, which is expected... more »
Tweet 0 Comments Save Tags: c-and-cpp , frameworks , news