|
-
February 24th, 2008, 09:22 AM
#1
C++ new operator weird syntax
Hi,
I was reading the E Appendix of "The C++ Programming Language , Special Edition" when I came across on page 948 with the following syntax:
"new(b.space) T(x);" where b.space is a pointer and x an object of type T. Does this syntax works in modern C++ compilers?
Thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|