stdafx.cpp
来自「我上数据库课的课程作业」· C++ 代码 · 共 30 行
CPP
30 行
// stdafx.cpp : source file that includes just the standard includes
// Develop.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
CString m_name;
CString m_num;
CString m_sex;
CString m_class;
CString m_dormitory;
CString m_tel;
CString m_mobile;
CString m_Email;
CString m_name2;
CString m_num2;
CString m_encourage2;
CString m_name3;
CString m_num3;
CString m_repair3;
int WorkModel;
int WorkModelinfo;
int have_encourage;
int have_repair;
CString Selecter;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?