my problem is this,How can I assign all letters printed of the console in "string savetext;".

PHP Code:
#include <iostream>
#include <string>
#include "stdafx.h"
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
string age;
cout << "asdasdkjwhrjkweh jwehkj wjekwjkerwejhr\n asdasjdghasgdyueghj\jushduiasghdis";
getline(cin, age);
cout << "748586412341114 4 4df4 4sf" << endl;
string savetext;
system("pause");
return 0;
}
PS: sorry for my english






