Answer the question
In order to leave comments, you need to log in
Where and how to look for information about writing a text editor from scratch?
Hey!
Somehow, while I was sitting at the computer, I got the idea of creating a text editor from scratch in one of the C languages. "From scratch" means that I don't want to use any graphical interfaces or frameworks, just pure language, maximum library. But I could not find the necessary information on the Internet. Can you please tell me where and how can I find the information I need? Or point to a specific resource. Of the languages in priority C++.
Answer the question
In order to leave comments, you need to log in
I don't want to use any GUIs or frameworks
Of the languages in priority C++.
The existence of resources for writing text editors is as unlikely as the existence of a textbook on turning the steering wheel to the right for drivers. Just learn the language, learn how to work with files, and if you don't want to use GUI libraries, then learn WinAPI for Windows, Xlib library for Linux, etc.
Somehow, while I was sitting at the computer, I got the idea of creating a text editor from scratch in one of the languages \u200b\u200bof the "C" family
"From scratch" means that I don't want to use any graphical interfaces or frameworks, just pure language, maximum library.
But I could not find the necessary information on the Internet.
Or point to a specific resource. Of the languages in priority C++.
on sharpe, it is easiest to write under Windows, and in general, it was originally intended for such
And what is this text editor supposed to do?
just make a list of requirements, a list of killer features, and a matrix of differences with the current ones.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question