码迷,mamicode.com
首页 > 其他好文 > 详细

试试这里的代码功能

时间:2014-08-24 14:09:52      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   div   cti   代码   log   sp   

他妈的。

气死我了

 

试试这里的代码功能如何。

 

#ifndef _PAGE_CLASS_
#define _PAGE_CLASS_

#include <string>
#include <vector>
using namespace std;

typedef struct
{
    string text;
}Display;

typedef void (*KeyAction)(void *); 

class page
{
      int code;
      Display display;
      vector<KeyAction> fun; 
      
      public:
      page();
      page(int index,Display something);
      ~page(); 
      
      void show(void);
};

#define UP    0
#define DOWN  1
#define RIGHT 2 
#define LEFT  3

#endif

// end of file ---------------------------------------

 

试试这里的代码功能

标签:style   blog   color   io   div   cti   代码   log   sp   

原文地址:http://www.cnblogs.com/xinxin19871118/p/3932727.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!