Whenever we start with any of the programming language , we generally write Hello World basic programme which is our first step to enter into programming world. I want to display "hello world" in c/c++ but not in conventional way. rather I want the Hello world not at the left top corner but anywhere on the console say LCD monitor of my PC. Lets say I am using turbo c ver3 compiler. Is it possible to handle the output console drivers from my C library code.
Any possible way to handle video drivers and memory and I want the output message anywhere. I don't want to use graphics library and a particular coordinates for this task.
Any help in this regard????