I am able to get the output char arrays , but how do i sort them? i couldnt store them by creating a new 2d char array and sort them

hello @pranaynigam

use vector of string and store all ur output in it and then sort the vector and print

so i should return to this question after learning about vectors?
Also i some some codes where they directly used strings instead of arrays by writing some code along the lines of
string ros= sub.string(i,j+1) + sub.string() …
is this something discussed further in the course?

…

yeah u can study vector and then solve this.

these string related functions are covered in ur string stl playlist.

bhaiya strings mein 5 hi videos hai aur usmein tokenizer function explained hai but substrings wala nahi.

…

string stl
stl playlist me hogi


ismein to nahi hai

pata nahi mujhe bhi ,stl07 dekh lo usme na mile to net se padh lo …

why is this code not working

why is this code not working

refer to this