Added: 3 years ago
From: antiRTFM
Views: 17,877
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (45)

Sign In or Sign Up now to post a comment!
  • Why did he type "health-=1;"

    isn't it easier just to type "health--;" ?

    I'm a noob :P

  • I dont find this spoonfeeding. C++ is a language you have to understand yourself, and not just leech, if you know what I mean. The name should stay Absolute n00b spoonfeed though, as it already has created a popularity on the youtube society.

    The cool thing about these tutorials is that they take the time to explain something, and not just rush through and only use a single sentence for each piece of code. This is how all tutorials should be.

  • @thesickbeat ...what?

  • @cmarks712 u jelly?

  • @thesickbeat you 5?

  • @cmarks712 yes why

  • i dare you to run it

  • How do I make my soldier increase his health and strength by 10%? I've tried with a few different solutions but none of them have worked. Internet didn't want to help, either.

  • @biljetten63

    if you mean by 10% of max health, it would be something like soldier1.health+=(soldier1.max­health/10)

    and if you mean by 10% of current health... it would be like soldier1.health+=(soldier1.hea­lth/10)

  • @RREEJJEECCTTEEDD Yeah, I figured it out, I felt kind of stupid when I did, haha...

    Thanks anyway!

  • men.. if you are online ryt now... can u do dis one? ahmm numbers that will translate to words... for ex:

    1 = one like this one... ^__^ plss..

  • Can you please re-upload this? i keep on getting "an error has occured" etc. and also on video 38, i don't want to miss anything, and please keep it up. YOU ARE THE BEST SPOON FEEDER EVER!! xD

  • Aaaaaaaaaaaa.

  • Comment removed

  • I'm slowly getting bored of c++, what should I do to keep interest?

  • @Zaillothen take a break for a bit. play some games, mess around with Unity3D, eventually interest may return

  • @Zaillothen Get a group of people that enjoy programming as much as you and start a few projects. You will stay entertained and gain a better knowledge of the language.

  • @Zaillothen

    learn direct x

  • I'm having trouble using Visual C++ 2008 Express when I define private attributes, they come back with an error that states they must be static and const. I wonder if I have some setting on that differs from yours?

  • One question though

    Is there any default method in c++ will be run automatically when the instance of that class being created like __construct() in php ?

  • C++ has constructors. Google has tons of resources on it if your looking to jump ahead.

  • @slier81 Constructors and destructors.

  • And, just for basic knowledge.

  • Do we need to have "Public:" and "Private:"?

    I was wondering that because I might just make everything public for the sake of myself not really caring about being neat.

  • You don't need to have "private:", by default everything in a class are private. Therefore you need to specify if public.

  • @HackedVision at this point you dont have to care about what is public and what is not. but if your programm is a mess of 100 cpp files, god knows how many fuctions and classes etc, then you will definetly appreciate knowing what can be messed around with and what cannot...

  • @HackedVision

    lol w8baby. xD

  • How duz you know diz!?

  • BEST C++ RESOURCES EVER!!!!!

    BRAVO antiRTFM

    Keep it up!!! It is better than my college c++ classes!!

  • I agree, although, I am in grade 10. I plan on learning coding for the next two years.

    I'm currently hacking, but I would rather make programs that I could sell in the future.

  • Legend :D

    SPOOONED!

  • aww the suspense.. haha.

    I actually tried this and my compiler said only static const variables can be assigned to etc lol

  • All your videos are 5/5! What does +=/-= mean?

  • all jumbled up like that - not much :)

    see the videos about operators

  • I thought so :)

  • Why is it that we cant define the variables we create right in the class without the use of constructor?

  • Is it because i can't give any value to attributes i define in the class?

  • never mind it is because of that. i should really pick better books.

  • iv had some questions, what is OpenGL????????????

  • check google/wikipedia :)

  • OpenGl is An API for different high level language such as C++, inside the API, it has bunch of functions that does 3D graphics stuff, which allow you to create 3D graphic games:o

  • Why The Function you use:

    john.heal ( 3 );

    wouln't work? i mean the ( 3 ) storage thingy.

    it will give a error:

    no matching function for call to '(class name)::Talking(int)' =S

  • make sure you've made the function a member of the class. review the videos about classes and make sure you follow exactly.

  • but how can u add graphics in c++?

  • Actually, C++ does not have the notion of graphics at all!

    Rather once you know C++ well enough you can make use of special libraries/APIs (such as windows GDI, openGL, windows Direct3D etc) to render graphics in your programs.

    One day we'll probably reach that point in the video tutorials, i hope.

  • Uhmmm, do you know what you need to know untill you add OpenGL ?

    ps Great Tutorials.

  • nothing really pinpoint'able, lets just say "lots of C++" :)

  • Thanks =)

  • hope is all i have to live for now

  • Nice !

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