You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.At present this procedure, only need to do some landscaping, as well as detailed adjustments to the manual.
2.So, do not need to do much change for code.
3.Of course, if you need me to change code it. ●
Please give me a better suggestion, let me write this procedure(program). ●
4. Sometimes the test version of the project (Preview test version code project), there will be some new test functions and change the code structure. ▲
If the code (75%) is changed too much, it may not be compatible with the previous version. ▲
Although, they may be problematic code or the code that does not fully implement my idea. However, this is my new attempt to upgrade the code every time.(Maybe, what can I do it this?) ▲
This will make me progress in programming techniques. I share my the little achievements of programming made me feel satisfied. ▲
In addition, I very much welcome everyone to help me. For those who can give me, financial sponsorship and technical support, I would like to express my strong gratitude and thank you for your attention and support! ◆
5. A method for file encoding format for languages in the world.
Because my is a Chinese in Asia, I use the Windows 10 Professional Edition system.
So for the binaries and source code files for Windows and the scripts for building projects, the language encoding format I set is the GBK standard.
Because I have considered that the program needs to support at the same time, showing the internationalization and localization of the text language. So the types of language text are Chinese and English, and they are displayed together.
Also, for binary programs and source code files for Linux and scripts for building projects, the language encoding format I set is the UTF-8 standard.
Actually my English level is not very good, and then most of the Chinese translation into English, I have given it to Google to help. Thanks to Google's tools, really a practical website!
If you have the content of the error translation, you are welcome to point out the errors and translation suggestions.
Finally, I wish you all a good time and enjoy it.
FAQ
This code repository consists of [Twilight-Dream-Of-Magic] author, compiled and built!
IDE: Integrated development environment
It is best not to use Code Block IDE, to build this project!
Although i provided the [.cbp] file! (Code Block Project File)
How to build this project?
The best option is to use Makefile to build this project!
If you need to view the script file for my provided.
(Makefile) command help information, please use the command line to enter make help in the same directory of this file.
The above content is about the description of this Makefile.
Status of this project progress
Applicable to (Microsoft Windows) system:
Already completed, the code has BUG please Github message.
Applicable to (Open Source Linux) system:
Now with this plan for this Linux platform, the completed source code will soon appear!
Maybe I need a month of testing time to continue debugging the program.
If you want to use the IDE to build this project, please distinguish between each version!
This repository (knowledge warehouse), each version of the project folder, please create a new IDE project file, and then associated it!
# 关于这个C++代码项目
Chinese
1.目前这个程序,只需要做一些美化,还有说明书的详细调整。
2.所以,不需要为代码做太多改变。
3.当然,如果你需要我改动代码的话。 ●
请给我更好的建议,让我去编写这个程序。 ●
4.有时候测试版本项目(Preview test version code project),将会有一些新的测试功能和改变代码结构。 ▼