Friday, July 7, 2017

C++11: Initializer Lists

You should prefer constructing objects with initializer lists over using pre-C++11 constructors that use ‘()’.


No comments:

Post a Comment