How to use C++ replace a part of pickle?

How to use C++ replace a part of pickle?
I want to load
vector
vector<char[7]>
vector<char[9]>
From 3 different pickle.dumps(list)
What documents can help me easily to do it?

If you need help with C++ you should ask on C++ help forums, not here.

pickle is documented here.

1 Like