C++ question constants in classes?
Ok so i endeavor to declare some sort of const value in the class although my compiler claims “ISO c++ forbids initialization involving member (variable name)” ive looked over the web and apparently you have to put your static keyword looking at const, my concern is PRECISELY WHY (im a …