Skip to content

andy-esch/language-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

language-test program

To build, the boost random library is required.  See 
http://www.boost.org/doc/libs/1_47_0/more/getting_started/index.html 
for more information.

Build:
Open 'makefile' and change the argument of CXX to your default C++ compiler.  After CXXFLAGS, 
add
-L/path/to/boost/lib -I/path/to/boost/include
Save makefile, and from the commandline, type
	make

Usage:
Type
	./ltest -h
for usage information.

About

A simple language quizzing program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published