Decimal to Hex using RecursionThis is for a school assignment. Should I actually attempt to correct this? Or should I just flip it...
Decimal to Hex using RecursionOkay, so first off, thanks for pointing out that my recursive call never executed. Silly mistake :P ...
Decimal to Hex using RecursionTrying to write a program that converts a Decimal number to a Hexadecimal number [u][b]that implemen...
Need help with implementation of Virtual & OverloadingNeed to write a program for a C++ class. The professor wants us to implement Virtual functions, virt...
Globalize a function variableMaybe try passing the strings by reference? This, [code]void get_cWord(ifstream& fin, string& cWord...
This user does not accept Private Messages