Difference between revisions of "cpp/language"
From cppreference.com
< cpp
(Added a link to the new exception handler page.) |
(Link update for “try block”, the links to the old pages are temporarily kept until all other links to those pages are updated.) |
||
Line 205: | Line 205: | ||
'''{{rl|exceptions|Exceptions}}''' | '''{{rl|exceptions|Exceptions}}''' | ||
<div class="mainpagediv"> | <div class="mainpagediv"> | ||
− | {{rl|try | + | {{rl|try|{{c/core|try}} block}} (Legacy pages {{rl|try catch|1}} {{rl|function-try-block|2}})<br> |
{{rl|throw|Throwing exceptions}}<br> | {{rl|throw|Throwing exceptions}}<br> | ||
{{rl|catch|Handling exceptions}}<br> | {{rl|catch|Handling exceptions}}<br> |
Revision as of 02:05, 4 June 2024
This is a reference of the core C++ language constructs.
See also
C documentation for C language constructs
|