First of all I would like to tell you all that I did a lot of research on Google and elsewhere but to no avail.
I want to know how do I go on about making a text editor in turbo c++ without windows API. I started making it some time back in turbo c++ and I also learned how to include mouse using int86() function and I implemented that. But time and again I am getting stuck on something or the other. Like right now I am stuck how do I Highlight and Select the text for right clicking.
Secondly I also learned how to access video memory (however fake or old it may be these days) to have better control over the text.
Also for the text input I am using a large array as I have little knowledge about using Link Lists for such large text input and manipulating it.
Note: I do not want to use any other IDE or any API for it due to purely educational reasons.
Please guide me on how to get this thing go on further till completion. I am willing to learn all additional things to complete it.
PS: This is Not a homework. Just for learning purposes.