Skip to content

Instantly share code, notes, and snippets.

@MasazI
Created May 20, 2015 10:58
Show Gist options
  • Save MasazI/740e0d8a092028cfd4a9 to your computer and use it in GitHub Desktop.
Save MasazI/740e0d8a092028cfd4a9 to your computer and use it in GitHub Desktop.
InputStream.cpp (子 - 標準入力)
//
// InputStream.cpp
// CplusplusPractice
//
// Created by masai on 2015/05/20.
// Copyright (c) 2015年 masai. All rights reserved.
//
#include <iostream>
#include "InputStream.hpp"
using namespace std;
void InputStream::SetBase(){
cin >> m_n;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment