Placement syntax: Difference between revisions

Content deleted Content added
m moved Placement new to Placement syntax: It's the overall topic.
Removed unnecessary {{lowercase}}.
Line 1:
{{lowercase|title=Placement new (C++)}}
In the [[C++]] [[programming language]], '''placement syntax''' allows programmers to explicitly specify the [[memory management]] of individual objects &mdash; i.e. their "placement" in [[memory (computing)|memory]]. The "placement" versions of the <code>new</code> and <code>delete</code> operators and functions are known as '''placement <code>new</code>''' and '''placement <code>delete</code>'''.<ref name=McCluskey1>{{cite web|url=http://glenmccl.com./nd_cmp.htm|title=Placement New/Delete|publisher=Glen McCluskey &amp; Associates LLC|work=C++ Language and Library|date=[[2000-06-26]]}}</ref>