User profile: therekz

User info
User name:therekz
History
Joined:
Number of posts:17
Latest posts:

weirdest code ever
this is an overloading function of the plus operator, weird thing is that when I make my vector larg...

string to two's complement
I really appreciate your help Disch, I've been looking all over the place for this solution from str...

string to two's complement
is this what you mean? t.insert(0, p + '0'); as it doesn't work

string to two's complement
of 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 complement
here'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

User: therekz

  • Public profile