<span class="searchmatch">function</span> <span class="searchmatch">pointer</span> (tsz. <span class="searchmatch">function</span> pointers) (informatika) A <span class="searchmatch">function</span> <span class="searchmatch">pointer</span> (függvénymutató) egy olyan mutató, amely egy függvény címét tárolja, és lehetővé...
átadott függvény (<span class="searchmatch">function</span> <span class="searchmatch">pointer</span>, <span class="searchmatch">function</span> reference) Lambda kifejezés (C++11-től elérhető, névtelen függvény) Functor (<span class="searchmatch">function</span> object) — olyan objektum...
<span class="searchmatch">function</span> signature (tsz. <span class="searchmatch">function</span> signatures) (informatika) A <span class="searchmatch">function</span> signature (függvény szignatúra) a programozásban egy formális leírása annak, hogyan...
pure virtual <span class="searchmatch">function</span> (tsz. pure virtual functions) (informatika) A pure virtual <span class="searchmatch">function</span> a C++-ban egy olyan virtuális függvény, amelynek nincs saját...
(dangling) <span class="searchmatch">pointer</span> használata Nullpointer dereferálása Túlindexelés egy tömbön Stack overflow (például végtelen rekurzió miatt) Nem inicializált <span class="searchmatch">pointer</span> használata...
anonymous <span class="searchmatch">function</span> - WordNet anonymous <span class="searchmatch">function</span> - Яндекс (en-ru) anonymous <span class="searchmatch">function</span> - Google (en-hu) anonymous <span class="searchmatch">function</span> - Wikidata anonymous <span class="searchmatch">function</span> - Wikipédia...
virtuális függvényeknek → vtable Használható kézzel is: <span class="searchmatch">function</span> <span class="searchmatch">pointer</span> array, map<string, <span class="searchmatch">function</span><>>, stb. dispatch table - Szótár.net (en-hu) dispatch...
0; } Derived osztály print() Mi történik itt? - Az obj egy Base* típusú <span class="searchmatch">pointer</span>, de valójában egy Derived objektumot mutat. - Az obj->print() híváskor...
írjunk. template<typename T> struct Is<span class="searchmatch">Pointer</span> { static const bool value = false; }; template<typename T> struct Is<span class="searchmatch">Pointer</span><T*> { static const bool value = true;...
key < heap.min.key: heap.min = node heap.size += 1 <span class="searchmatch">function</span> Find-Min(heap): return heap.min <span class="searchmatch">function</span> Extract-Min(heap): z = heap.min if z is not None:...