代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/105871/15657032
h fileinfo.h
#ifndef __FILEINFO_H
#define __FILEINFO_H
#include
CString GetFileName(LPCTSTR lpszFullName);
CString GetFileExt(LPCTSTR lpszFilePath);
int GetFileIcon(LPCTSTR lpszFileName,BOOL IsDir
www.eeworm.com/read/284600/8914471
h student.h
#pragma once
#ifndef STUDENT_H
#define STUDENT_H 0
#include"string"
#include"iostream"
using namespace std;
class student
{
public: CString no;
//char *name;
student(CString I
www.eeworm.com/read/283540/9011047
h mysms.h
#pragma once
#include
class CSMS
{
public:
CSMS(void);
public:
~CSMS(void);
public:
int Init();
int Send(CString destCode, CString content, bool onlyASCII, bool statusReport
www.eeworm.com/read/372327/9513634
cpp spreadsheet.cpp
#include "StdAfx.h"
#include "SpreadSheet.h"
// Open spreadsheet for reading and writing
CSpreadSheet::CSpreadSheet(CString File, CString SheetOrSeparator, bool Backup) :
m_Database(NULL), m_rSh