Skip to content

Instantly share code, notes, and snippets.

@Yoloabdo
Last active March 14, 2017 20:25
Show Gist options
  • Select an option

  • Save Yoloabdo/446d2a8ab2fe9a0d27c4 to your computer and use it in GitHub Desktop.

Select an option

Save Yoloabdo/446d2a8ab2fe9a0d27c4 to your computer and use it in GitHub Desktop.
student struct
struct student
{
int id;
string name;
string classNumber;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment