G
Guest
I have a class library in C++ and it has hundreds of methods each having
scores of static variables. Evidently, I cannot reference this library in a
C# project so I must convert (right?).
In converting the class library to c# I'll need to eliminate the static
variables (right?). To do so, I could declare them at class level or I could
break the library into several classes. Is there any other way? This is a
VERY heavy task with this library.
Do Microsoft developers code in C# or are they secretly using C++?
scores of static variables. Evidently, I cannot reference this library in a
C# project so I must convert (right?).
In converting the class library to c# I'll need to eliminate the static
variables (right?). To do so, I could declare them at class level or I could
break the library into several classes. Is there any other way? This is a
VERY heavy task with this library.
Do Microsoft developers code in C# or are they secretly using C++?