Skip to main content

All Questions

2 votes
2 answers
439 views

Organization of C++ source code for reusable components

I'm implementing a custom templated container as part of a learning project in C++. The container makes use of different components like serialization, memory management, iterators. I am wondering ...
NBWL's user avatar
  • 31