|
I'am programming some software for a bookshop. I have been using 'double' type for entering my ISBN numbers. but recently i found out that sometimes the check-sum character is a roman number 'X'. How can i 'extend' the definition of what a double character is that it will accept the 'X'? If it is not possible i need to rewrite all my source code so please help me out. |