You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readability and maintainability of the present (written in C++9x) ITS geometry code can be improved
using new powerful features of C++11(14, ...). To start with, the raw pointers and dynamically allocated arrays could (almost always) be replaced with smart pointers and STL containers.
The text was updated successfully, but these errors were encountered:
The readability and maintainability of the present (written in C++9x) ITS geometry code can be improved
using new powerful features of C++11(14, ...). To start with, the raw pointers and dynamically allocated arrays could (almost always) be replaced with smart pointers and STL containers.
The text was updated successfully, but these errors were encountered: