How to convert std::istream to Base64 string in c++

  • Thread starter Thread starter Sowmya Dantuluri
  • Start date Start date
S

Sowmya Dantuluri

Guest
I have std::istream and I want to convert it to base 64 string in c++ so that I can use it in C++/cli to convert it to ,net stream.


Similar way, I want to know how to convert base 64 string back to std::istream.

Continue reading...
 

Similar threads

S
Replies
0
Views
104
Sowmya Dantuluri
S
S
Replies
0
Views
114
Sowmya Dantuluri
S
J
Replies
0
Views
6
John Edwards, InformationWeek
J
S
Replies
0
Views
70
Sowmya Dantuluri
S
Back
Top