Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Smart_pointer> ?p ?o. }
Showing items 1 to 39 of
39
with 100 items per page.
- Smart_pointer abstract "In computer science, a smart pointer is an abstract data type that simulates a pointer while providing additional features, such as automatic memory management or bounds checking. These additional features are intended to reduce bugs caused by the misuse of pointers while retaining efficiency. Smart pointers typically keep track of the memory they point to. They may also be used to manage other resources, such as network connections and file handles.Misuse of pointers is a major source of bugs. Smart pointers prevent most situations of memory leaks by making the resource deallocation automatic. The resource controlled by a smart pointer is automatically destroyed when the last (or only) owner of the resource is destroyed, for example because it goes out of scope. Smart pointers also eliminate dangling pointers by postponing destruction until the resource is no longer in use.Several types of smart pointers exist. Some work with reference counting, others by assigning ownership of the object to a single pointer. If the language supports automatic garbage collection (for instance, Java or C#), then smart pointers are unnecessary for memory management, but may still be useful in managing other resources.".
- Smart_pointer wikiPageExternalLink smart-pointers-in-delphi.html.
- Smart_pointer wikiPageExternalLink smart_ptr.htm.
- Smart_pointer wikiPageExternalLink Smart%20Pointers%20Overview.html.
- Smart_pointer wikiPageExternalLink smart-pointers.html.
- Smart_pointer wikiPageExternalLink boxes.
- Smart_pointer wikiPageExternalLink 184403837.
- Smart_pointer wikiPageExternalLink article.aspx?p=25264.
- Smart_pointer wikiPageExternalLink libbook.
- Smart_pointer wikiPageExternalLink countptr.hpp.html.
- Smart_pointer wikiPageExternalLink yasper.sourceforge.net.
- Smart_pointer wikiPageID "319861".
- Smart_pointer wikiPageRevisionID "605978382".
- Smart_pointer hasPhotoCollection Smart_pointer.
- Smart_pointer subject Category:Articles_with_example_C++_code.
- Smart_pointer subject Category:Data_types.
- Smart_pointer comment "In computer science, a smart pointer is an abstract data type that simulates a pointer while providing additional features, such as automatic memory management or bounds checking. These additional features are intended to reduce bugs caused by the misuse of pointers while retaining efficiency. Smart pointers typically keep track of the memory they point to. They may also be used to manage other resources, such as network connections and file handles.Misuse of pointers is a major source of bugs.".
- Smart_pointer label "Intelligenter Zeiger".
- Smart_pointer label "Pointeur intelligent".
- Smart_pointer label "Ponteiro inteligente".
- Smart_pointer label "Puntero inteligente".
- Smart_pointer label "Smart pointer".
- Smart_pointer label "Smart pointer".
- Smart_pointer label "Sprytny wskaźnik".
- Smart_pointer label "Умный указатель".
- Smart_pointer label "مؤشر ذكي".
- Smart_pointer label "智能指针".
- Smart_pointer sameAs Smart_pointer.
- Smart_pointer sameAs Intelligenter_Zeiger.
- Smart_pointer sameAs Puntero_inteligente.
- Smart_pointer sameAs Pointeur_intelligent.
- Smart_pointer sameAs Smart_pointer.
- Smart_pointer sameAs Sprytny_wskaźnik.
- Smart_pointer sameAs Ponteiro_inteligente.
- Smart_pointer sameAs m.01vcmh.
- Smart_pointer sameAs Q1665677.
- Smart_pointer sameAs Q1665677.
- Smart_pointer wasDerivedFrom Smart_pointer?oldid=605978382.
- Smart_pointer isPrimaryTopicOf Smart_pointer.