How to select string?I don't understand the question. 11. cout << e; is this what you want?
Problem with inheritanceI don't understand what's going on here, it seems like there is an easy solution but I can't figure ...
cutting for loops shortyes^^ or make your statements increment i to meet the condition
cutting for loops shortyou could try for(int i = 0; (i < [i]list_length[/i] || [i]condition_met[/i]); i++) { [i]statement...
inheriting mutator functions?I don't understand, which variables I can omit without the compiler complaining? If I have to overwr...
This user does not accept Private Messages