Is there a fonction in C++ which do the same as the fonction split in python? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Is there a fonction in C++ which do the same as the fonction split in python?

Ch.split() in python but in C++ what the equivalent!

24th Jan 2019, 5:08 AM
Imoon
Imoon - avatar
1 ответ
+ 6
For strings you do not need the split function in C++ because strings are viewed as arrays in C++
24th Jan 2019, 7:38 AM
Uni
Uni - avatar