|
|
|
|
|
by blisse
3444 days ago
|
|
I think people are starting to get annoyed at how how these are all equivalent, and the switch in a lot of books seems to be towards the third version with braces. int x = 0; // makes sense
int x(0); // sure
int x{0}; // braces?
|
|
I'm almost positive that isn't the case. Need to find my copy of Effective Modern C++ and get back to you. It's been a while