C++: Adding the first unit test Having a test means a lot more than the choice of the framework to run it with.
With and without unit tests (C++) Once upon a time I was tasked with writing a parser. Unit tests were what kept me sane in the process.
Remove an element from a singly linked list elegantly Without a special case, the way Linus Torvalds prefers.
The reductive definition of OO Discover the key concept of Object-Oriented programming. Consult the source to discover why OO is not opposed to FP.