User: iFailed

  • Public profile

User profile: iFailed

User info
User name:iFailed
History
Joined:
Number of posts:6
Latest posts:

How to select string?
I don't understand the question. 11. cout << e; is this what you want?

Problem with inheritance
I don't understand what's going on here, it seems like there is an easy solution but I can't figure ...

cutting for loops short
yes^^ or make your statements increment i to meet the condition

cutting for loops short
you 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