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