windows.h

Hi im new to this site. I am using ubuntu OS also using QtCreator IDE for my programs. Just waana find out what must i do or which libraries must i install in order to use Windows.h
Note that windows.h is only for the Windows operating system. You can install the mingw cross compiler on Linux to produce executable files that can run on Windows, but if you want your program to run on Linux you should not use windows.h.
Last edited on
Ok thanx for your explanation. Appreciate it.
Topic archived. No new replies allowed.