About
Contact
QtCreator
KDevelop
Solarized
line #s on
1
#include
"shared.h"
2
3
struct
WrapperB
{
4
OuterY
y
;
5
OuterX
x
;
6
};
7
8
WrapperB
*
foo
() {
9
return
new
WrapperB
(
);
10
}
11
Definitions
WrapperB
Learn to use CMake with our Intro Training
Find out more