i have created a vc++ empty project in vs 2008, then i have added a simple c++ file and code is as follows
#include<stdio.h>
int main()
{
printf("abc");
}
now i want to make an exe file of this,
actually i have complete project and i an exe of that project