C++ Win32 Console Tutorial 1 - Download and First Program (Hello World) - VC++ 2010

preview_player
Показать описание

Visual C++ 2010 Express can be downloaded from Microsoft's Website:


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.




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
Рекомендации по теме
Комментарии
Автор

that is the perfect beginning to start programming

sensemillia_de
Автор

Okay, great! thanks! i'll check it out!

TheGoldenTree
Автор

@Driggas either reinstall C++ express 2010 or download the option

Matejthedinosaur
Автор

ok then. Now, i'm experienced in both c and c++, so I should be covered both ways :D

Takingn
Автор

when i create a new project it doesnt automatically give me a source code type screen its just blank with nothing

mfsobsaidjim
Автор

Wow 8 minutes and you still haven't even started the "Hello World" part yet.

jeremymichaelnt
Автор

You didn't save it straight to .exe without building it, did you?

TheDisturbedProject
Автор

I don't have the option to create a Win32 application in the new project menu?
HELP!

Driggas
Автор

You could be under the wrong tab, go to the main tab.

bitslime
Автор

is it ok if I have C experience but not alot of C++?

Takingn
Автор

...and you still need the .NET cow to run this little thing? ;)

DupczacyBawol
Автор

Actually, the System() command is dangerous. better include the "conio.h" header file instead and use the getch() command.

xcalibur
Автор

im using vb ultimate and it have a c++ but i cant run it

aicka
Автор

i got this error :
"Unable to start program Studio



thank you

alaslipknot
Автор

anybody knows how convert LPWSTR to char array???? Please help

RayTangoKK
Автор

I wish someone could actually explain the damn program properly. . .

TheGoldenTree
Автор

check out thenewboston, he is the best in my opinion and he does many programming languages as well as tutorials on building computers and other stuff, but I only watch him for programming, which he is great at teaching.

asfadasfa
Автор

@pithipitho video buddy video and its is legit i can send you another program made by him and this one to tell you its true

PhillyFail
Автор

Every time I run the debug, it just quits the black screen, how do I fix that?

VividScopez
visit shbcf.ru