Is there a fonction in C++ which do the same as the fonction split in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answer
+ 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