Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShiqiYu/CPP
/ Student
Class
Student
week05/examples/newdelete.cpp:4–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
using namespace std;
3
4
struct Student
5
{
6
char name[4];
7
int born;
8
bool male;
9
};
10
11
int main()
12
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected