Hi,
What kind of project is required for running this program in Visual C++ :

#include "ChessGame.h"
int __stdcall WinMain()
{
         Application::Run( new ChessGame() );

return 0;
}

Thanks ............................

Recommended Answers

All 3 Replies

My guess would be a .NET CLI Application.

What is the difference between Visual C++ 2005 & Visual C++ 2008 Coding ? in .Net ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.