User: Mandory22

  • Public profile

User profile: Mandory22

User info
User name:Mandory22
History
Joined:
Number of posts:9
Latest posts:

How to convert hexa to base 10 numbers (The hard way)
My Pow function does not work for large exponents. How can I fix it? I have to use Pow to solve the ...

How to convert hexa to base 10 numbers (The hard way)
[quote]Hexa: 0x1FA5CC99 2781610137[/quote] It is still wrong...

How to convert hexa to base 10 numbers (The hard way)
My instructor told me to write the function Pow and I can't use pow.

How to convert hexa to base 10 numbers (The hard way)
[code] if ( hexa.size() == 9 ) { number += hexa_to_num( hexa[ 0 ] ) * Pow( 16, 8 ); hexa.erase(...

How to convert hexa to base 10 numbers (The hard way)
Here is what I got but the result doesn't really match. So I need help. [code]#include <iostream> #...

This user does not accept Private Messages