About
Contact
QtCreator
KDevelop
Solarized
line #s on
1
#include
"foo.h"
2
3
struct
Main
{
4
Main
();
5
int
x
;
6
};
7
8
Main
::
Main
() :
x
(
47
) {
9
bool
some_code
=
x
==
47
;
// !BR_main
10
}
11
12
Main
MainObj
;
13
14
int
main
() {
return
MainObj
.
x
+
FooObj
.x; }
15
Definitions
Main
Main
MainObj
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more