# MFCClass **Repository Path**: ALONE_WORK/MFCClass ## Basic Information - **Project Name**: MFCClass - **Description**: MFC开发类,对经常使用的类进行封装,直接添加就可以使用。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2019-02-21 - **Last Updated**: 2024-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MFCClass #### Description MFC develpement class,it packeged the often used classes,it can be used when add it to project.those classes were developed by myself, if errors happen I will not be responsible for that. #### class explaintion 1. ODBC database class:JDataBase.h,JDataBase.cpp 2. write log class:Log.h,Log.cpp 3. read and write config file class:ConfigurationFile.h,ConfigurationFile.cpp 4. XML class:JXML.h,JXML.cpp #### upload record ##### 2019-02-21 1. upload ODBC database class,can use MySQL、SQL Server、ACCESS database. 2. upload write log class. 3. upload read and write config file class. ##### 2019-03-02 1. upload XML class that can operate the xml file by data structure.