The point of Data Structrues?

What is the point of Data Structures in C++? And yes I know how the stack and heap work.
Last edited on
When you say data structures, are you referring toint, double, etc? Or do you mean the actual struct command? I would think the latter, but the fact that you mentioned the stack and heap makes me think the former.
Data structures are needed to keep similar informations in a single place
Topic archived. No new replies allowed.