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 ............................
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 ............................
My guess would be a .NET CLI Application.
What is the difference between Visual C++ 2005 & Visual C++ 2008 Coding ? in .Net ?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.