?? datalink.h
字號:
// DataLink.h: interface for the DataLink class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DATALINK_H__9E471FE7_F790_4040_83CF_535506F90326__INCLUDED_)
#define AFX_DATALINK_H__9E471FE7_F790_4040_83CF_535506F90326__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "L1Provider.h"
#include "stdafx.h"
#include<iostream.h>
class DataLink : public L1Provider
{
public:
virtual void L1Service(){
cout<<"L1Service doing its job"<<endl;}
};
#endif // !defined(AFX_DATALINK_H__9E471FE7_F790_4040_83CF_535506F90326__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -