Termios in C++
-
@Radsrad
Hello and welcome.Answer is you just use it like any other C library, it's straightforward.
However, since this is a Qt forum and your question has nothing to do with Qt, you would be best asking on some other suitable forum. ("in qt C++": there is no such thing as "Qt C++", Qt is a library/toolkit, C++ is a language.)
-
@JonB Thanks for your reply but iam unable to write in linux terminal. And tried with Qprocess:: write, which is also not working .Somewhere came to know by using termios can be able to acheive but i am not getting as i am a beginner to QT . Can you please help ?
-
@Radsrad said in Termios in C++:
Thanks for your reply but iam unable to write in linux terminal.
Not a Qt issue.
And tried with Qprocess:: write, which is also not working
Absolutely nothing here/for termios which has anything to do with
QProcess
.Somewhere came to know by using termios can be able to acheive but i am not getting as i am a beginner to QT . Can you please help ?
As I said, nothing to do with Qt. Hence forget completely about Qt, go write your termios code in C/C++ for a console. If you want help, you need either help on C/C++ or on termios, but not help for Qt.