samedi 23 avril 2016

dividing a string into array after comma c++

I have the following stinrg
CoursesExams = HUM001,Technical Writing,28/4/2016,HallA;CSE121,Computer Programming,3/5/2016,HallB]  I want to split it after each ";" to an array. how can I do that using c++

Aucun commentaire:

Enregistrer un commentaire