ok, I just hope that I can easily go back and forth between string and hexadecimal int in c++ 'cause I might not look like it but I'm still a c++ n00b
For instance dec2bin and bin2dec functions of the current plugin aren't really good/usefull because of int limitations.
'Cause after all, bitwise operations are made on decimal int.
So you will probably set things in decimal and the hexadecimal calculation will probably just be under the hood. Like with bitwise stuff.
Hmmm... maybe an hex2dec function to be able to set things in hexadecimal format with a string... hmmm... If I can easily typecast string to hex int as I said...
I'm thinking while typing...
Remind me at the end of the month I might get carried away in other projects (: