?? data.h
字號:
// Data.h: interface for the CData class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DATA_H__4D58F5EF_59D5_44DD_B595_5CBE6D86582B__INCLUDED_)
#define AFX_DATA_H__4D58F5EF_59D5_44DD_B595_5CBE6D86582B__INCLUDED_
#include <cstring>
#include <string>
#include <vector>
#include <exception>
#include <stdexcept>
#include "afx.h"
#include "stdafx.h"
using namespace std;
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CData
{
public:
CData();
virtual ~CData();
void Decoding(string sData,string strNum,string strTime);//數據解碼,返回字符組
string Encoding(string sData);//數據編碼
};
#endif // !defined(AFX_DATA_H__4D58F5EF_59D5_44DD_B595_5CBE6D86582B__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -