English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

3 answers

You mean a struct?

A struct is like a compound variable - instead of being like an int whose value is 5, a struct could have one part that is a string value named "Bob" another part that is an int value of 5, and a char whose value is 'c'.

2006-06-30 08:14:14 · answer #1 · answered by evolver 6 · 0 0

A data structure is a set of related software components used to store and retreive data. There are different structures, because the application may have different needs. Some of the more common data structures are:
stacks, queues, linked lists, lists and trees.

Most data structures are build with dynamically allocated memory and hooked together using pointers.

Data structures are not unique to C++. They can be implemented in most computer languages.

2006-06-30 16:12:03 · answer #2 · answered by MarleyTheCat 3 · 0 0

http://msdn2.microsoft.com/en-us/library/64973255.aspx

2006-07-09 17:32:51 · answer #3 · answered by me 5 · 0 0

fedest.com, questions and answers