rage.h

来自「影碟租赁系统」· C头文件 代码 · 共 27 行

H
27
字号
// rage.h: interface for the Crage class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_RAGE_H__FC95C120_9824_42F4_A112_50FA16F6FF03__INCLUDED_)
#define AFX_RAGE_H__FC95C120_9824_42F4_A112_50FA16F6FF03__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class Crage  
{
public:
	int id;
	int rage;
public:
	Crage();
	virtual ~Crage();
	void sql_delete(CString Id);
    void sql_insert();
    int sql_getrage(CString Id);
    void sql_update(CString Id);
};

#endif // !defined(AFX_RAGE_H__FC95C120_9824_42F4_A112_50FA16F6FF03__INCLUDED_)

⌨️ 快捷键说明

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