c++単純log情報を印刷し、あるファイルに出力する

352 ワード

    #include  
    #include  
    #include  
    using namespace std;  
      
    int main()  
    {  
        int a = 1;  
        wstring aa = "abcdef";  
      
        //      c++  
        ofstream fout("D:\\outtxt.txt");  
      
        fout<