About
Contact
QtCreator
KDevelop
Solarized
line #s on
1
#include
"foo.h"
2
3
struct
bar
4
{
5
int
a
;
6
int
b
;
7
};
8
9
int
10
main
(
int
argc
,
char
const
*
argv
[])
11
{
12
struct
bar
b
= {
1
,
2
};
13
14
foo
(
bar_ptr:
&
b
);
15
16
return
0
;
17
}
18
Definitions
bar
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more