Processes or Threads?
What should you use as a base to create a multi-core spawning application?
NOTE: this is a somewhat junior/mid dev C++ level article. If you are a pro, you might want to skip this article, unless you intend to roast me, which is okay as well.
Motivation
Most of the time when …