Replies: 1 comment
-
c3c can't compile C or C++, but it can invoke a C compiler and then link automatically the resulting object files. Currently C++ files are not picked up I think(?) but could be. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I see c3c can build c source files,
I'm just curious, can c3c build c++ files?
I created a c++ file and use
extern "C"
to write c interface functions, it seems to build ok but it can't be linked.Beta Was this translation helpful? Give feedback.
All reactions