The Shortest Crashing C Program
It might seem like a strange idea to want to write a small crashing C program, but in one of the courses that I've been teaching labs... more »
Tweet 0 Comments Save Tags: c-and-cpp
The Hazards of Remembering Positions in Vectors
Don't remember pointers, references, or iterators to vector elements until you're done putting new elements in the vector.
Tweet 0 Comments Save Tags: c-and-cpp
Retain/Recall Semantics in C++
Allowing the text of one frame to recall the retained data of ancestor frames without harming efficiency, thread safety, or recurrence.
Tweet 0 Comments Save Tags: c-and-cpp , reviews
Exploring C++ Inheritance (2 of 2)
This is the second article of two where Philipp explores inheritance in C++.
Tweet 0 Comments Save Tags: c-and-cpp