Hexidecimal to Decimal conversion via string.I think you don't need [b]a function[/b] to parse from decimal to hexadecimal. [code] #include <cst...
Need help understanding passing pointersHaven't you forgotten to write "[b])[/b]" in the end of the first line? And why do you need [b]point...
Problems with std::sort()I use comparator with the function sort(), but when I run it, an error "invalid operator<". The inpu...