(lists) my OUTPUTS are weird...> user inputs however many scores he/she wants. > 6 scores get calculated for the desired calculati...
Cleaning up containers of pointersYou can use [code]c.sort(); c.unique();[/code] in the template before the for loop. The list is so...
user input - lowercase mixed with uppercaseI think this matches ur req: void toLowerCase(std::string &str) { const int length = str.leng...
How to get the exception line from the call point.The below code throws error in the line number 32 where the function is defined. But How to find ...
This user does not accept Private Messages