I want to split data in a string. The string will consist of several data. Before every element the length ofthe element will come. I want to exract data one by one.
e.g. char * abc = "[length ]acsfdnhsjg[len]gvsdgdvheg[len]efgwetrge";
can someone help me!!!!!!!