Toggle navigation
Home
About
Tags
Posts Tagged “C++”
Testing C++ With A New Catch
Most test-frameworks are kind of lame - this one is not
12/06/14
Choosing the Type of your Types
Statically and dynamically typed languages both can be enjoyable
08/31/14
Android Style Message Passing
Communicating between Threads using Message Queues.
02/01/14
C++ Delegates On Steroids
Generic version of impossibly fast delegate using C++11 variadic templates.
01/12/14
Simple Networking
Communicating over UDP sockets in haskell.
08/25/13
QuickChecking C++ Code
The haskell testing framework which can be used quite beneficial to test C++ code
10/11/12
On-The-Fly C++
Using cling to interpret C++ code
08/09/12
Encouraging performance results
First results after introducing cxxproject on a large scale, quite promising.
12/11/11
A Tool for a Fool
A simple tool for correcting misspelled header file include lines that creep in when working with Windows users.
11/22/11
Testing is fun again
Using gtest is by far nicer than cppunit. This is a brief overview of it's usage and some of it's features.
07/11/11
Building C/C++ Projects with Cxxproject
Intro to a Build Tool for C/C++ projects that is based on rake, the ruby task dependency DSL
06/12/11