About
Contact
QtCreator
KDevelop
Solarized
line #s on
1
int
bottom
() {
2
return
1
;
// Set a breakpoint here
3
}
4
int
foo
(
int
in
) {
5
if
(
in
>
0
)
6
return
foo
(
in:
--
in
) +
5
;
7
else
8
return
bottom
();
9
}
10
int
main
()
11
{
12
return
foo
(
in:
500
);
13
}
14
Definitions
bottom
foo
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more