QNX OS compared with Microsoft Windows

Updated:
QNX SDP8.0User's GuideUser

QNX OS and Windows have different architectures, but the main difference between them from a user's perspective is how you invoke programs.

Much of what you do via a GUI in Windows you do in QNX OS through command-line utilities, configuration files, and scripts. However, QNX OS does support a powerful Integrated Development Environment (IDE) to help you create, test, and debug software and embedded systems.

Here are some other differences:
  • QNX OS and DOS use different end-of-line characters; QNX OS uses a linefeed (\n), while DOS uses a carriage return and a linefeed (\r\n). If you need to transfer text files from one OS to the other, you must first save them in the format expected by the other OS. The QNX Momentics IDE has a feature for doing so; for more information, see the Target File System Navigator topic in the IDE User's Guide.
  • QNX OS uses a slash (/) instead of a backslash (\) to separate components of a pathname.