A.ifstream fin;fin.open("C://test.txt");
B.ifstream fin("C://test.txt");
C.A)和B)
D.ifstream fin;fin("C://test.txt");