Tuesday, 27 August 2013

set and get list of dynamic string value in c++ similaly array list in java

set and get list of dynamic string value in c++ similaly array list in java

I am new to c++. I want to set and get list of string, like ArrayList in
java. Please suggest an example for me. For example I have value
std::string d=value; where value is dynamic, so I want to store it for
future use.

No comments:

Post a Comment