代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/405112/11471557
h cavdevice.h
//
// CAVDevice.h
//
#ifndef __H_CAVDevice__
#define __H_CAVDevice__
#include "GlobalDefs.h"
class CAVDevice
{
private:
Device_Type mType;
CString mFriendlyName;
CString mDisp
www.eeworm.com/read/347716/11643515
h wndtips.h
#pragma once
#include
// CWndTips
class CWndTips : public CWnd
{
DECLARE_DYNAMIC(CWndTips)
private:
CList m_lstTips;
public:
CWndTips();
v
www.eeworm.com/read/258993/11828879
cpp 人员信息管理系统.cpp
#include
#include
#include
#include
#include
#include
#include
#include
#include"employee.h"
using namespace std;
v
www.eeworm.com/read/223937/14611440
h unicodefunc.h
#ifndef _UNICODE_FUNC_H_
#define _UNICODE_FUNC_H_
extern PSTR ToMultiByte(CString strWCString);
extern PWSTR ToWideChar(PSTR pstrMBString);
extern double wtof(CString strWCString);
#endif
www.eeworm.com/read/223937/14611671
h unicodefunc.h
#ifndef _UNICODE_FUNC_H_
#define _UNICODE_FUNC_H_
extern PSTR ToMultiByte(CString strWCString);
extern PWSTR ToWideChar(PSTR pstrMBString);
extern double wtof(CString strWCString);
#endif