0
whar are structures in cpp?what is there basic need in cpp programing?
i need to learn there basic use
1 Odpowiedź
0
total public classes. they are used to store information. so other languages have multi-datatype arrays, c++ doesnt. so you make a structure with all of the different information that you want each object to have, then you can create an array of those objects. dont need manipulator functions because everything is public but you can make operator overloads for the struct to compare, input or output the objects.
hope this helps