photon using c++

hi,

Is it possible for photon to generate and compile c++ code?

thank you,

Ramses

hi,
Hello !
Is it possible for photon to generate and compile c++ code?
Genetare - I don’t know.

Compile - Yes . Use file naming convention ‘file_name.cc’ and the
compiler will treat it like c++ . Or/And (I don’t remember) add ‘-lstdc++’
to gcc.
for example:
gcc -lstdc++ my_c++file.cc

thank you,
I don’t know if my response was that what you were asking about.
Ramses

JM