In QBasic you could write:

locate 5, 5
print "Hello"

And it would print the string wherever you wanted onto the console. What function does this in c++ and in what header file? I'm using RHLinux 7.2 with gcc-c++ > 2.96

Thanks,
rdnjr