Select "Console exe" as your project type if it does not require any user interface.<br>
If it does require user interface select "basic application using MFC".<br>
As far as directory structure is concerned Vc++ will take care of that. You just have to include appropriate files in your...
When working in Visual C++ you have whole set of MFC classes at your disposal. MFC is a very powerful set of classes through which you can do everything from designing an user interface to high level back end programming.<br>
Also Visual C++ provides visual tools to develop User interface...