J
Jürgen Devlieghere
What are the options when keeping e.g. a list of objects in a windows forms
application?
The main form should be managed, since it derives from
System::Windows::Forms::Form
If this class needs also a list of other managed objects, one cannot use std
STL. The logical answer would be STL.NET, but VS 2005 beta2 seems to have no
STL.NET support at all.
Explicit casting of all objects in a list seems hardly an option: strong
typing is after all one of the keys to solid programming.
We use STL very extensively, and I can hardly imagine any of our programs
without it. Is there a solid migration path to managed code?
Jürgen Devlieghere
application?
The main form should be managed, since it derives from
System::Windows::Forms::Form
If this class needs also a list of other managed objects, one cannot use std
STL. The logical answer would be STL.NET, but VS 2005 beta2 seems to have no
STL.NET support at all.
Explicit casting of all objects in a list seems hardly an option: strong
typing is after all one of the keys to solid programming.
We use STL very extensively, and I can hardly imagine any of our programs
without it. Is there a solid migration path to managed code?
Jürgen Devlieghere