したらばTOP ■掲示板に戻る■ 全部 1-100 最新50 | メール | |

管理人の独り言(プログラミング関連)

871774さん:2008/11/20(木) 22:21:22 ID:CENbthlg0
まあ、ポインタでも受け取れるが、気持ち悪いので・・・

#include <iostream>
#include <iterator>
#include <algorithm>
#include <functional>
#include <fstream>
#include <string>

#include <vector>
#include <map>

#include <cstdlib>
#include <ctime>

template<typename t, typename ct>
std::basic_ostream<t, ct>&
out(std::basic_ostream<t, ct> &o){
return o << "test" << std::endl;
}

int main(int argc, char **argv){
out(std::cout);
out(std::ofstream("test.txt"));
}


新着レスの表示


名前: E-mail(省略可)

※書き込む際の注意事項はこちら

※画像アップローダーはこちら

(画像を表示できるのは「画像リンクのサムネイル表示」がオンの掲示板に限ります)

掲示板管理者へ連絡 無料レンタル掲示板