Structured Data: struct

We have already learned an important data structure, the array.

Now, in this section, we will learn another: the struct, which will allow us to create any type of data and make abstractions that will make our life as a C++ programmer much easier.

Structs

  1.  Data Structure: struct - What is it, what is it for and how to use it?

No comments:

Post a Comment