Skip to content

Commit

Permalink
LinkedList Program With C++ Mady By AMIR MASSUM BEYGI IR !
Browse files Browse the repository at this point in the history
  • Loading branch information
AmBplus committed Jan 14, 2022
0 parents commit be89d33
Show file tree
Hide file tree
Showing 8 changed files with 1,161 additions and 0 deletions.
1,106 changes: 1,106 additions & 0 deletions LinkedList.cpp

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions TEAMProJect.cbp
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="TEAMProJect" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/TEAMProJect" 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/TEAMProJect" 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="main.cpp" />
<Extensions>
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>
5 changes: 5 additions & 0 deletions TEAMProJect.depend
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# depslib dependency file v1.0
1639231094 source:e:\university\new folder (2)\sakhteman_dade\traning\team\teamproject\main.cpp
<iostream>
<cctype>

10 changes: 10 additions & 0 deletions TEAMProJect.layout
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="main.cpp" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="-1" zoom_2="0">
<Cursor>
<Cursor1 position="17215" topLine="537" />
</Cursor>
</File>
</CodeBlocks_layout_file>
Binary file added TEAM_8.exe
Binary file not shown.
Binary file added TEAM_8.o
Binary file not shown.
Binary file added bin/Debug/TEAMProJect.exe
Binary file not shown.
Binary file added obj/Debug/main.o
Binary file not shown.

0 comments on commit be89d33

Please sign in to comment.