Tagged Questions
1
vote
3answers
257 views
Common header file for C++ and JavaScipt
I have an app that runs a C++ server backend and Javascript on the client. I would like to define certain strings once only, for both pieces of code. For example, I might have a CSS class ...