i would like to pass values from python to a c++ program for an encryption from inside a python program and then return the value from there to the python program . how to do it?
|
feedback
|
|
| |||
|
feedback
|
|
If you want to use some existing Unix-style command line utility that reads from stdin and writes to stdout, you can use
| |||
|
feedback
|