On Windows there really is no direct equivalent to the termios.h header and its friends. Yuou have to use native Windows API and conditional compilation.
On Windows there really is no direct equivalent to the termios.h header and its friends. Yuou have to use native Windows API and conditional compilation.
Is there anyplace on this forum you could point me to that has examples of the conditional compilation into Windows API's that you are talking about.
In Qt there are defined constants indicating the target platform, for Windows this is Q_OS_WIN.
Look in Qt examples.
Bookmarks