⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 o_code.hpp

📁 联通接收发送新程序
💻 HPP
字号:
/* Copyright( C ) 2000 by JiangSu Bell Software CO.,LTD. */
/*
****************************************************************************
Content:        编码处理类
Name:           O_CODE.hpp		        Version: 1.0.0
Created by:     CaoGuiRong       		Date: 2000-08-28
Comment:        做编码处理

All rights reserved
*****************************************************************************/

#ifndef __O_CODE_HPP__
#define __O_CODE_HPP__

#include "common.h"
#include "dbbase.h" 

class O_CODE
{
public:
  O_CODE( XW_Connection &conn = DefaultConnect );
  ~O_CODE();

  long NewCode( char *pccodeid ) ;

private:
  XW_Connection  &Connect ;
  CRecords  records ;
  
} ;

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -