Skip to content

Instantly share code, notes, and snippets.

/*
* main.cpp
*
* Created on: 2014/02/11
* Author: Resorcin
*/
#include <iostream>
#include <fstream>
#include <ctime>
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Security;
namespace CopyTo
{
class Run
{
#include <iostream>
#include <fstream>
using namespace std;
//---------------------------------------------------
// 空のファイルか判定
//---------------------------------------------------
bool empty_file( std::fstream& fs );
//---------------------------------------------------
#include <ios>
#include <iostream>
#include <stdexcept>
#include <new>
#include <locale>
#define CHAR_SIZE 1
#define WCHAR_SIZE 2
/* 概要:
#!/bin/bash
def_name="$PWD/main.c"
file_name=''
flag=0
reply=''
if [ -f $def_name ]; then
gcc $def_name
else
aiueo
#include "read_number.h"
int read_number(void)
{
char c;
int n;
int m;
int fail;
n = 0;
CXX = g++
INCEDIR = -I/usr/local/include
LIBDIR = -L/usr/local/lib
LIBS = -lfltk -lX11 -lXext -lXft -lfontconfig -lm -ldl
all:
@($(CXX) *.cpp $(INCEDIR) $(LIBDIR) $(LIBS))
clean:
rm -f *.o
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <stdexcept>
#include <cstdlib>
#include <cstring>
//---------------------------------------------------------
@LilinYume
LilinYume / EOFprop.cs
Created May 15, 2013 02:11
EOFを取るプロパティ
using System;
using System.IO;
class prop
{
public bool EOF {
get{
io s = new io();
return s.streamFile();
}