1 | initial version |
2 | No.2 Revision |
I think your best bet is to use IPC to control a Sage process from inside your C++ program. This of course will require Sage to be installed and accessible to the program.
You could also setup a sagecell server and have your C++ program query the server.