In this article I will show how to run Qt4-Embedded Examples on Angstrom Linux using QEMU. The procedure doesn’t require any compilation or cross compilation. Read more
Tag: C++
Grammar parser in C++
Recently I stumbled upon implementing a simple parser in C++. The task is very classic, however I couldn’t find any good resources on the web Read more