What's the deal with dynamic arrays in c#? (the book I have doesn't cover this well at all).
Am I right in saying ArrayList will do everything you want? For example, will this do the job of replacing the STL classes <list> and <vector> in c++?
ANy info or links to good web pages on this will be helpful.
Am I right in saying ArrayList will do everything you want? For example, will this do the job of replacing the STL classes <list> and <vector> in c++?
ANy info or links to good web pages on this will be helpful.