code:if(nRandom == 0) { ifstream b_file("QTS1.txt"); b_file>>str; strcpy(sResult, str); b_file.close(); }