代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/422578/10629136
h input.h
#pragma once
# include "stdafx.h"
class CInput
{
public:
CInput(void);
public:
~CInput(void);
public:
CString strPicPath;
CString extraname;
BOOL fileOpen() ;
};