What's the different between new _Elem[_Size]() vs. new _Elem[_Size]{}?

General Tech Bugs & Fixes 3 years ago

24 2 0 0 0

User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.

Answers (2)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 3 years ago

What's the difference between new _Elem[_Size]() vs. new _Elem[_Size]{} and which form should I prefer ?

Does it make a difference if you know the element in question and it's not used on template parameter ?

This question assumes that a raw pointer is needed - normally you should just use a std::vector or std::unique_ptr

0 views
0 shares

profilepic.png
manpreet 3 years ago

There is no difference between the two.

Except the {} one doesn't work in C++98.


0 views   0 shares

No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Similar Forum