c++ Programming Tutorial 2 (Part 2 of 2)

NEW Programming HELP WEBSITE!
http://reconnetworks.com
Part two of my second programming tutorial

Duration : 0:8:35



25 Responses to “c++ Programming Tutorial 2 (Part 2 of 2)”

  1. ricardocameron Says:

    Just finished my …
    Just finished my Li’l CALCULATOR PROGRAM!! COOL

  2. joshwaloveslotr Says:

    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 :)

  3. gibsonrocker800 Says:

    because we are …
    because we are working with chars here. chars use single quotes, strings use double. so it should be

    case ‘+’:

  4. againstas Says:

    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…

  5. 005davidragon Says:

    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.

  6. shobjanta Says:

    I can make the …
    I can make the program run without system but if I put system they say undeclared identifier….help me out

  7. RoboTussin Says:

    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

  8. Neonemesis15 Says:

    Very good tutorial, …
    Very good tutorial, do not stop keeping on publishing more videoes!!!

  9. MalpaPL Says:

    wow it’s better …
    wow it’s better than txt tutorials nice :D

  10. Chrijz Says:

    Nice …
    Nice beginners-tutorial, but you should write “Error: Division by zero!” on the ==0 check, not just “Illegal operation”.

  11. zombiemod Says:

    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

  12. alpha1shadow Says:

    what does case …
    what does case label `” + “‘ not within a switch statement mean

  13. marmuhlade Says:

    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!

  14. marmuhlade Says:

    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.

  15. marmuhlade Says:

    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.

  16. marmuhlade Says:

    Congratulations! …
    Congratulations! I’m still trying to figure out the basic crap :P.

  17. marmuhlade Says:

    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.

  18. marmuhlade Says:

    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.

  19. marmuhlade Says:

    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.

  20. rizilava Says:

    this tutorial is …
    this tutorial is very helpful … You rock man

  21. viharsarok Says:

    You suck at …
    You suck at programming. You should never have the same code in all switch cases.

  22. godsmack1985 Says:

    mabey he is trying …
    mabey he is trying to teach a simple program?

  23. webagentelias Says:

    you are right but I …
    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. ;) Bye

  24. 14944148 Says:

    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!

  25. SquirrelHunter000 Says:

    i did this and got …
    i did this and got errors in like 15 lines! ouch
    but ill try to fix

Leave a Reply

Posted on June 1st, 2007 by admin

Filed under C |

|