Tag Archive: project
C++ unit testing with Qt Test – part 2 – advanced testing
C++ unit testing with Qt Test – part 1 – introduction
Released cpu-stat: command line CPU usage statistics for Linux
Qt Network and JSON example: a simple Hacker News reader

This tutorial will show you how to use Qt Network and JSON to create a simple Hacker News reader based on the Hacker News API. In particular we will be using high level classes of Qt Network to handle HTTP requests….
Read more
How to contribute to an open source project on GitHub
How to create git submodule from repository subdirectory
How to set up a SDL 2 project for iOS in Xcode 5

SDL 2, a cross-platform library for multimedia applications, now offers projects and templates for many platforms, including a XCode project template for iOS which, in theory, should allow you to start to work on your app without wasting any time…
Read more