User profile: Ch1156

User info
User name:Ch1156
Name:Chay Hawk
Bio:I like to play games, make games and program.
Statistical data
Birthdate:Apr 8, 1992
Gender:Male
Occupation:Other
Skills:C++
History
Joined:
Number of posts:1970
Latest posts:

When to use const class member variables?
Ok, so its perfectly ok to use static const, and to make it non copyable when using polymorphism, aw...

When to use const class member variables?
Hmm, ok that makes more sense. Since the variables are in a class, maybe they don't even need to be ...

When to use const class member variables?
I honestly do not know. I just started learning this stuff a few days ago haha. As for that link, so...

When to use const class member variables?
Also, i wrote this in my notes, is it accurate? The presence of a const member variable in a class ...

When to use const class member variables?
So ive been learning this stuff more, Im just experimenting here with scenarios where i may encounte...