nqcc icon indicating copy to clipboard operation
nqcc copied to clipboard

not able to run C file with include headerfiles

Open pawanjenu opened this issue 5 years ago • 1 comments

am trying to use #include<stdio.h>

but when i compile via nqcc it throws a error

pawanjenu avatar Apr 07 '19 14:04 pawanjenu

Thanks for reporting this. Nqcc doesn't handle preprocessing directives, but it would be nice if it did. It would be easy to adapt the wrapper script to just invoke the GCC preprocessor (gcc -E -P) before calling the compiler proper.

nlsandler avatar Apr 08 '19 04:04 nlsandler