[ create a new paste ] login | about

Link: http://codepad.org/k0N1eKIZ    [ raw code | fork ]

thankyou - C++, pasted on Nov 28:
#include "stdafx.h"
#include <fstream>
#include <sstream>
#include <cstring>
#include "Global.h"
#include "hoge.h"

#include <iostream>
#include <iomanip>



void hoge::Load(const string& file){
	m.insert(pair<string, string>("hoge","hoge2"));
}

void hoge::Input(const string& code) const
{
/*すべてコメントアウト*/
}

void hoge::Post(const string& code) const
{
/*すべてコメントアウト
*/
}


Create a new paste based on this one


Comments: