weirdest code everthis is an overloading function of the plus operator, weird thing is that when I make my vector larg...
string to two's complementI really appreciate your help Disch, I've been looking all over the place for this solution from str...
string to two's complementis this what you mean? t.insert(0, p + '0'); as it doesn't work
string to two's complementof course t has it's initial value, this it because t is divided by 2, so then I need a new value af...
string to two's complementhere's what I find to be kind of working: [code] while(t != "0") { temp = 0; if ((t[t.s...
This user does not accept Private Messages