About
Contact
QtCreator
KDevelop
Solarized
line #s on
1
#include
<exception>
2
3
void
4
throws_int
()
5
{
6
throw
5
;
7
}
8
9
int
10
main
()
11
{
12
throws_int
();
13
}
14
Definitions
throws_int
Improve your Profiling and Debugging skills
Find out more