c++ Programming Tutorial 2 (Part 1 of 2)
25 Responses to “c++ Programming Tutorial 2 (Part 1 of 2)”Leave a ReplyPosted on June 1st, 2007 by admin Filed under C | |
|
c++ Programming Tutorial 2 (Part 1 of 2)
25 Responses to “c++ Programming Tutorial 2 (Part 1 of 2)”Leave a ReplyPosted on June 1st, 2007 by admin Filed under C | |
|
November 7th, 2007 at 4:04 pm
AHHHHHhhh1!!!! are …
AHHHHHhhh1!!!! are those ‘:’ or ‘;’ !!! ahhhh!!!
November 15th, 2007 at 10:50 am
excellent tutorial! …
excellent tutorial!
If u like show w/ computer stuff and superb comedy action and good charisma
then watch Chuck on NBC @ 7 or 8 (depends on where u leave).
November 19th, 2007 at 5:42 pm
this helped me alot …
this helped me alot with c++ because i realy didnt understand it that much
December 5th, 2007 at 12:23 pm
Why dose system not …
Why dose system not work for Microsoft visual ??
December 9th, 2007 at 9:21 am
i mean dsecondnumber
i mean dsecondnumber
December 9th, 2007 at 9:21 am
he forgot the cin > …
he forgot the cin >> dfirstnumber;
December 10th, 2007 at 5:20 am
If you are …
If you are referring the the statement terminator - it is a semi-colon (’;’ character).
December 11th, 2007 at 3:41 pm
Thanks for taking …
Thanks for taking the time to put up a tutorial on C++. As a positive, you move through the material quickly enough to keep it interesting. Some constructive criticism tho is that the resolution prevents the view from telling the difference between some of the displayed characters. Just a tip for future lessons… Thanks again for taking the time tho!
December 12th, 2007 at 6:15 pm
to change the title …
to change the title of the command prompt window is SetConsoleTitle(”calculator”); and plus you dont have to do int main(void) you do int main() amatuer
December 14th, 2007 at 2:56 am
Don’t have to be so …
Don’t have to be so seethingly critical, He’s teaching a lesson, not writing the Rosetta Stone. And I found this quite helpful
December 14th, 2007 at 5:33 pm
dude, if you think …
dude, if you think he’s better, make a good one yourself. He’s using his spare time to voluntarily teach complete strangers something.
December 14th, 2007 at 5:34 pm
meant *ur*
Great …
meant *ur*
Great tut BTW
December 15th, 2007 at 3:30 am
SetConsoleTitle(” …
SetConsoleTitle(”calculator”); doesn’t work.. (or I’m doing something wrong)
December 20th, 2007 at 1:55 pm
Yeah even doh the …
Yeah even doh the pros @ c++ seem to find som error in ur tutorial, Thanx anyway, great for learning.
December 27th, 2007 at 3:17 pm
ive been watching …
ive been watching all of your tutorials and I was able to do this one too, they usually take me longer because Im trying to understand exactly WHY this things do what they do. I’ve finally got the concept and I’m messing around with it. Thanks a lot for helping me get started!
December 29th, 2007 at 3:08 pm
Thanks SOOO much!! …
Thanks SOOO much!! so, how much does one have to learn to get a job programming in c++? I don’t have a computer science degree…
December 31st, 2007 at 6:49 pm
if anybody needs …
if anybody needs more hep in c++ or programing in general the book Beginning Programing for Dummies is great. Thats how I got started. And thanks for these videos they are great
January 8th, 2008 at 7:19 am
u hav to put …
u hav to put system(”TITLE calculator”);
January 17th, 2008 at 8:03 pm
What’s with the …
What’s with the broken indenting? Besides calling functions before you declare variables.
January 25th, 2008 at 8:00 pm
I think you forgot …
I think you forgot the “cin >> dfirstnumber”
January 27th, 2008 at 3:15 am
It should be ” …
It should be “string cDoagain;” not “char cDoagain”.
January 27th, 2008 at 6:14 am
Disregard that (In …
Disregard that (In before bash quote)
January 31st, 2008 at 7:30 am
that’s the name of …
that’s the name of the variable. it holds either y or n. that’s why it’s a char
January 31st, 2008 at 8:50 am
Tell someone that …
Tell someone that cares.
February 8th, 2008 at 6:17 am
Can someone help me …
Can someone help me? Every time i try to compile the file, it shows up that it can’t find some file. No matter what it is, even a sample, has someone got the same problem? Please, i really want to learn c++, and i need to.