代码搜索结果
找到约 10,000 项符合
Screen 的代码
screen.cpp
// screen.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "screen.h"
#include "MainFrm.h"
#include "screenDoc.h"
#include "screenView.h"
#ifdef _DEB
screen.h
// screen.h : main header file for the SCREEN application
//
#if !defined(AFX_SCREEN_H__C9410AEE_E995_41B0_B0AB_F59FF66B36F2__INCLUDED_)
#define AFX_SCREEN_H__C9410AEE_E995_41B0_B0AB_F59FF66B36F2
screen.dsp
# Microsoft Developer Studio Project File - Name="screen" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
screen.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CScreenView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "screen
screen.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
screen.cpp
#include
using std::cerr;
using std::cout;
using std::endl;
#include "screen.h"
// --------------------------
// Screen static data members
// --------------------------
Scree
screen.h
#ifndef SCREEN_H
#define SCREEN_H
#include
using std::string;
class Screen {
public:
enum CursorMovements {
HOME, FORWARD, BACK, UP, DOWN, END
};
typedef Screen& (Scr
screen.cpp
#include
using std::cerr;
using std::cout;
using std::endl;
#include "screen.h"
// --------------------------
// Screen static data members
// --------------------------
Scree