Class values not being rememberd?[quote]You are right, but in my derived class i also write the Configured boolean. Shown below.[/quo...
Class values not being rememberd?Your code suggest that [tt]test[/tt] should be inherited from. One would assume it is in the types ...
Transferring for loop to while loop in a program[quote]Why do we have to re-define month even though I already declared it as "1" already? Is it bec...
Getline not reading the first character, despite there being no ignore statementOr... [code] while (getline(inFile, name) >> price >> taxable >> std::ws) { // ... ...
vector of objects errorYou have the same mistake you made previously. 1 is not greater than [tt]sizeof(inputs[0])/sizeof(i...