How will you move?
Sessions and object lifetimes
by Andrzej Krzemieński
From the article:
In this post we will see how C++ object lifetime can be used to control the duration of sessions: time spent owing and using a resource. The goal is to get a better understanding of what tools the language offers for using and sharing resources efficiently...
Add a Comment
Comments are closed.