代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/416653/11018582
h printer.h
//票据打印机
class CPrinter:public CFile
{
//连接端口
CString m_PortName;
//样式
int m_StyleIndex;
public:
void SetPort(CString portname);
virtual bool Open(void);
void Write(CString msg);
www.eeworm.com/read/102552/15773926
htm subject_49519.htm
序号:49519 发表者:qiaofeng 发表日期:2003-08-11 16:03:31
主题:有关CFile 的问题
内容:在用CFile ff;ff.open()时,怎么打开程序所在目录的一个文件呢?比如程序在D:\1\目录下,我要打开D:\1\aa.txt,应该怎么用ff.open();就是open()函数里面的参数是什么?谁知道呀?
www.eeworm.com/read/101790/15810108
htm subject_49519.htm
序号:49519 发表者:qiaofeng 发表日期:2003-08-11 16:03:31
主题:有关CFile 的问题
内容:在用CFile ff;ff.open()时,怎么打开程序所在目录的一个文件呢?比如程序在D:\1\目录下,我要打开D:\1\aa.txt,应该怎么用ff.open();就是open()函数里面的参数是什么?谁知道呀?
www.eeworm.com/read/279489/10434504
cpp caddbalanceframe.cpp
#include "CAddBalance.h"
#include "interface.h"
#include "CAccManager.h"
#include "CAddAccFrame.h"
#include "check_char.h"
#include "CPrintMessage.h"
#include "data_cmp.h"
#include "CFile.h"
#
www.eeworm.com/read/327017/13103586
cpp src.cpp
#include "fileheader.h"
CFile file;
void OpenDataFile(char worktype)
{
switch(worktype)
{
case 'P':
if (datatype==ID_Z )//|| datatype==ID_T)
szfilter="三要素PPI数据(*.??P)|*.??p|单强度PPI数
www.eeworm.com/read/491926/6428594
cpp ccontrol.cpp
#include "CControl.h"
#include "CBlanceInfo.h"
#include "CFile.h"
#include "CPersonOperatInfo.h"
#include "CUserInfo.h"
#include "Disply.h"
#include
#include
#include
www.eeworm.com/read/279489/10434452
cpp cloadframe.cpp
#include "CLoadFrame.h"
#include "check_char.h "
#include "data_cmp.h "
#include "CPrintMessage.h "
#include "interface.h"
#include "CFile.h"
#include
#include
#include
www.eeworm.com/read/279489/10434501
cpp cbackupframe.cpp
#include "CBackUpFrame.h"
#include "interface.h"
#include "check_empty.h"
#include "CPrintMessage.h"
#include "data_cmp.h"
#include "CDelSpace.h"
#include
#include "CFile.h "
voi