
-----------------------------------
Justin_
Sun Feb 12, 2006 10:10 pm

string::substr(begin, end)
-----------------------------------
Hi friends.  

There is something screwy going on with the substr method.  Here's my code.



int Hex::ConvertToInt(std::string hexNum)
{
    int num = 66;  //66 is an arbitrary initial value.
    std::cout 