Tools | Bookmark & Share | Make MrWhy My Homepage
MrWhy.com
Go
MrWhy.com » Videos » C++ Win32 Console Tutorial 1 - Download and First Program (Hello World)
C++ Win32 Console Tutorial 1 - Download and First Program (Hello World)
C++ Win32 Console Tutorial 1 - Download and First Program (Hello World)
Report
C++ Win32 Console Tutorial 1 - Download and First Program (Hello World)
Visual C++ 2010 Express can be downloaded from Microsoft’s Website: www.microsoft.com/express/downloads/ That website also holds the downloads for the express editions of Visual Basic, C#, Visual Web Developer, and Visual Studio for Windows Phone CTP. Visual Studio Express 2008 is still available and so it the Visual Studio 2010 Professional Edition Trial. After 30 days Visual C++ 2010 will have to be registered. No financial information is needed to receive the free key code that will unlock Visual C++. Registration can be done by clicking the registration button or by going to Microsoft’s website. System Requirements Can Be Found At: www.microsoft.com/express/support/ Notes: Unlike Pascal and BASIC, C++ is a case sensitive language. For example Cout is not the same as cout and will not work. C++ can be difficult as a first language. For users who are having trouble learning how to program, try using QBasic or Pascal first. #include ; - Required to use cin and cout * using namespace std; - prevents the need for syntax like: std::cout or std::endl etc. Note: ostream works with cout and istream works with cin. iostream works with both cin and cout
Channel: iTunes
Category: Educational
Video Length: 0
Date Found: May 04, 2011
Date Produced: April 30, 2011
View Count: 0
 
MrWhy.com Special Offers
1
2
3
4
5
 
About Us: About MrWhy.com | Advertise on MrWhy.com | Contact MrWhy.com | Privacy Policy | MrWhy.com Partners
Answers: Questions and Answers | Browse by Category
Comparison Shopping: Comparison Shopping | Browse by Category | Top Searches
Shop eBay: Shop eBay | Browse by Category
Shop Amazon: Shop Amazon | Browse by Category
Videos: Video Search | Browse by Category
Web Search: Web Search | Browse by Searches
Copyright © 2011 MrWhy.com. All rights reserved.