Menu

Tree [3c7bf1] master /
 History

HTTPS access


File Date Author Commit
 base 2010-12-23 Azat Khuzhin Azat Khuzhin [c8bdce] Initial Commit
 dists 2010-12-24 Azat Khuzhin Azat Khuzhin [3c7bf1] Fix Main model of Analyzer
 models 2010-12-24 Azat Khuzhin Azat Khuzhin [3c7bf1] Fix Main model of Analyzer
 README 2010-12-23 Azat Khuzhin Azat Khuzhin [c8bdce] Initial Commit
 main.cpp 2010-12-23 Azat Khuzhin Azat Khuzhin [c8bdce] Initial Commit
 main.h 2010-12-23 Azat Khuzhin Azat Khuzhin [c8bdce] Initial Commit

Read Me

Static analyzer for:
	> Message from Kue at 15:36:27 
	> "Язык правильных скобочных записей со скобками двух типов, которые при вложении чередуются". - вот всё описание

1. Compilation

1.1. *nix: 				g++ -o dists/out base/Exception.cpp main.cpp models/Analyzer.cpp
1.2. Windows: 			g++ -o dists\out.exe base\ExceptionWin.cpp main.cpp models\Analyzer.cpp
1.3. Windows (libs build in):	g++ -static-libstdc++ -static-libgcc -o dists\out.exe base\ExceptionWin.cpp main.cpp models\Analyzer.cpp

Difference between 1.2 and 1.3 is: 1.2 - worked only on windows, where installed MinGW, and 1.3 worked on any compatible windows system (libraries build in binary file)

The binary file is in "out"
\\ 1. Compilation
MongoDB Logo MongoDB