leix28 / 8-digital

A simple 8-digital problem solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# 8-digital
A simple 8-digital problem solver.

Warning: The program is tested under OS X 10.10 Yosemite, but it probably works under other operating systemsß. 

--------------

##Compile
- For Unix/Linux/OSX
	make
- For Windows
	mingw32-make

--------------

##Use
- screen I/O
./bin/Main 

- file I/O
./bin/Main [input file name] [output file name]
Example: ./bin/Main input.txt output.txt
There should be exactly two file names with no special characters like SPACE or TAB.

--------------

Leonard Xu © All right reserved

About

A simple 8-digital problem solver

License:GNU General Public License v2.0


Languages

Language:C++ 94.9%Language:Makefile 5.1%