代写代考 * Copyright (C) , 2017

* Copyright (C) , 2017
* Do not share this file with anyone
#ifndef __INPUT_BUFFER__H__
#define __INPUT_BUFFER__H__

Copyright By PowCoder代写 加微信 powcoder

#include
#include

class InputBuffer {
void GetChar(char&);
char UngetChar(char);
std::string UngetString(std::string);
bool EndOfInput();

std::vector input_buffer;

#endif //__INPUT_BUFFER__H__

程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com