Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

C++ Tutorial (41 updated 1) - Absolute n00b spoonfeed

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
12,534
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on May 26, 2008

Video tutorials about programming in the C++ programming language.

Part 41 update 1:
* problem of scope limitations

Pardon my imperfect english.

Forum: http://cpptutorials.freeforums.org/

If you have any suggestions about how to make this video clearer, more n00b helpful, and explanatory, please send me a message.

If you have any C++ questions, please comment.

  • likes, 1 dislikes

Link to this comment:

Share to:

Uploader Comments (antiRTFM)

  • You say "Class" a lot in this tutorial, what is that in English? I don't really understand that..

  • did you watch all previous videos? it should be clear if you did

  • What screen recorder do you use?

  • CamStudio 2.5

  • im not sure if you addressed this issue yet, but what if you want to use differnt integers from differtnt classes, in one expression? like for battle damage formulas

    Player_attack/enemy_defense=to­tal damage.

    how would i get them to interact if they are in differnt scopes?

  • through making member functions that provide an interface to the classes' member variables. for example;

    int total = john.getValue() + bob.getValue();

    ofcourse each case will need its own implementation of this idea. sometimes youl return the variable by value, other times by reference. sometimes youl decide it makes sense for some class to do the job so youl just john.doJob(bob.getValue()) or vice versa...

see all

All Comments (19)

Sign In or Sign Up now to post a comment!
  • To understand what the word class in English means I would use and online dictionary. As for programming there is a video to teach what class means.

  • the phrase is "out IN the open." : )

  • @101abob Haha, Im done that and Im learning D++ and Objective-D

  • @BufferOverflowAttack WTFV (watch the f'ing videos) lol. I know the question was asked a long time ago

  • @BufferOverflowAttack

    LOL it is in english. Its something you use to combine a whole bunch of things. I cant really explain it well so go back to the other videos

  • what do you think about the new "D" language will you ever learn it?

    will you ever put a lesson series on about it?

    are there compilers out for D right now?

  • Thank you.

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more