Create a class with a placement new with a second
argument of type string. The class should contain a static
vectorwhere the second new argument is
stored. The placement new should allocate storage as
normal. In main( ), make calls to your placement new
with string arguments that describe the calls (you may
want to use the preprocessor’s FILE and LINE
macros).
Create a class with a placement new with a second argument of type string. The class should contain a static vectorwhere the second new argument is
stored. The placement new should allocate storage as
normal. In main( ), make calls to your placement new
with string arguments that describe the calls (you may
want to use the preprocessor’s FILE and LINE
macros).