How to enter non english characters in DevC++? I want to make small non english windows application, but i donot know how to use nonenglish characters.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How to enter non english characters in DevC++? I want to make small non english windows application, but i donot know how to use nonenglish characters.
Reference a resource file for all text output to the user, or if you feel like burning memory use const arrays of wide chars.
You can easily be multilingual this way.