How To Use Visual C++ 2010(For Turbo C++ and other IDE users)

This is a Simple tutorial for Beginner on how to use Visual C++ for first time for creating Hello World!, who are not familiar with its interface.
For First time user, there might be problems in creating programs.
Download Visual C++ FREE form MSDN.(http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express )
Register your product and start with tutorial.
Technorati Tags: visual c++,hello world,dosbox,c++,devlopement
Some of you might have used turbo C++. But it is not supported in full screen mode in Vista and Window 7.(For more info http://www.whitehatandroid.com/2010/09/dosbox-run-turbo-c-in-windows-7vista-in.html )
One my readers asked
How to run Turbo C++ in Windows Vista ?
My friend has this problem with her new Laptop. She cannot use Turbo C++ on the Windows Vista OS. Can anyone suggest a solution for this ?
![]()
Open Visual C++ and create a New project.(ctrl+Shift+N)
![]()
Select Empty Project From Installed Templates
![]()
Right Click “Source File” and add a New Item.
Source File
Select C++ File(.cpp)
![]()
Create Your program. Here is Simple code to display “hello Word!”
![]()
Right Click and Compile.
![]()
Select Release From Drop Down and click on Run
![]()
Hello Word! Successfully Created.
![]()
I hope you have enjoyed my tutorial,please do comment!