Hi list,
I'm using Turbo c++ version 4.5.
I don't have the <string> header file. I just have <string.h> which is used for c programs. So, i couldn't run this type of programs :
#include <iostream.h>
#include <string>
int main()
{
string stA = "Nutcracker",
stB = "Sleeping Beauty",
stC = "Swan Lake";
cout << "Length of stringA = " << stA.length() << endl;
cout << "Length of stringB = " << stB.length() << endl;
cout << "Length of stringC = " << stC.length() << endl;
}
SO, Can anybody send me this header file, please....
my email address is
1) parames@mpmsb.com
2) parames88@hotmail.com
thanks a lot..
Best Regards,
Parameswari Sellaparma
I'm using Turbo c++ version 4.5.
I don't have the <string> header file. I just have <string.h> which is used for c programs. So, i couldn't run this type of programs :
#include <iostream.h>
#include <string>
int main()
{
string stA = "Nutcracker",
stB = "Sleeping Beauty",
stC = "Swan Lake";
cout << "Length of stringA = " << stA.length() << endl;
cout << "Length of stringB = " << stB.length() << endl;
cout << "Length of stringC = " << stC.length() << endl;
}
SO, Can anybody send me this header file, please....
my email address is
1) parames@mpmsb.com
2) parames88@hotmail.com
thanks a lot..
Best Regards,
Parameswari Sellaparma