... char* abc = "0"; ...
char* abc = new char; *char='0'; ifstream lol; lol.open ("C:\\lol.txt"); lol >> *abc; std::cout << *abc; return 0;