代码搜索:Input
找到约 10,000 项符合「Input」的源代码
代码结果 10,000
www.eeworm.com/read/113143/15469256
cpp input.cpp
// Input.cpp: implementation of the CDirectInput class.
//
//////////////////////////////////////////////////////////////////////
#include "Input.h"
#define SAFE_RELEASE(x) if(x) { x->Release
www.eeworm.com/read/113129/15469795
sct input.sct
www.eeworm.com/read/113129/15469824
scx input.scx
www.eeworm.com/read/113074/15470650
h input.h
#if !defined (INPUT_H)
#define INPUT_H
// (c) Bartosz Milewski 2000
const int maxBuf = 100;
// Tokens are tokNumber, tokError, +, -, *, /.
const int tokNumber = 1;
const int tokError = 2;
www.eeworm.com/read/113074/15470652
cpp input.cpp
// (c) Bartosz Milewski 2000
#include "Input.h"
#include
#include
#include
#include
Input::Input ()
{
std::cin >> _buf;
// first char of input
www.eeworm.com/read/113074/15470711
cpp input.cpp
// (c) Bartosz Milewski 2000
#include
class InputNum
{
public:
InputNum ()
{
std::cout > _num;
}
int GetValue () const { return _num;
www.eeworm.com/read/113074/15470712
mcp input.mcp
www.eeworm.com/read/113074/15470713
exe input.exe
www.eeworm.com/read/113074/15470720
h input.h
#if !defined (INPUT_H)
#define INPUT_H
// (c) Bartosz Milewski 2000
#include
const int tokError = 0;
const int tokNumber = 1;
class Input
{
public:
Input ()
{
std::cout