HI!
This code : http://codepad.org/TtPXQqQT
is a code for changing numbers to letters ! (not in English)
It works correctly in CodeBlocks !
I gave it to another one , he said it terminates the program before it prints out the last number !
This is the error he sent to me : http://s2.picofile.com/file/7904561284/test_2.jpg
For example in CodeBlocks if the input is : 2222224
the output is :
do million o divist o bist o do hezar o divist o bist o char
But in Borland the last "char" (char means four) is not printed and as you see "Abnormal program termination .
Waht should I do ? (Except telling him to change his compiler)
I mean waht changes should I make to my code ?