I
Ian
I would like to port my class library written in standard C++ with STL to
C++/CLI. Several of my classes inherit from std::vector or std::deque.
From what I can see, dot.net does not offer equivalent classes. Is this
really the case or have I missed an entire section of the dot.net
documentation? One could argue ArrayList offers a poor substitute to
std::vector.
I understand an effort was made to port STL to C++/CLI and this would
represent a significant addition to C++/CLI. What is the current status of
STL in C++/CLI?
Thanks,
Ian
C++/CLI. Several of my classes inherit from std::vector or std::deque.
From what I can see, dot.net does not offer equivalent classes. Is this
really the case or have I missed an entire section of the dot.net
documentation? One could argue ArrayList offers a poor substitute to
std::vector.
I understand an effort was made to port STL to C++/CLI and this would
represent a significant addition to C++/CLI. What is the current status of
STL in C++/CLI?
Thanks,
Ian