Mise à jour language C BTS
This commit is contained in:
parent
dfcaef46a1
commit
fe863a28c2
BIN
C/Deuxieme annee/threadTDQ2/bin/Debug/threadTDQ2
Executable file
BIN
C/Deuxieme annee/threadTDQ2/bin/Debug/threadTDQ2
Executable file
Binary file not shown.
BIN
C/Deuxieme annee/threadTDQ2/obj/Debug/main.o
Normal file
BIN
C/Deuxieme annee/threadTDQ2/obj/Debug/main.o
Normal file
Binary file not shown.
47
C/Deuxieme annee/threadTDQ2/threadTDQ2.cbp
Normal file
47
C/Deuxieme annee/threadTDQ2/threadTDQ2.cbp
Normal file
@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="threadTDQ2" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="bin/Debug/threadTDQ2" 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/threadTDQ2" 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" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="pthread" />
|
||||
</Linker>
|
||||
<Unit filename="main.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<envvars />
|
||||
<lib_finder disable_auto="1" />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
8
C/Deuxieme annee/threadTDQ2/threadTDQ2.depend
Normal file
8
C/Deuxieme annee/threadTDQ2/threadTDQ2.depend
Normal file
@ -0,0 +1,8 @@
|
||||
# depslib dependency file v1.0
|
||||
1475661104 source:/home/USERS/ELEVES/SNIR2015/therbron/Workspace/C/threadTDQ2/main.c
|
||||
<stdio.h>
|
||||
<unistd.h>
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
<pthread.h>
|
||||
|
9
C/Deuxieme annee/threadTDQ2/threadTDQ2.layout
Normal file
9
C/Deuxieme annee/threadTDQ2/threadTDQ2.layout
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Debug" />
|
||||
<File name="main.c" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="5" />
|
||||
</Cursor>
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
BIN
C/Deuxieme annee/threadTDQ3/bin/Debug/threadTDQ3
Executable file
BIN
C/Deuxieme annee/threadTDQ3/bin/Debug/threadTDQ3
Executable file
Binary file not shown.
BIN
C/Deuxieme annee/threadTDQ3/obj/Debug/main.o
Normal file
BIN
C/Deuxieme annee/threadTDQ3/obj/Debug/main.o
Normal file
Binary file not shown.
47
C/Deuxieme annee/threadTDQ3/threadTDQ3.cbp
Normal file
47
C/Deuxieme annee/threadTDQ3/threadTDQ3.cbp
Normal file
@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="threadTDQ3" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="bin/Debug/threadTDQ3" 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/threadTDQ3" 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" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="pthread" />
|
||||
</Linker>
|
||||
<Unit filename="main.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<envvars />
|
||||
<lib_finder disable_auto="1" />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
8
C/Deuxieme annee/threadTDQ3/threadTDQ3.depend
Normal file
8
C/Deuxieme annee/threadTDQ3/threadTDQ3.depend
Normal file
@ -0,0 +1,8 @@
|
||||
# depslib dependency file v1.0
|
||||
1475825404 source:/home/USERS/ELEVES/SNIR2015/therbron/Workspace/C/threadTDQ3/main.c
|
||||
<stdio.h>
|
||||
<unistd.h>
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
<pthread.h>
|
||||
|
9
C/Deuxieme annee/threadTDQ3/threadTDQ3.layout
Normal file
9
C/Deuxieme annee/threadTDQ3/threadTDQ3.layout
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Debug" />
|
||||
<File name="main.c" open="1" top="1" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="796" topLine="17" />
|
||||
</Cursor>
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user