-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 92b5cd0
Showing
31 changed files
with
13,555 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<CodeBlocks_project_file> | ||
<FileVersion major="1" minor="6" /> | ||
<Project> | ||
<Option title="Minor2" /> | ||
<Option pch_mode="2" /> | ||
<Option compiler="gcc" /> | ||
<Build> | ||
<Target title="Debug"> | ||
<Option output="bin/Debug/Minor2" prefix_auto="1" extension_auto="1" /> | ||
<Option object_output="obj/Debug/" /> | ||
<Option type="1" /> | ||
<Option compiler="gcc" /> | ||
<Compiler> | ||
<Add option="-g" /> | ||
<Add directory="C:/Program Files (x86)/CodeBlocks/MinGW/lib/gcc/mingw32/4.9.2/include" /> | ||
</Compiler> | ||
<Linker> | ||
<Add library="C:/Program Files (x86)/CodeBlocks/MinGW/lib/libmysql.a" /> | ||
<Add library="C:/Users/Parthmaheswari/Downloads/Library_Files/Library Files/mysqlfileimportexport.lib" /> | ||
</Linker> | ||
</Target> | ||
<Target title="Release"> | ||
<Option output="bin/Release/Minor2" 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="Start.cpp" /> | ||
<Extensions> | ||
<code_completion /> | ||
<envvars /> | ||
<debugger /> | ||
</Extensions> | ||
</Project> | ||
</CodeBlocks_project_file> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# depslib dependency file v1.0 | ||
1446667744 source:c:\users\parthmaheswari\documents\c language\minor2\main.cpp | ||
<iostream> | ||
|
||
1526219939 source:c:\users\parthmaheswari\documents\c language\minor2\start.cpp | ||
<iostream> | ||
<windows.h> | ||
<mysql.h> | ||
<string.h> | ||
<fstream> | ||
<cmath> | ||
<cstdlib> | ||
<cstring> | ||
<algorithm> | ||
"stemming/english_stem.h" | ||
|
||
1475890966 c:\users\parthmaheswari\documents\c language\minor2\stemming\english_stem.h | ||
"stemming.h" | ||
|
||
1475890966 c:\users\parthmaheswari\documents\c language\minor2\stemming\stemming.h | ||
<algorithm> | ||
"../indexing/string_util.h" | ||
"../indexing/common_lang_constants.h" | ||
|
||
1475890966 c:\users\parthmaheswari\documents\c language\minor2\indexing\string_util.h | ||
<cstdio> | ||
<cstdlib> | ||
<memory> | ||
<cwctype> | ||
<cctype> | ||
<cstring> | ||
<cwchar> | ||
<cstddef> | ||
<string> | ||
<functional> | ||
<cassert> | ||
<clocale> | ||
<stdexcept> | ||
"common_lang_constants.h" | ||
"../utilities/safe_math.h" | ||
"../utilities/utilities.h" | ||
"../utilities/debug_logic.h" | ||
|
||
1475890966 c:\users\parthmaheswari\documents\c language\minor2\indexing\common_lang_constants.h | ||
<cwctype> | ||
|
||
1475890966 c:\users\parthmaheswari\documents\c language\minor2\utilities\safe_math.h | ||
<cmath> | ||
<cassert> | ||
<functional> | ||
|
||
1475890966 c:\users\parthmaheswari\documents\c language\minor2\utilities\utilities.h | ||
<algorithm> | ||
<functional> | ||
<cmath> | ||
<cassert> | ||
|
||
1475890966 c:\users\parthmaheswari\documents\c language\minor2\utilities\debug_logic.h | ||
<iostream> | ||
<fstream> | ||
<iterator> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<CodeBlocks_layout_file> | ||
<FileVersion major="1" minor="0" /> | ||
<ActiveTarget name="Debug" /> | ||
<File name="Start.cpp" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="-5" zoom_2="0"> | ||
<Cursor> | ||
<Cursor1 position="7861" topLine="274" /> | ||
</Cursor> | ||
</File> | ||
</CodeBlocks_layout_file> |
Oops, something went wrong.