Difference between new and placement new

Was reading up on the placement new operator and was perplexed by the usage of the operator. What is the difference between the placement new and new? I know they both have to do with memory management, but when do you use the placement new instead of the new operator? I tried Googling this question but couldn't find a transparent answer. Thanks in advance for those who answer.
Topic archived. No new replies allowed.