C++ Reference: "Structs"
Structs are a great way to pair multiple variables together and allow them to be passed as a group. Read this article to learn how to use structs.
Click http://en.cppreference.com/w/c/language/struct link to open resource.
Structs are a great way to pair multiple variables together and allow them to be passed as a group. Read this article to learn how to use structs.