cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
The point of Data Structrues?
The point of Data Structrues?
Nov 28, 2010 at 6:46am UTC
Analyzer
(58)
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 UTC
Nov 28, 2010 at 7:09am UTC
Tabian
(32)
When you say data structures, are you referring to
int
,
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 UTC
Bazzy
(6281)
Data structures are needed to keep similar informations in a single place
Topic archived. No new replies allowed.