You are viewing a single comment's thread. Return to all comments →
Hi Stanoyska i am wondering about your code, what is the use if that part?
for (int i = 0; i < size; i++) { if (str[i] == ',') { n++; } } n += 1;
Seems like cookies are disabled on this browser, please enable them to open this website
StringStream
You are viewing a single comment's thread. Return to all comments →
Hi Stanoyska i am wondering about your code, what is the use if that part?