I wish to create a textbox in Turbo c++ which I am doing right now.
The Textbox must be such that it may be used to edit the text in it. Although I 've created a text editor, but I 've miserably failed to use it. This is probably due to a big problem:
I am using functions to do it as I may need it in different prjects.
I want the size of textbox to be given by the user by a function call.
So that's the problem.
If you guys have an algorithm, plz tell me.