Results 1 to 1 of 1
I am using write command from C++ file. i have a terminalid to write to.
Something like:-
write(terminalid, buffer, bytes);
Now, i want to display it on the terminal,how to ...
- 10-17-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 15
echo on command line
I am using write command from C++ file. i have a terminalid to write to.
Something like:-
write(terminalid, buffer, bytes);
Now, i want to display it on the terminal,how to do that?
I thought of using echo command from C++ file, but how to do it?


Reply With Quote