Added another tutorial today about the placement new operator.
You can find the tutorial in the tutorial section or click HERE
This is a more advanced c++ topic discussing how you can properly construct an object in a user allocated memory block. There’s a lot that you can do wrong here, so this is a topic for the more advanced C++ programmer. Enjoy.