|
Will the C code support both a C and a C++ compiler ? |
Answered by
bagaffey
Sep 9, 2025
Replies: 1 comment
|
Yes, I am writing in C23 and compiling with Clang and I'm also aiming to for it to be compliant with a C++ compiler as well. |
0 replies
Answer selected by
btgvesta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, I am writing in C23 and compiling with Clang and I'm also aiming to for it to be compliant with a C++ compiler as well.