converting c++ codes to ansistring

Please could you help me with tips and website links on converting old codes to ansistring. I am using Borland C++

for example how could I convert the following to ansistring:
#include<iostream>
using namespace std;

int main()
{
cout << "\"Hello World\"" << endl << "text";
cin.get();
return 0;
}
Topic archived. No new replies allowed.