(warning: I am new in C++)
What is mostly and commonly used in C++ representing VB like collections?
Vectors ?
Thank ya all !
Printable View
(warning: I am new in C++)
What is mostly and commonly used in C++ representing VB like collections?
Vectors ?
Thank ya all !
you mean like data arrays?
Perhaps a Linked List. I created a collection like class a while back, and could post it here if you like.
Z.