All public logs

From KitwarePublic
Jump to navigationJump to search

Combined display of all available logs of KitwarePublic. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:18, 5 May 2021 Cquammen talk contribs restored page VTK/Tutorials/SmartPointers (30 revisions) (Unintentional delete)
  • 04:22, 28 April 2021 Cquammen talk contribs deleted page VTK/Tutorials/SmartPointers (content was: "==Idea== The idea behind the use of smart pointers is reference counting and more automated memory managment. If the object goes out of scope, and it is not being used anywhere else, it will be deleted automatically. This is an important part of writing exception-safe code. With the proper use of smart pointers, you should never see an explicit Delete invocation in your code. The smart pointer classes, and which one is most appropriate, has been summarized in a [http://www.kitw...")