Help info on Using Windows (Visual Studio .NET) =============================================== (Written by Teng Junbin, March 2004) Instructions to set up a console application in Visual Studio .NET ------------------------------------------------------------------ 1. Select New -> Project 2. Select Visual C++ Projects on the left and Win32 Project on the right 3. Click on OK 4. On the left hand tab, select Application Settings 5. Choose to create a Console application with the Empty project setting 6. Click on Finish 7. To add a new C++ source file to type in, select Project -> New Item 8. Select C++ Source File 9. Click on OK To compile ---------- 1. Click on Build -> Build All