You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of IDEs, including VS, has a C/C++ option in “Advanced” part, called “force include header” or “prefix header”, means every headers will has specified prefixed header included at the top. This is biggest missing functions in QNX compiler. In GCC, the option is “-include”.
Most of IDEs, including VS, has a C/C++ option in “Advanced” part, called “force include header” or “prefix header”, means every headers will has specified prefixed header included at the top. This is biggest missing functions in QNX compiler. In GCC, the option is “-include”.