You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: normalVar(a), constVar(b) // because we have a constant variable, we need to do member initializers to set int a = normalVar(a) and int b = constVar(b)
{
}
void Jason::printSomething()
{
cout << "regular variable is: " << normalVar << "constant variable is: " << constVar << endl;