Commit 0f46c49d by Karsa Zoltán István

codeblocks

parent 848c8229
......@@ -51,7 +51,7 @@ public:
//beérkező bázis hatására, mi történjen
void atmenet(Bazis b);
//a lánc feldolgozás után elfogadunk-e, nem áll vissza alaphelyzetbe
bool feldolgoz(Bazis *b, int n);
bool feldolgoz(const Bazis *b, int n);
//visszaállítás a kezdő állapotba
void alaphelyzet();
};
......
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="genetika" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/genetika" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/genetika" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-fexceptions" />
</Compiler>
<Unit filename="allapotgep.cpp" />
<Unit filename="allapotgep.h" />
<Unit filename="genetika_teszt.cpp" />
<Unit filename="gtest_lite.h" />
<Unit filename="memtrace.cpp" />
<Unit filename="memtrace.h" />
<Extensions />
</Project>
</CodeBlocks_project_file>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment