MCPcopy Create free account
hub / github.com/ShiqiYu/CPP / Student1

Class Student1

week04/examples/structpadding.cpp:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2using namespace std;
3
4struct Student1{
5 int id;
6 bool male;
7 char label;
8 float weight;
9};
10
11struct Student2{
12 int id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected