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
It will be preferable to NOT use pointers as much as possible. For example in case of arguments as function(Matrix_t* m) use std::unique_ptr or std::shared_ptr
The text was updated successfully, but these errors were encountered:
It will be preferable to NOT use pointers as much as possible. For example in case of arguments as
function(Matrix_t* m)
usestd::unique_ptr
orstd::shared_ptr
The text was updated successfully, but these errors were encountered: