Quote Originally Posted by aGerman View Post
If you really want to check if you have enough space you need to perform an initial iteration to verify that all characters that you want to overwrite are still asterisks.
What is the reason for having only a single put() function? do you want to write into whatever direction the word fits?
Hi and thanks for your reply.
Yes i would like to insert a word in to any direction it fits and I thought that having only one put() function would solve it, but i am not sure anymore as I am new to C