i want a program (i have it for exercise) to converts from english characters or words to greek an the opposite!
how i could do that???
This is a discussion on about character convert within the C++ Programming forums, part of the General Programming Boards category; i want a program (i have it for exercise) to converts from english characters or words to greek an the ...
i want a program (i have it for exercise) to converts from english characters or words to greek an the opposite!
how i could do that???
Such programs can be implemented fairly easy using the STL map or multimap templates. Look them up for more help. You will still need to add all the words and there equivalents.
I used to be an adventurer like you... then I took an arrow to the knee.
Boards rule #1: Do NOT ask people to write your program. (or somethingyou get my point)