First, I realize it's been 5 months and you could have learned this since then. Sorry if I'm too late ^.^
All OOP languages are learned with these basic steps, and then the more "advanced" techniques can be learned more generally (as almost all the advanced OOP techniques are transferable to almost all OOP languages). Once you can read C++ (easy enough after this series of tuts), start by reading "Design Patterns" from Addison-Wesley to start taking it to the "advanced" level. =D
its been a year now so i assume you know the answer by now if not, though im not sure what u mean, writing it and outside the main function means that you don't have to write it this way (std::cout << etc) where every it us needed globally.
how to get this Press any key to continue.. how to delete that?
mixa1996 1 year ago
I keep gettin an 2 errors that say,
error LNK2001: unresolved external symbol_mainCTRstartup
fatal error LNK1120: 1 unresolved externals
any help???
Gforce170 1 year ago
great tutorial, nice and quick from scratch. Exaclty what I was hoping for. Thanks!
Tomaszewskiii 1 year ago
system("PAUSE") is slow, better use cin.get();
montimer357 2 years ago
@Mistical101
First, I realize it's been 5 months and you could have learned this since then. Sorry if I'm too late ^.^
All OOP languages are learned with these basic steps, and then the more "advanced" techniques can be learned more generally (as almost all the advanced OOP techniques are transferable to almost all OOP languages). Once you can read C++ (easy enough after this series of tuts), start by reading "Design Patterns" from Addison-Wesley to start taking it to the "advanced" level. =D
Truthiness231 2 years ago
Holy crap the book even has a Wikipedia page (just found this out myself ^.^): wikipedia(d0t)org/wiki/Design_Patterns
I think of it as being to programmers what Elements of Style is to writers and editors.
Truthiness231 2 years ago
thanks!
sirtroy778 2 years ago
wats song called?
PcGamer19 2 years ago
This song comes with Windows installed, look it up on google.
gomesvj2 2 years ago
it's title.wma ...you'll find it on youtube or the windows folder
elmeyers08 2 years ago
This is awesome. I love your zooming in, too!
ninjaboyjeff 2 years ago
can any one tell me how to show line numbers in the editor visual C++ 2008
donnowho2blame 2 years ago
in your main function don't write void it is not considered bad programming practice.
deryni21 2 years ago
simple and fast - good
den0lille0noerd 2 years ago
u need to use system pause or you will not see waht i says dickhead retard
unstman12 3 years ago
It works without void and u dont need to wirte system and all that sh*t
augis1996 3 years ago
why i have to write using namespace std ?
without std its going also
sry for bad english
Ironidiotkiller 3 years ago
its been a year now so i assume you know the answer by now if not, though im not sure what u mean, writing it and outside the main function means that you don't have to write it this way (std::cout << etc) where every it us needed globally.
Jeffmanxx 2 years ago
Yah thats why u put
"using namespace std"
so u dont have to use std
XDalutZX 1 year ago