Forum: C++ Dec 6th, 2007 |
| Replies: 2 Views: 465 |
Forum: C++ Dec 6th, 2007 |
| Replies: 2 Views: 465 data structures Im kinda new to programming, so my question is a simple one. I have came across term of data structures, and have been toying with some basic exsamples of them. While
int *pointer [10];
struct... |