About
Contact
QtCreator
KDevelop
Solarized
line #s on
1
extern
int
f
(
);
2
3
void
g
(
) {
4
int
y
=
14
;
5
int
x
=
f
();
6
}
7
8
int
main
(
) {
9
g
();
10
return
0
;
11
}
12
Definitions
g
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more