c_str() returns char* then why we specifically type-casted
in
=> strtok((char*)str.c_str(), " ");
Need of type casting?
this is my recently reply take a look at this
if you have any doubts you can ask here
c_str() returns char* then why we specifically type-casted
in
=> strtok((char*)str.c_str(), " ");
this is my recently reply take a look at this
if you have any doubts you can ask here