How to use gcc?

How do I use QNX to run gcc?
Thanks

Just open a shell (terminal) and use it.

ex:

#ls
hello.c
#gcc -o hello hello.c
#ls
hello hello.c
#./hello
Hello, World!

If you don’t know how to use it, check help, or the millios of web pages that probably explain it :- >>