This question has already been answered:

Please throw a good theory with examples on arrays, I want to understand how they work and where in theory the emphasis is placed on the algorithmic part of working with arrays. C ++ programming language.

Reported as a duplicate by members of BOPOH , Suvitruf , PashaPash , Visman , Abyx 19 Dec '15 at 19:16 .

A similar question was asked earlier and an answer has already been received. If the answers provided are not exhaustive, please ask a new question .

  • 3
    A strange question from the series: "what a good thing, I wonder why it is?". The question is usually asked from the other side: I need to solve such and such a problem. What data structures does it lead to? - alexlz

1 answer 1

Here is a link to a good C ++ guide, the data types in general are reviewed here.