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