temple 1717088 1280

Stuff you should know about In- and Output with Streams

/
Today's post is about what you should know about Iostreams. In particular, I write about formatted and…
horseshoe bend 1908283 1280

C++ Core Guidelines: IOstreams

/
When you interact with the outside world, the iostream library is the way to go in C++. As always, you…
thread 2995466 1280

C++ Core Guidelines: Rules for Strings

/
The C++ core guidelines use the term string as a sequence of characters. Consequently, the guidelines…
brno 2783268 1280

C++ Core Guidelines: Avoid Bounds Errors

/
When you access an element outside a container of the STL, the result is not so promising. Your effect…