Replies: 2 comments
-
|
A workaround is to use the .hpp extension for C++ header files. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
In your {
"*.h": {
"filetype": "c++"
}
} |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm developing a c++ program, and both c++. and c uses header files. The problem is that in c++ you have classes, however, micro does not recognise the class type in header files. How can I fix this problem?
Beta Was this translation helpful? Give feedback.
All reactions