代码搜索:CString

找到约 10,000 项符合「CString」的源代码

代码结果 10,000
www.eeworm.com/read/362339/10003378

h cgetsqlfromdbdlg.h

// CGetSqlFromDbDlg.h : 头文件 // #pragma once #include "afxwin.h" #include "mysql.h" #include "ProcessDlg.h" // CCGetSqlFromDbDlg 对话框 class CCGetSqlFromDbDlg : public CDialog { // 构造 pub
www.eeworm.com/read/362339/10003400

cpp inifile.cpp

// cpp 文件 // IniFile.cpp: implementation of the CIniFile class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #ifdef _DEBUG #undef THIS_FI
www.eeworm.com/read/362297/10006396

h clist.h

//clist.h #ifndef CLIST_H #define CLIST_H #include"student.h" class clist { private: int length; public: cstudent *head; clist(); clist(const clist &q);
www.eeworm.com/read/362297/10006407

cpp stmanagerdlg.cpp

// stmanagerDlg.cpp : implementation file // #include "stdafx.h" #include "stmanager.h" #include "stmanagerDlg.h" #include "DlgStudent.h"//学生类对话框类头文件 #include "clist.h"//链表类头文件 #include "DlgS
www.eeworm.com/read/166449/10020165

cpp stutable.cpp

// stutable.cpp : implementation file // #include "stdafx.h" #include "Database1.h" #include "stutable.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __F
www.eeworm.com/read/166434/10021448

h filedroplistctrl.h

#if !defined(AFX_FileDropListCtrl_H__55F59001_AD5F_11D3_9DA4_0008C711C6B6__INCLUDED_) #define AFX_FileDropListCtrl_H__55F59001_AD5F_11D3_9DA4_0008C711C6B6__INCLUDED_ //////////////////////////////
www.eeworm.com/read/362045/10021740

h modifydlg.h

#pragma once #include "afxwin.h" // CModifyDlg 对话框 class CModifyDlg : public CDialog { DECLARE_DYNAMIC(CModifyDlg) public: CModifyDlg(CWnd* pParent = NULL); // 标准构造函数 CModifyDlg(C
www.eeworm.com/read/362045/10021756

h global.h

#pragma once ////////////////////////////////////////宏定义 #define MAX_TASK_NUM 9 //最大任务数 //数据类型 #define DATA_TPYE_INTEGER 0 //整型 #define DATA_TPYE_STRING 1 //字符串 //数据长度 #define DATA_LEN
www.eeworm.com/read/166398/10021943

cpp mydialog.cpp

// MyDialog.cpp : implementation file // #include "stdafx.h" #include "毕业设计数字逻辑电子仿真器.h" #include "MyDialog.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] =
www.eeworm.com/read/361882/10030232

cpp lastfiledialog.cpp

// LastFileDialog.cpp : implementation file // #include "stdafx.h" #include "EPro.h" #include "LastFileDialog.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[