The point of Data Structrues?

Nov 28, 2010 at 6:46am
What is the point of Data Structures in C++? And yes I know how the stack and heap work.
Last edited on Nov 28, 2010 at 6:46am
Nov 28, 2010 at 7:09am
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.
Nov 28, 2010 at 11:32am
Data structures are needed to keep similar informations in a single place
Topic archived. No new replies allowed.