Writing min function, part 2: Understanding Concepts
This is the second article of the series called “Writing min function.” I want complete the min function and fix the mistakes mentioned in the previous post. But first, we have to understand Concepts, so...
Writing min function, part 2: Understanding Concepts
by Fernando Pelliccioni

C++ is quietly becoming a language of choice for cross-platform mobile apps, because it's the only modern language that can target iOS, Android, and more with the same source code.
Scott Meyers' highly anticipated new book Effective Modern C++ is on the way: