Waitrud Weber’s blog

things and reminders for memories

2019-03-26から1日間の記事一覧

WindowsAPI: aliment: convert every strings to char string(char*)

1 :#ifndef _FILE_CONTROLER_H_ 2 : 3 :#define _FILE_CONTROLER_H_ 4 : 5 ://using namespace std; 6 : 7 :class FileControler 8 :{ 9 : public: 10 : // void List_Files () ; 11 : //void List_Files(std::string strPath); 12 : void List_Files_001(ch…