c++ Programming Tutorial 2 (Part 2 of 2)
25 Responses to “c++ Programming Tutorial 2 (Part 2 of 2)”Leave a ReplyPosted on June 1st, 2007 by admin Filed under C | |
|
c++ Programming Tutorial 2 (Part 2 of 2)
25 Responses to “c++ Programming Tutorial 2 (Part 2 of 2)”Leave a ReplyPosted on June 1st, 2007 by admin Filed under C | |
|
January 3rd, 2008 at 11:14 pm
Just finished my …
Just finished my Li’l CALCULATOR PROGRAM!! COOL
January 4th, 2008 at 9:50 am
this is a GREAT …
this is a GREAT tutorial… im just learning how to do this and im following along and i find it very easy to understand… any errors that people are complaining about are simply errors on their part
keep up the good work man
January 8th, 2008 at 7:54 pm
because we are …
because we are working with chars here. chars use single quotes, strings use double. so it should be
case ‘+’:
January 10th, 2008 at 4:45 pm
loada shit i got …
loada shit i got tons of errors and bafore you ask i checked about million times mine is an exack duplicate of yours. and i’m using visual basic c++. i use dthe ‘+’ and everything…
January 10th, 2008 at 6:51 pm
uhh, maybe you …
uhh, maybe you should have stuck to something shorter for second tutorial, i did the first tutorial successfully in xcode, but the video is slightly blurry, and i can’t tell exactly what you’re typing, so i got 32 errors, and i don’t know what they are.
January 14th, 2008 at 5:06 am
I can make the …
I can make the program run without system but if I put system they say undeclared identifier….help me out
January 14th, 2008 at 9:45 pm
Dunno if this will …
Dunno if this will help since I’ve only used Dev-C++ but I was having alot of problems too because I kept going to File > New > Project > Windows Application
But then I went to File > New > Source file and everything worked fine
January 17th, 2008 at 3:14 pm
Very good tutorial, …
Very good tutorial, do not stop keeping on publishing more videoes!!!
January 19th, 2008 at 4:23 pm
wow it’s better …
wow it’s better than txt tutorials nice
January 22nd, 2008 at 4:42 pm
Nice …
Nice beginners-tutorial, but you should write “Error: Division by zero!” on the ==0 check, not just “Illegal operation”.
January 23rd, 2008 at 3:05 pm
You could have …
You could have simplified the case X, x by doing the following:
case ‘x’:
case ‘X’:
cout << “The answer is:” blah blah blah…
break;
No need to duplicate the cout line
All the best, scott
January 27th, 2008 at 12:32 pm
what does case …
what does case label `” + “‘ not within a switch statement mean
January 30th, 2008 at 10:03 am
Keep trying dude, …
Keep trying dude, and while your copying him, write comments explaining what the statement does using // (comment here). Then if you forget you can go back to the stuff you made and see what everything does. Even better, when you’re finished all the tutorials you could combine them all into a reference sheet you could have open/print off for when you’re
programming!
January 30th, 2008 at 10:05 am
Yeah, Youtube sucks …
Yeah, Youtube sucks for quality. Maybe he could upload the .avi file on FileFront or something.
Try e-mailing the guy :P.
January 30th, 2008 at 10:06 am
I don’t know about …
I don’t know about the 8, but the Press any key to continue… line means the program is finished. As soon as you press any key it closes the window.
January 30th, 2008 at 10:07 am
Congratulations! …
Congratulations! I’m still trying to figure out the basic crap :P.
January 30th, 2008 at 10:10 am
If he’s just …
If he’s just learning C++ then he sure does a better job with tutorials than half the other ones I see on the Internet.
January 30th, 2008 at 10:11 am
I usually get a lot …
I usually get a lot of errors if I forget a semi colin. Check to see if that’s the case.
January 30th, 2008 at 10:12 am
Argh, dammit, all …
Argh, dammit, all my replies went to the front page again. Please ignore them :P.
Anyways, incredible tutorials. I love how you explain in plain Engrish what everything is used for.
February 2nd, 2008 at 10:15 am
this tutorial is …
this tutorial is very helpful … You rock man
February 2nd, 2008 at 10:16 am
You suck at …
You suck at programming. You should never have the same code in all switch cases.
February 3rd, 2008 at 12:27 pm
mabey he is trying …
mabey he is trying to teach a simple program?
February 7th, 2008 at 1:18 pm
you are right but I …
Bye
you are right but I think is better to learn the right way and dont copied and paste like a little children. The best example is Windows and Linux. Windows was coding from guys like this one and you can see there are many bugs but its hard to fix them because the code is too long and stupid. Linux is open source and thats one reason why its more compact and has a clever code. Because everybody can look at the code and anybody want to be proud for his work.
February 7th, 2008 at 5:35 pm
what the HELL …
what the HELL happened to the “if” statement! im a n00b and i think somebody with a degree in programming needs to learn how to program! try MIT! Anybody who read this, use microsoft visual c++ express 2008! devC++ SUCKS BALLS!
February 9th, 2008 at 5:32 pm
i did this and got …
i did this and got errors in like 15 lines! ouch
but ill try to fix