Quote from bidask:
how do you write a split function in c++? there is a split function in java and vb, but not in c++.
Quote from bidask:
two other questions
1) what if i want to split by line (separate each line) instead of by the delimiter within each line?
2) what is the easiest way to put each split up item into an array?
When I was developing C++ I used to look at the moderated newsgroup. I think it was comp.lang.c++.moderated.Quote from bidask:
do you guys know of a friendly c++ forum that has a nice mix of beginners and pros?
Quote from andread:
When I was developing C++ I used to look at the moderated newsgroup. I think it was comp.lang.c++.moderated.
There were some tough people there at the time, like Andrew Koenig and sometimes Stroustrup himself