Lesson 0: Installing Visual C++ 2010 Express. Beginning Programming with Visual Studio C++

Lesson 0: Installing Visual C++ 2010 Express. Beginning Programming with Visual Studio C++


Source code: N/A
Tutorial list: http://iam4eversmart88.blogspot.com/2...
How to Install Visual C++ 2010 Express.

Here is link into the installation sites:
http://www.microsoft.com/express/Down...

Here is THE link to my intro video:
http://www.youtube.com/watch?v=iEiS1Q...

You can ask me questions that i was not clear on and i will answer ASAP. Please provide complements and likes if the vid was good OR constructive criticism if they could be better or just flat out suck. I WILL edit or remake videos if they are horrible in certain areas or if they just flat-out suck and will take your feedback into consideration.
Closed Caption:

hello world my name is I am forever
smart 88 and welcome to my video
tutorials i'm going to be showing you
from scratch how to write programs in
these tutorials so the first thing i
want to show you is what software to
install you only need to install one
thing and we're going to go to this link
here and i have the link posted in the
description so you can just click on
that link when you go there
this page will come up you're going to
click on visual c++ 2010 express you're
going to click english and you might get
a pop-up blocker that comes up if you do
you right click here and click download
file then you're going to do the same
exact thing again and then it will work
the next time around then you're going
to click on a run and it'll take a
little bit if you don't have that pop-up
blocker should only should come up the
first time
now when that's done running another box
will come up that says run so we're
gonna run this as well we run it then I
ask you for permission you're going to
continue going to keep on hitting yes
next I agree continue
this is it'll take a minute or two my
computer's little slower might take a
little bit longer
but while that's a loading here we
minimize this year so so we're going to
learn how to really learn the all the
basic tools of how to write programs so
let's take a look at a program here say
we take a look at paint i use paint a
lot night edit sprites because it's
simple it's easy to use here
ok will hold on off on that here now
after that's been running as i said
before going to hit next
now i see this thing here basically
don't steal stuff so let's just say I
have a green ever and accept these terms
it next
just click install
well it shouldn't take too long since
this is the Express Edition this is all
you need to get other editions as well I
have the ultimate edition which
basically has everything because it's it
was the best one out there now I only
have the trial version because i want to
see what else is new on this but
everything that we're going to be
learning is going to be from the
expression addition because outside that
a lot of stuff really isn't a standard
C++ everything that i'm going to be
teaching you is going to be iso standard
C++ now I so stains forum international
standard of organizations so if you get
hired by a company to program something
or maybe you know it is stuff about
every company is going to use iso
standard
iso standard iso standard code now
there's a lot of things in this
particular things and in this particular
ID that's not iso standard there's extra
stuff in there that can make your there
it's already there's already pre written
code that hasn't been approved here and
we're not going to learn any of that
we're just going to learn the iso
standard C++ and then when you get good
at it
maybe you can you can look around in and
dabble in the other stuff which sub is
extremely helpful and porn programming
iso standards here
yes
here's the site if you want to look at
you can you can we compete it week EP
eight if you want say that right I'm
trying to say that too fast
and
you can look at it later so let's go
back to paint so basically pain is a
program and now you can draw stuff with
it so somebody had to get together had
to get a group of people together here
and a get this to work and there's all
kinds of things you can do with it and
somebody had to get the algorithms to
make these buttons work the way they do
and so I just had to get this works when
I hit this close button here somebody
had the right to algorithm to ask me if
I want to save it and somebody had to
write the algorithm to make it close and
there's other programs like autocad is a
good one
now this
if somebody had to get together to you
know this same thing this is it took a
lot of time to write this program
because this is used for 3d 3d
applications you see where oh I don't
have a time on me especially what we're
going to be doing we're gonna be writing
our own programs and we won't get into
things that are as complicated as paint
but eventually I if you watch my
previous video and I said that i'll be
showing you how to write a few simple 2d
games like such as making characters
move making characters fire weapon more
like a mario brothers type games or for
looking at from the aerial view you can
move up down left and right let's type
of games but basically yeah
this right here is a program and
it is used to draw stuff
just to show you that somebody would
have to write the algorithm to to make
it do the things it does here
and we have
an object here but now this is actually
this gets pretty complex here because
this is considered you know somebody had
to see the shading and when I rotate
this shading changes depending on how i
rotate it so that was you know there's
all these little things are going on now
what we're not gonna be writing any
things so complicated is that but we're
going to get you started
we're gonna be writing our first program
in the next tutorial

Video Length: 08:56
Uploaded By: iam4eversmart88
View Count: 37,798

Related Software Products
BEGINNING VISUAL C# EXPRESS
BEGINNING VISUAL C# EXPRESS

Published By:
KIDware

Description:
BEGINNING VISUAL C# EXPRESS is presented using a combination of over 400 pages of course notes and actual Visual C# Express examples. Ten "plain-English" lessons explain the Visual C# Express toolbox, event methods, and many elements of the C# computer language. Examples are used to demonstrate every step in the application building process. The tutorial also includes several computer projects that illustrate practical applications of Visual C# Express, including loan calculators, graphics ...


Related Videos
Visual Basic (VB) Vs. Visual C# (C Sharp) For Beginning Windows Developers
Visual Basic (VB) Vs. Visual C# (C Sharp) For Beginning Windows Developers

If you are going to learn developing on a Windows Platform Microsoft Visual Studio is the way to go, and the Express versions are free, which make them a great choice for the starting programmer. If you are looking to be an IT Administrator Visual Basic is likely the way to go, if you are hoping to go in to Game development C# is likely a better choice. hr / bClosed Caption:/b visual basic vs visual c sharp for beginning programmers for the beginning ...
Video Length: 03:14
Uploaded By: Biz of Tech
View Count: 51,304

Lesson 0: Installing Visual C++ 2010 Express. Beginning Programming with Visual Studio C++
Lesson 0: Installing Visual C++ 2010 Express. Beginning Programming with Visual Studio C++

Video with Source code: http://www.sharpenmysmarts.com/c++%20... This video will be showing you the IDE (Integrated Development Environment) that i will be using for the remainder of these tutorials. This is the only thing you need to install to follow along in these tutorials. I will be using Visual C++ 2010, there are many different IDE's that you can use but it may be easier to follow along using the one i have. If you alread have an IDE, you can move on to lesson 1 br ...
Video Length: 06:23
Uploaded By: iam4eversmart88
View Count: 16,323

Beginning C 1: Setting up Microsoft Visual Studio Express
Beginning C 1: Setting up Microsoft Visual Studio Express

Setting up visual studio which is the premiere development platform for C and C++ and C# and Visual Basic. Installing the Visual Studio Express Desktop version. Also this is the IDE used for windows phone and other apps for windows 8. This is the IDE i am going to be using and the one i would suggest. Ask Questions on Forum or Email me at: legittechtutorials@gmail.com Newer version of the book used as a reference for tutorial series:br ...
Video Length: 08:15
Uploaded By: LegitTechTutorials
View Count: 7,898

Copyright © 2025, Ivertech. All rights reserved.