Vector in the STL

J

John Woakes

Can I use vector from the STL in a C# program? If so how and if not is there
an equivalent in .NET or C#?

Thanks.
 
1

100

Hi John,
You cannot use STL classes with c#. The most close to STL's verctor, I
believe, is ArrayList class.

HTH
B\rgds
100
 
J

John Woakes

Thanks,

Just the job.


100 said:
Hi John,
You cannot use STL classes with c#. The most close to STL's verctor, I
believe, is ArrayList class.

HTH
B\rgds
100
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top