Converting String^ to Int

Standard ‘learning the language’ warning: This isn’t C++ you’re writing, it’s C++/CLI. C++/CLI is a language from Microsoft intended to allow C# or other .Net languages to interface with unmanaged C++. In that scenario, C++/CLI can provide the translation between the two. If you’re still learning C++, please do not start with C++/CLI. In order … Read more