Body:
In this tutorial I will show you how to set up a basic AI program, written in Visual C++. The language I will be using is "Managed C++", using the .NET framework.
To begin, we will create the project. First, create a Windows Forms Project, and open the Form1.h code view.
Delete all the coding in Form1.h, and insert the following code into the Form: