Closed beemibrahim closed 2 years ago
I should be able to make a vector of byte's be equal to a string .
Example :
string post = "Wanted"; vector dump = post;
The STL provides multiple means of achieving the desired goal. Thank you for your suggestion.
I should be able to make a vector of byte's be equal to a string .
Example :
string post = "Wanted"; vector dump = post;