C++ classes

  • Thread starter Thread starter james guittard
  • Start date Start date
J

james guittard

I need to write some generic C++ classes that use the
standard template library and would like to write a test
harness in c# for these classes.

What approach should I take?
 
James.... I can only say that if you write a COM dll using ATL, you can
use the STL and call the COM methods from C#. Now there is a bug
using STL string in VS6.0 that crashes in low memory. See James Hebben
in MSDN September 2003.

Regards,
Jeff
I need to write some generic C++ classes that use the
standard template library and would like to write a test
harness in c# for these classes.<
 
Back
Top