M
manishsharma1
Hi,
I have one long String like this:
015EnvironmentData1........
I want to read first three character from it and convert them to
integer. This will be the length of the Name of the field and then
there is value. So if we take above example
015 means 15 - So we are going to read next 15 Character Starting with
E of "EnvironmentData" till "a".
Transfer it to come Variable say Field
Then I have to read the Value of this field which is followed by this
15 character long Field in the STring that is 1 in the above case.
I need help in Stripping of the String so that I can get all the
Fields and their values.
This has to be in C++. I am new at it. Please help.
Thanks in advance
I have one long String like this:
015EnvironmentData1........
I want to read first three character from it and convert them to
integer. This will be the length of the Name of the field and then
there is value. So if we take above example
015 means 15 - So we are going to read next 15 Character Starting with
E of "EnvironmentData" till "a".
Transfer it to come Variable say Field
Then I have to read the Value of this field which is followed by this
15 character long Field in the STring that is 1 in the above case.
I need help in Stripping of the String so that I can get all the
Fields and their values.
This has to be in C++. I am new at it. Please help.
Thanks in advance