Warning: Undefined variable $resultados in /home/enciclo/public_html/dictious.com/search.php on line 17
C++_exception_handling - Dictious

10 Talált eredmények " C _exception_handling"

C++ exception handling

<span class="searchmatch">C</span>++ <span class="searchmatch">exception</span> <span class="searchmatch">handling</span> (tsz. <span class="searchmatch">C</span>++ <span class="searchmatch">exception</span> handlings) (informatika) kivételkezelés A kivételkezelés (<span class="searchmatch">exception</span> <span class="searchmatch">handling</span>) <span class="searchmatch">C</span>++-ban egy olyan mechanizmus...


signal handling

signal <span class="searchmatch">handling</span> (tsz. signal handlings) (informatika) A signal <span class="searchmatch">handling</span> egy mechanizmus, amely lehetővé teszi, hogy egy program reagáljon bizonyos rendszereseményekre...


C++

kivételek: pl. std::<span class="searchmatch">exception</span>, std::out_of_range stb.) Saját kivétel definíciója szükség esetén (egyedi osztály, ami öröklődik std::<span class="searchmatch">exception</span>-ből) és kivétel...


C++98

begin(), v.end()); <span class="searchmatch">C</span>++98 támogatja a try–catch–throw szerkezetet: try { throw std::runtime_error(&quot;hiba&quot;); } catch (const std::<span class="searchmatch">exception</span>&amp; e) { std::cout &lt;&lt;...


stdexcept class

classes) (informatika) A <span class="searchmatch">C</span>++ kivételkezelő mechanizmusának (<span class="searchmatch">exception</span> <span class="searchmatch">handling</span>) egyik központi eleme a &lt;stdexcept&gt; és &lt;<span class="searchmatch">exception</span>&gt; fejlécben definiált osztályhierarchia...


string functions

manual or via standard <span class="searchmatch">C</span> library (e.g., strlen, strcmp, strcpy, strstr). Memory safety is an issue (manual buffer <span class="searchmatch">handling</span>). <span class="searchmatch">C</span>++: std::string provides...


runtime error

kivétel (<span class="searchmatch">exception</span>) keletkezik. <span class="searchmatch">C</span>++: Segmentation fault, Floating point <span class="searchmatch">exception</span> Java: NullPointer<span class="searchmatch">Exception</span>, ArrayIndexOutOfBounds<span class="searchmatch">Exception</span> Python: ZeroDivisionError...


Crypto++

algoritmusok (pl. AES, SHA-3, RSA, ECC). C++ nyelvre optimalizált: sablonok, <span class="searchmatch">exception</span> <span class="searchmatch">handling</span>, RAII támogatás. Független, nem igényel más külső könyvtárakat. Ingyenes...


programming language

hardverhozzáférés, magas teljesítmény. Operációs rendszerek, beágyazott rendszerek. <span class="searchmatch">C</span> bővítése OOP-vel. Játékfejlesztés, grafikai motorok, rendszerszoftver. Webfejlesztés...


debugging

tárgynak (vagy magadnak), ami gyakran segít a hiba felismerésében. <span class="searchmatch">Exception</span> <span class="searchmatch">handling</span> (try-catch) – program összeomlás elkerülése. Unit testing – kódautomatizált...