0
Can you write a simple translator with c++
Just 20 word from english to persian and persian to english
2 ответов
0
I have english dutch code but can't change it
0
it shouldn't be hard, you could use std::map for that to hold the English word and then Persian word, and just compare with the user input to the iterator.