How do I convert #include in C++ to using in C#
Hi, I am trying to convert this line of code, which is C++, to the proper syntax in C#.
C# does not use #include, so what would my using statement be for C#?
I looked in the books, but no help.
Please help as soon as possible!
#include "itc50.h"
|