Is there a fonction in C++ which do the same as the fonction split in python? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponse
+ 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