代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/322994/13359165
cpp mylist.cpp
#include "stdafx.h"
#include
#include "MyList.h"
void MyList::add(CString na,CString ag,CString st,CString te,char s[20])
{
if(tail!=0)
{
tail->next=new Node(na,ag,st,te,s);
www.eeworm.com/read/322994/13359171
cpp node.cpp
#include "stdafx.h"
#include"MyList.h"
#include
/*void MyList::add(CString na,CString ag,CString st,CString te,char s[20])
{
if(tail!=0)
{
tail->next=new Node(na,ag,st,te,s);
www.eeworm.com/read/389346/8532686
cpp studentinfo.cpp
#include "stdafx.h"
#include "StudentInfo.h"
CStudentInfo::CStudentInfo(CString name, CString id, BOOL male, CTime birth, CString special)
{
strName = name;
strNO = id;
bMale = male;
t
www.eeworm.com/read/288688/8613700
h main.h
void EzSendMessage(CString& hDlg, int OpType, int* OtherOp, LPARAM pStr);
void ParseStringDescriptor(PVOID pvBuffer, CString& hOutputBox);
void EzSendMessage(CString& hDlg, int OpType, int* Othe
www.eeworm.com/read/431506/8673092
h main.h
void EzSendMessage(CString& hDlg, int OpType, int* OtherOp, LPARAM pStr);
void ParseStringDescriptor(PVOID pvBuffer, CString& hOutputBox);
void EzSendMessage(CString& hDlg, int OpType, int* Othe
www.eeworm.com/read/159995/10580572
h fclient.h
// Flient.h 类CFTPClient
#pragma once
class CftpclientDlg;
typedef struct FtpFileInfo
{
//BOOL isDir; //是否是目录
CString strPower;//权限
CString strFileName;//名称
CString strDate;//日期
int
www.eeworm.com/read/380688/6960602
h main.h
void EzSendMessage(CString& hDlg, int OpType, int* OtherOp, LPARAM pStr);
void ParseStringDescriptor(PVOID pvBuffer, CString& hOutputBox);
void EzSendMessage(CString& hDlg, int OpType, int* Othe
www.eeworm.com/read/436863/7761433
h readfile.h
#ifndef _READFILE_H
#define _READFILE_H
//
CString GetFileExt(const CString& path);
class ReadLineFile
{
public:
// 文件操作
bool OpenFile(CString FileName = "");
void CloseFile();
// 读操
www.eeworm.com/read/245801/12780428
h main.h
void EzSendMessage(CString& hDlg, int OpType, int* OtherOp, LPARAM pStr);
void ParseStringDescriptor(PVOID pvBuffer, CString& hOutputBox);
void EzSendMessage(CString& hDlg, int OpType, int* Othe
www.eeworm.com/read/327416/13079837
cpp studentinfo.cpp
#include "stdafx.h"
#include "StudentInfo.h"
CStudentInfo::CStudentInfo(CString name, CString id, BOOL male, CTime birth, CString special)
{
strName = name;
strNO = id;
bMale = male;
tBi