- 1、本文档共48页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
dbf文件C、C的操作库程序
求:dbf文件C/C++的操作库程序。
/************************************************************************??DBFOP for C++ V1.00 ,1995.1.10??Develop by John,Liao??Modified by Zhanghao. 1998.05.18??This Module include the C++ headfile dbfop.hpp,??and C++ resource file dbfop.cpp.??This module is develop for use DBF(DBASEIII,DBASEII,MFOXBASE,FOXPRO 2.x)??and IDX(MFOXBASE).but use IDX only allow read or change the field that??isnt key word.??Support netware share .flielock,fileunlock,recordlock,recordunlock.*************************************************************************//* -----------------------------------------------------------------------??The class DBF is interface to custom,all function that given??can be invoked by use the class DBF.??------------------------------------------------------------------------??1995.7.29 Change file option fxxx to xxx like _fsopen replace with sopen??1995.7.31 Change dowith option when type=N??1995.7.31 Add option DBF::append(),DBF::clear();??1998.5.18 Add Foxpro 2.x DBF process.-------------------------------------------------------------------------*/#include stdafx.h#ifdef DEBUG#define debugm AfxMessageBox#define new DEBUG_NEW#endifstatic INT2 ccc(CHAR *,INT2,INT2);INT2 ccc(CHAR * ptsr,INT2 len,INT2 bit){? ? ? ? CHAR temp1[30],temp11[30],i1;? ? ? ? CHAR temp2[30],temp22[30],i2;? ? ? ? INT2??tempi,i;? ? ? ? CHAR * ps,*ps1;? ? ? ? for(ps1=ptsr;(*ps1== )(*ps1!=\x0);ps1++);? ? ? ? ps=strchr(ps1,.);? ? ? ? if(ps==NULL){??// NOT HAVE .? ? ? ? ? ? ? ? strcpy(temp1,ps1);? ? ? ? ? ? ? ? temp2[0]=\x0;? ? ? ? }else{? ? ? ? ? ? ? ? *ps=\x0;? ? ? ? ? ? ? ? strcpy(temp1,ps1);? ? ? ? ? ? ? ? ps++;? ? ? ? ? ? ? ? strcpy(temp2,ps);? ? ? ? }? ? ? ? i1=len-(bit?(bit+1):0);? ? ? ? if((int)strlen(temp1);(int)i1){? ? ? ? ? ? ? ? strncpy(temp11,temp1,i1);? ? ? ? ? ? ? ? temp11[i1]=\x0;? ? ? ? }else{? ? ? ? ? ? ? ? tempi=i1-strlen(temp1);? ? ? ? ? ? ? ? for(i=0;itempi;i++) temp11= ;? ? ? ? ? ? ? ? strcpy(
文档评论(0)