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

📄 vparseline.h

📁 otl简单包装实现类,对数据库进行操作的,简单易用.
💻 H
字号:
/***************************************************************************                          vparseline.h -  description                             -------------------    begin                : 2004-12-25    copyright            : (C) 2004 by LiuZhong    email                : easeliu@vip.sina.com.cn ***************************************************************************//*************************************************************************** *                                                                         * *   This program is free software; you can redistribute it and/or modify  * *   it under the terms of the GNU General Public License as published by  * *   the Free Software Foundation; either version 2 of the License, or     * *   (at your option) any later version.                                   * *                                                                         * ***************************************************************************/#ifndef VPARSELINE_H#define VPARSELINE_Hclass VParseLine{private:	int m_LineSize;	char* m_pLine;	char* m_pName;	char* m_pValue;public:	VParseLine(int LineSize=256);	~VParseLine();	int ParseLine(const char* Line);	const char* Line();	const char*  Name();	const char* Value();};#endif

⌨️ 快捷键说明

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