I am new to cython. I have a project file project_file.pyx which I would like to manually create a .cpp file with.
I have tried cython project_file.pyx but this produces project_file .c. However I would like to produce the file project_file.cpp.
How can I do this? I'm running a Linux environment.