Website –
GitHub –
Reddit –
Twitter –
Facebook –
LinkedIn –
Instagram –
Tag: const c++, tutorial, beginners, game, class, program, pointers, lesson, thenewboston, bucky, roberts, computer, string, vector, download
Xem thêm: https://icongnghe.org/category/pc
Nguồn: https://icongnghe.org
Bài viết liên quan
28 Bình luận. Leave new
You should give "const Sally kConstObj" for Google C++
cout << "The 20 people who disliked this are the people who only care about graphics in games and underrate them." endl;
Why do we need a function in class to be read only at some part of our code?
https://cplusplus.happycodings.com/beginners-lab-assignments/ C++ Code Examples
C++ to bucky
its saying ..
hey bucky you called this variable constant,
you promised me u weren't going to change it
and now u lied to me
Hands down, he is the best explainer
Make sure You're spelling wrong
bucky's cursor in panic mode at 1:10
i can't solve errors
undedined reference to Sally::Sally()
and same for the rest
Do we have to write 'const' keyword in-front of a pointer pointing a constant object?
Actual tutorial starts @3:18
Your lectures are great Bucky. After listening your lectures, i am learning C++. Also you donot bore the listeners, which induce learning. You are the BEST.
This tutorial helped me realize i am not good at anything
bukys is the best
Thanks brother
funkyton… is that some sort of design pattern?
mcdo nakakaiyak
im like #1700 ;D
Can a normal object of the class access the constant function of the class?
I support the right to arm bears
Small addition: a constant object can not call a function that is not constant, BUT a regular object can call a constant function.
so got a question for you, if and when I create a const object, does this object of mine call a constructor automatically which is not constant?
What about the STATIC keyword? I don’t see it anywhere in your tutorials.
constant functions can be overloaded… try it yourself..
void printshis(); //prototype of regular fn
void printshis() const; //prototype of constant fn
Perfectly clear, thank you for the video!
Do you understand how good teacher and best OMG I LOVE YOU!!! <3<3<33<3<3<<3<33<
So does this mean that functions that are not "const" can be changed in some way?
hello Bucky,
i wonder why my computer works both. i mean if i use regular Objects to print out constant Functions, it prints out but if i try to print regular Function to constant Objects it doesn't work?
I thought that you said constant functions or Variables work only constant Objects?