About
Contact
QtCreator
KDevelop
Solarized
line #s on
1
typedef
struct
t
*
tp
;
2
typedef
tp
(*
get_tp
)();
3
4
struct
s
{
5
get_tp
get_tp_p
;
6
};
7
8
struct
t
{
9
struct
s
*
s
;
10
};
11
12
struct
t
t
;
13
Definitions
s
t
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more