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.
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.
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
@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.
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?
@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...
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
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.
Why did he type "health-=1;"
isn't it easier just to type "health--;" ?
I'm a noob :P
Misteryman94 5 months ago
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 10 months ago
@thesickbeat ...what?
cmarks712 3 months ago
@cmarks712 u jelly?
thesickbeat 3 months ago
@thesickbeat you 5?
cmarks712 3 months ago
@cmarks712 yes why
thesickbeat 3 months ago
i dare you to run it
phiser018 1 year ago
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 1 year ago
@biljetten63
if you mean by 10% of max health, it would be something like soldier1.health+=(soldier1.maxhealth/10)
and if you mean by 10% of current health... it would be like soldier1.health+=(soldier1.health/10)
RREEJJEECCTTEEDD 1 year ago
@RREEJJEECCTTEEDD Yeah, I figured it out, I felt kind of stupid when I did, haha...
Thanks anyway!
Nible94 1 year ago
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..
peepzeekie09 1 year ago
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
TheConi9 1 year ago
Aaaaaaaaaaaa.
PS3Oilerfan83 1 year ago
Comment removed
endacraigdotcom 1 year ago
I'm slowly getting bored of c++, what should I do to keep interest?
Zaillothen 1 year ago
@Zaillothen take a break for a bit. play some games, mess around with Unity3D, eventually interest may return
antiRTFM 1 year ago 8
@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.
MasterCheifX117 1 year ago
@Zaillothen
learn direct x
PICLex 1 year ago
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?
Nezmundo00 1 year ago
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 ?
slier81 2 years ago
C++ has constructors. Google has tons of resources on it if your looking to jump ahead.
scooped13 2 years ago
@slier81 Constructors and destructors.
0121ryanh117 2 years ago
And, just for basic knowledge.
HackedVision 2 years ago
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.
HackedVision 2 years ago
You don't need to have "private:", by default everything in a class are private. Therefore you need to specify if public.
fawaz1992 2 years ago
@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...
9antreas9 2 years ago
@HackedVision
lol w8baby. xD
sheepkilier 1 year ago
How duz you know diz!?
HackedVision 1 year ago
BEST C++ RESOURCES EVER!!!!!
BRAVO antiRTFM
Keep it up!!! It is better than my college c++ classes!!
paudeluttam 2 years ago 31
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.
HackedVision 2 years ago
Legend :D
SPOOONED!
babyaiko 2 years ago 2
aww the suspense.. haha.
I actually tried this and my compiler said only static const variables can be assigned to etc lol
glinka57 3 years ago 7
All your videos are 5/5! What does +=/-= mean?
91chaz 3 years ago 5
all jumbled up like that - not much :)
see the videos about operators
antiRTFM 3 years ago
I thought so :)
91chaz 3 years ago
Why is it that we cant define the variables we create right in the class without the use of constructor?
Sadlez 3 years ago
Is it because i can't give any value to attributes i define in the class?
Sadlez 3 years ago
never mind it is because of that. i should really pick better books.
Sadlez 3 years ago
iv had some questions, what is OpenGL????????????
juandude32 3 years ago
check google/wikipedia :)
antiRTFM 3 years ago
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
tigerspidey123 3 years ago
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
jnbjabnk 3 years ago
make sure you've made the function a member of the class. review the videos about classes and make sure you follow exactly.
antiRTFM 3 years ago
but how can u add graphics in c++?
jnbjabnk 3 years ago
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.
antiRTFM 3 years ago
Uhmmm, do you know what you need to know untill you add OpenGL ?
ps Great Tutorials.
jnbjabnk 3 years ago
nothing really pinpoint'able, lets just say "lots of C++" :)
antiRTFM 3 years ago
Thanks =)
jnbjabnk 3 years ago
hope is all i have to live for now
rgrinie 2 years ago
Nice !
lambda30 3 years ago