About
Contact
QtCreator
KDevelop
Solarized
line #s on
1
struct
Foo
{
2
int
m_val
=
42
;
3
};
4
5
int
main
() {
6
Foo
foo
;
7
return
0
;
8
}
9
Definitions
Foo
Learn to use CMake with our Intro Training
Find out more