Click here to Skip to main content
16,004,977 members

Comments by Member 13899738 (Top 2 by date)

Member 13899738 5-Jul-18 9:00am View    
I appreciate the 2 different options you gave! However, I am trying to make the function return the hexadecimal digits instead of printing them out in reverse. As for the second option, I have not learnt how bit shifting would work and preferably would not want to use it until I learn it. Thank you!!
Member 13899738 5-Jul-18 8:58am View    
Thank you for the response! However, when I try to use hex = (temp + 55) + hex, the compiler states that there are "no operator '+' matches these operands". How can I resolve this issue?