├── Diziler ├── diziler.c ├── Untitled2.o ├── diziler.exe ├── diziler.layout ├── diziler.dev └── Makefile.win ├── Donguler ├── Untitled2.o ├── donguler.c ├── donguler.exe ├── donguler.layout ├── donguler.dev └── Makefile.win ├── Isaretciler ├── main.o ├── isaretciler.c ├── isaretciler.exe ├── isaretciler.layout ├── isaretciler.dev └── Makefile.win ├── Struct ├── Untitled2.o ├── structyapisi.c ├── structYapisi.exe ├── structYapisi.layout ├── structYapisi.dev └── Makefile.win ├── Degiskenler ├── Untitled3.o ├── degiskenler.c ├── degiskenler.exe ├── degiskenler.layout ├── degiskenler.dev └── Makefile.win ├── Fonksiyonlar ├── Untitled2.o ├── fonksiyonlar.c ├── fonksiyonlar.exe ├── fonksiyonlar.layout ├── fonksiyonlar.dev └── Makefile.win ├── OnIslemciler ├── Untitled2.o ├── onislemciler.exe ├── onislemciler.layout ├── onislemciler.c ├── onislemciler.dev └── Makefile.win ├── Operatorler ├── Untitled2.o ├── operatorler.c ├── operatorler.exe ├── operatorler.layout ├── operatorler.dev └── Makefile.win ├── DosyaIslemleri ├── Untitled2.o ├── dosyaislemleri.c ├── dosyaislemleri.exe ├── dosyaislemleri.layout ├── deneme.txt ├── filmDosyasi.txt ├── deneme2.txt ├── dosyaislemleri.dev └── Makefile.win ├── TemelVeriTipleri ├── tablo.PNG ├── Untitled2.o ├── ASCII TABLE.png ├── temelveritipleri.c ├── temelveritipleri.exe ├── temelveritipleri.layout ├── temelveritipleri.dev └── Makefile.win ├── KutuphaneProjesi ├── Untitled2.o ├── kitapListesi.txt ├── kutuphaneprojesi.c ├── kutuphaneprojesi.o ├── uyeListesi.txt ├── kutuphaneProjesi.exe ├── kutuphaneProjesi.layout ├── kutuphaneProjesi.dev └── Makefile.win ├── DinamikBellekYonetimi ├── Untitled2.o ├── dinamikbellekyonetimi.layout ├── dinamikbellekyonetimi.c ├── dinamikbellekyonetimi.exe ├── dinamikbellekyonetimi.dev └── Makefile.win ├── OtelRezervasyonSistemiProjesi ├── Untitled2.o ├── otelProjesi.layout ├── otelProjesi.exe ├── otelprojesi.c ├── otelProjesi.dev ├── Makefile.win └── otelKayitlari.txt └── README.md /Diziler/diziler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Diziler/diziler.c -------------------------------------------------------------------------------- /Diziler/Untitled2.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Diziler/Untitled2.o -------------------------------------------------------------------------------- /Diziler/diziler.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Diziler/diziler.exe -------------------------------------------------------------------------------- /Donguler/Untitled2.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Donguler/Untitled2.o -------------------------------------------------------------------------------- /Donguler/donguler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Donguler/donguler.c -------------------------------------------------------------------------------- /Isaretciler/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Isaretciler/main.o -------------------------------------------------------------------------------- /Struct/Untitled2.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Struct/Untitled2.o -------------------------------------------------------------------------------- /Donguler/donguler.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Donguler/donguler.exe -------------------------------------------------------------------------------- /Struct/structyapisi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Struct/structyapisi.c -------------------------------------------------------------------------------- /Degiskenler/Untitled3.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Degiskenler/Untitled3.o -------------------------------------------------------------------------------- /Degiskenler/degiskenler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Degiskenler/degiskenler.c -------------------------------------------------------------------------------- /Fonksiyonlar/Untitled2.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Fonksiyonlar/Untitled2.o -------------------------------------------------------------------------------- /Isaretciler/isaretciler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Isaretciler/isaretciler.c -------------------------------------------------------------------------------- /OnIslemciler/Untitled2.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/OnIslemciler/Untitled2.o -------------------------------------------------------------------------------- /Operatorler/Untitled2.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Operatorler/Untitled2.o -------------------------------------------------------------------------------- /Operatorler/operatorler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Operatorler/operatorler.c -------------------------------------------------------------------------------- /Struct/structYapisi.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Struct/structYapisi.exe -------------------------------------------------------------------------------- /Degiskenler/degiskenler.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Degiskenler/degiskenler.exe -------------------------------------------------------------------------------- /DosyaIslemleri/Untitled2.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/DosyaIslemleri/Untitled2.o -------------------------------------------------------------------------------- /Fonksiyonlar/fonksiyonlar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Fonksiyonlar/fonksiyonlar.c -------------------------------------------------------------------------------- /Isaretciler/isaretciler.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Isaretciler/isaretciler.exe -------------------------------------------------------------------------------- /Operatorler/operatorler.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Operatorler/operatorler.exe -------------------------------------------------------------------------------- /TemelVeriTipleri/tablo.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/TemelVeriTipleri/tablo.PNG -------------------------------------------------------------------------------- /Diziler/diziler.layout: -------------------------------------------------------------------------------- 1 | [Editors] 2 | Order=0 3 | Focused=0 4 | [Editor_0] 5 | CursorCol=1 6 | CursorRow=263 7 | TopLine=210 8 | LeftChar=1 9 | -------------------------------------------------------------------------------- /Donguler/donguler.layout: -------------------------------------------------------------------------------- 1 | [Editors] 2 | Order=0 3 | Focused=0 4 | [Editor_0] 5 | CursorCol=4 6 | CursorRow=373 7 | TopLine=352 8 | LeftChar=1 9 | -------------------------------------------------------------------------------- /Fonksiyonlar/fonksiyonlar.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/Fonksiyonlar/fonksiyonlar.exe -------------------------------------------------------------------------------- /KutuphaneProjesi/Untitled2.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/KutuphaneProjesi/Untitled2.o -------------------------------------------------------------------------------- /OnIslemciler/onislemciler.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/OnIslemciler/onislemciler.exe -------------------------------------------------------------------------------- /Struct/structYapisi.layout: -------------------------------------------------------------------------------- 1 | [Editors] 2 | Order=0 3 | Focused=0 4 | [Editor_0] 5 | CursorCol=17 6 | CursorRow=9 7 | TopLine=1 8 | LeftChar=1 9 | -------------------------------------------------------------------------------- /TemelVeriTipleri/Untitled2.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/TemelVeriTipleri/Untitled2.o -------------------------------------------------------------------------------- /Degiskenler/degiskenler.layout: -------------------------------------------------------------------------------- 1 | [Editors] 2 | Order=0 3 | Focused=0 4 | [Editor_0] 5 | CursorCol=2 6 | CursorRow=30 7 | TopLine=1 8 | LeftChar=1 9 | -------------------------------------------------------------------------------- /DosyaIslemleri/dosyaislemleri.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/DosyaIslemleri/dosyaislemleri.c -------------------------------------------------------------------------------- /Fonksiyonlar/fonksiyonlar.layout: -------------------------------------------------------------------------------- 1 | [Editors] 2 | Order=0 3 | Focused=0 4 | [Editor_0] 5 | CursorCol=2 6 | CursorRow=63 7 | TopLine=34 8 | LeftChar=1 9 | -------------------------------------------------------------------------------- /Isaretciler/isaretciler.layout: -------------------------------------------------------------------------------- 1 | [Editors] 2 | Order=0 3 | Focused=0 4 | [Editor_0] 5 | CursorCol=1 6 | CursorRow=342 7 | TopLine=316 8 | LeftChar=1 9 | -------------------------------------------------------------------------------- /OnIslemciler/onislemciler.layout: -------------------------------------------------------------------------------- 1 | [Editors] 2 | Order=0 3 | Focused=0 4 | [Editor_0] 5 | CursorCol=2 6 | CursorRow=26 7 | TopLine=1 8 | LeftChar=1 9 | -------------------------------------------------------------------------------- /Operatorler/operatorler.layout: -------------------------------------------------------------------------------- 1 | [Editors] 2 | Order=0 3 | Focused=0 4 | [Editor_0] 5 | CursorCol=2 6 | CursorRow=45 7 | TopLine=31 8 | LeftChar=1 9 | -------------------------------------------------------------------------------- /TemelVeriTipleri/ASCII TABLE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/TemelVeriTipleri/ASCII TABLE.png -------------------------------------------------------------------------------- /DinamikBellekYonetimi/Untitled2.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/DinamikBellekYonetimi/Untitled2.o -------------------------------------------------------------------------------- /DosyaIslemleri/dosyaislemleri.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/DosyaIslemleri/dosyaislemleri.exe -------------------------------------------------------------------------------- /KutuphaneProjesi/kitapListesi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/KutuphaneProjesi/kitapListesi.txt -------------------------------------------------------------------------------- /KutuphaneProjesi/kutuphaneprojesi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/KutuphaneProjesi/kutuphaneprojesi.c -------------------------------------------------------------------------------- /KutuphaneProjesi/kutuphaneprojesi.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/KutuphaneProjesi/kutuphaneprojesi.o -------------------------------------------------------------------------------- /KutuphaneProjesi/uyeListesi.txt: -------------------------------------------------------------------------------- 1 | Ogun Birinci 1 3532 123456 2 | Duygu Keydal 0 4074 12345 3 | Neriman Birinci 1 21845 12345678 4 | ogun birinci 1 1642 1234 5 | -------------------------------------------------------------------------------- /TemelVeriTipleri/temelveritipleri.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/TemelVeriTipleri/temelveritipleri.c -------------------------------------------------------------------------------- /DosyaIslemleri/dosyaislemleri.layout: -------------------------------------------------------------------------------- 1 | [Editors] 2 | Order=0 3 | Focused=0 4 | [Editor_0] 5 | CursorCol=1 6 | CursorRow=151 7 | TopLine=115 8 | LeftChar=1 9 | -------------------------------------------------------------------------------- /KutuphaneProjesi/kutuphaneProjesi.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/KutuphaneProjesi/kutuphaneProjesi.exe -------------------------------------------------------------------------------- /KutuphaneProjesi/kutuphaneProjesi.layout: -------------------------------------------------------------------------------- 1 | [Editors] 2 | Order=0 3 | Focused=0 4 | [Editor_0] 5 | CursorCol=3 6 | CursorRow=256 7 | TopLine=246 8 | LeftChar=1 9 | -------------------------------------------------------------------------------- /TemelVeriTipleri/temelveritipleri.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/TemelVeriTipleri/temelveritipleri.exe -------------------------------------------------------------------------------- /TemelVeriTipleri/temelveritipleri.layout: -------------------------------------------------------------------------------- 1 | [Editors] 2 | Order=0 3 | Focused=0 4 | [Editor_0] 5 | CursorCol=1 6 | CursorRow=20 7 | TopLine=1 8 | LeftChar=1 9 | -------------------------------------------------------------------------------- /DinamikBellekYonetimi/dinamikbellekyonetimi.layout: -------------------------------------------------------------------------------- 1 | [Editors] 2 | Order=0 3 | Focused=0 4 | [Editor_0] 5 | CursorCol=38 6 | CursorRow=23 7 | TopLine=1 8 | LeftChar=1 9 | -------------------------------------------------------------------------------- /DosyaIslemleri/deneme.txt: -------------------------------------------------------------------------------- 1 | OgunBirinci 75 48 2 | DuyguKeydal 89 92 3 | EdaDeniz 82 58 4 | BurakIkinci 92 47 5 | HalilTasdelen 48 39 6 | OmerSelvi 39 21 7 | OguzBirinci 98 97 -------------------------------------------------------------------------------- /DosyaIslemleri/filmDosyasi.txt: -------------------------------------------------------------------------------- 1 | Film-Dizi Adi:Ezel 2 | Film-Dizi Adi:Suskunlar 3 | Film-Dizi Adi:ShutterIsland 4 | Film-Dizi Adi:LeylaIleMecnun 5 | Film-Dizi Adi:Friends 6 | -------------------------------------------------------------------------------- /OtelRezervasyonSistemiProjesi/Untitled2.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/OtelRezervasyonSistemiProjesi/Untitled2.o -------------------------------------------------------------------------------- /OtelRezervasyonSistemiProjesi/otelProjesi.layout: -------------------------------------------------------------------------------- 1 | [Editors] 2 | Order=0 3 | Focused=0 4 | [Editor_0] 5 | CursorCol=27 6 | CursorRow=23 7 | TopLine=1 8 | LeftChar=1 9 | -------------------------------------------------------------------------------- /DinamikBellekYonetimi/dinamikbellekyonetimi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/DinamikBellekYonetimi/dinamikbellekyonetimi.c -------------------------------------------------------------------------------- /OtelRezervasyonSistemiProjesi/otelProjesi.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/OtelRezervasyonSistemiProjesi/otelProjesi.exe -------------------------------------------------------------------------------- /OtelRezervasyonSistemiProjesi/otelprojesi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/OtelRezervasyonSistemiProjesi/otelprojesi.c -------------------------------------------------------------------------------- /DinamikBellekYonetimi/dinamikbellekyonetimi.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ogunbrnc/C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama/HEAD/DinamikBellekYonetimi/dinamikbellekyonetimi.exe -------------------------------------------------------------------------------- /DosyaIslemleri/deneme2.txt: -------------------------------------------------------------------------------- 1 | OgunBirinci 75 48 57.450000 D Gectiniz. 2 | DuyguKeydal 89 92 90.950000 A Gectiniz. 3 | EdaDeniz 82 58 66.400000 C Gectiniz. 4 | BurakIkinci 92 47 62.750000 D Gectiniz. 5 | HalilTasdelen 48 39 42.150000 F Kaldiniz. 6 | OmerSelvi 39 21 27.300000 F Kaldiniz. 7 | OguzBirinci 98 97 97.350000 A Gectiniz. 8 | -------------------------------------------------------------------------------- /OnIslemciler/onislemciler.c: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | 4 | #define TURKCE 5 | #define INGILIZCE 6 | 7 | 8 | 9 | 10 | int main(void){ 11 | #undef INGILIZCE 12 | 13 | #if defined(TURKCE) 14 | printf("Turkce tanimlanmistir.\n"); 15 | #elif defined(INGILIZCE) 16 | printf("Ingilizce tanimlanmistir.\n"); 17 | #else 18 | printf("Turkce-ingilizce tanimlanmamistir.\n"); 19 | #endif 20 | 21 | 22 | 23 | 24 | 25 | return 0; 26 | } 27 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # C-Sifirdan-Ileri-Seviyeye-Uygulamali-Programlama 2 | Udemy "C Sıfırdan İleri Seviyeye Uygulamalı Programlama" kursunda kullanılan kaynak kodlar. 3 | Kodları direkt olarak çalıştırmak yerine .c uzantılı dosyadan gerekli yerleri alarak ilerlemek gerekmektedir, yazılan kodların karışmaması adına yorum satırları eklenmiştir, kodların detaylı açıklamaları Udemy kursunda bulunmaktadır. 4 | 5 | Kurs'a şu linkten ulaşabilirsiniz 6 | https://www.udemy.com/course/25saat-c-sifirdan-ileri-seviyeye-uygulamali-programlama/?couponCode=MART2021 7 | 8 | -------------------------------------------------------------------------------- /Diziler/diziler.dev: -------------------------------------------------------------------------------- 1 | [Project] 2 | FileName=diziler.dev 3 | Name=diziler 4 | Type=1 5 | Ver=2 6 | ObjFiles= 7 | Includes= 8 | Libs= 9 | PrivateResource= 10 | ResourceIncludes= 11 | MakeIncludes= 12 | Compiler= 13 | CppCompiler= 14 | Linker= 15 | IsCpp=0 16 | Icon= 17 | ExeOutput= 18 | ObjectOutput= 19 | LogOutput= 20 | LogOutputEnabled=0 21 | OverrideOutput=0 22 | OverrideOutputName= 23 | HostApplication= 24 | UseCustomMakefile=0 25 | CustomMakefile= 26 | CommandLine= 27 | Folders= 28 | IncludeVersionInfo=0 29 | SupportXPThemes=0 30 | CompilerSet=0 31 | CompilerSettings=0000000000000000000000000 32 | UnitCount=1 33 | 34 | [VersionInfo] 35 | Major=1 36 | Minor=0 37 | Release=0 38 | Build=0 39 | LanguageID=1033 40 | CharsetID=1252 41 | CompanyName= 42 | FileVersion= 43 | FileDescription=Developed using the Dev-C++ IDE 44 | InternalName= 45 | LegalCopyright= 46 | LegalTrademarks= 47 | OriginalFilename= 48 | ProductName= 49 | ProductVersion= 50 | AutoIncBuildNr=0 51 | SyncProduct=1 52 | 53 | [Unit1] 54 | FileName=diziler.c 55 | CompileCpp=0 56 | Folder= 57 | Compile=1 58 | Link=1 59 | Priority=1000 60 | OverrideBuildCmd=0 61 | BuildCmd= 62 | 63 | -------------------------------------------------------------------------------- /Donguler/donguler.dev: -------------------------------------------------------------------------------- 1 | [Project] 2 | FileName=donguler.dev 3 | Name=donguler 4 | Type=1 5 | Ver=2 6 | ObjFiles= 7 | Includes= 8 | Libs= 9 | PrivateResource= 10 | ResourceIncludes= 11 | MakeIncludes= 12 | Compiler= 13 | CppCompiler= 14 | Linker= 15 | IsCpp=0 16 | Icon= 17 | ExeOutput= 18 | ObjectOutput= 19 | LogOutput= 20 | LogOutputEnabled=0 21 | OverrideOutput=0 22 | OverrideOutputName= 23 | HostApplication= 24 | UseCustomMakefile=0 25 | CustomMakefile= 26 | CommandLine= 27 | Folders= 28 | IncludeVersionInfo=0 29 | SupportXPThemes=0 30 | CompilerSet=0 31 | CompilerSettings=0000000000000000000000000 32 | UnitCount=1 33 | 34 | [VersionInfo] 35 | Major=1 36 | Minor=0 37 | Release=0 38 | Build=0 39 | LanguageID=1033 40 | CharsetID=1252 41 | CompanyName= 42 | FileVersion= 43 | FileDescription=Developed using the Dev-C++ IDE 44 | InternalName= 45 | LegalCopyright= 46 | LegalTrademarks= 47 | OriginalFilename= 48 | ProductName= 49 | ProductVersion= 50 | AutoIncBuildNr=0 51 | SyncProduct=1 52 | 53 | [Unit1] 54 | FileName=donguler.c 55 | CompileCpp=0 56 | Folder= 57 | Compile=1 58 | Link=1 59 | Priority=1000 60 | OverrideBuildCmd=0 61 | BuildCmd= 62 | 63 | -------------------------------------------------------------------------------- /Degiskenler/degiskenler.dev: -------------------------------------------------------------------------------- 1 | [Project] 2 | FileName=degiskenler.dev 3 | Name=degiskenler 4 | Type=1 5 | Ver=2 6 | ObjFiles= 7 | Includes= 8 | Libs= 9 | PrivateResource= 10 | ResourceIncludes= 11 | MakeIncludes= 12 | Compiler= 13 | CppCompiler= 14 | Linker= 15 | IsCpp=0 16 | Icon= 17 | ExeOutput= 18 | ObjectOutput= 19 | LogOutput= 20 | LogOutputEnabled=0 21 | OverrideOutput=0 22 | OverrideOutputName= 23 | HostApplication= 24 | UseCustomMakefile=0 25 | CustomMakefile= 26 | CommandLine= 27 | Folders= 28 | IncludeVersionInfo=0 29 | SupportXPThemes=0 30 | CompilerSet=0 31 | CompilerSettings=0000000000000000000000000 32 | UnitCount=1 33 | 34 | [VersionInfo] 35 | Major=1 36 | Minor=0 37 | Release=0 38 | Build=0 39 | LanguageID=1033 40 | CharsetID=1252 41 | CompanyName= 42 | FileVersion= 43 | FileDescription=Developed using the Dev-C++ IDE 44 | InternalName= 45 | LegalCopyright= 46 | LegalTrademarks= 47 | OriginalFilename= 48 | ProductName= 49 | ProductVersion= 50 | AutoIncBuildNr=0 51 | SyncProduct=1 52 | 53 | [Unit1] 54 | FileName=degiskenler.c 55 | CompileCpp=0 56 | Folder= 57 | Compile=1 58 | Link=1 59 | Priority=1000 60 | OverrideBuildCmd=0 61 | BuildCmd= 62 | 63 | -------------------------------------------------------------------------------- /Isaretciler/isaretciler.dev: -------------------------------------------------------------------------------- 1 | [Project] 2 | FileName=isaretciler.dev 3 | Name=isaretciler 4 | Type=1 5 | Ver=2 6 | ObjFiles= 7 | Includes= 8 | Libs= 9 | PrivateResource= 10 | ResourceIncludes= 11 | MakeIncludes= 12 | Compiler= 13 | CppCompiler= 14 | Linker= 15 | IsCpp=0 16 | Icon= 17 | ExeOutput= 18 | ObjectOutput= 19 | LogOutput= 20 | LogOutputEnabled=0 21 | OverrideOutput=0 22 | OverrideOutputName= 23 | HostApplication= 24 | UseCustomMakefile=0 25 | CustomMakefile= 26 | CommandLine= 27 | Folders= 28 | IncludeVersionInfo=0 29 | SupportXPThemes=0 30 | CompilerSet=1 31 | CompilerSettings=0000000000000000001000000 32 | UnitCount=1 33 | 34 | [VersionInfo] 35 | Major=1 36 | Minor=0 37 | Release=0 38 | Build=0 39 | LanguageID=1033 40 | CharsetID=1252 41 | CompanyName= 42 | FileVersion= 43 | FileDescription=Developed using the Dev-C++ IDE 44 | InternalName= 45 | LegalCopyright= 46 | LegalTrademarks= 47 | OriginalFilename= 48 | ProductName= 49 | ProductVersion= 50 | AutoIncBuildNr=0 51 | SyncProduct=1 52 | 53 | [Unit1] 54 | FileName=isaretciler.c 55 | CompileCpp=0 56 | Folder= 57 | Compile=1 58 | Link=1 59 | Priority=1000 60 | OverrideBuildCmd=0 61 | BuildCmd= 62 | 63 | -------------------------------------------------------------------------------- /Operatorler/operatorler.dev: -------------------------------------------------------------------------------- 1 | [Project] 2 | FileName=operatorler.dev 3 | Name=operatorler 4 | Type=1 5 | Ver=2 6 | ObjFiles= 7 | Includes= 8 | Libs= 9 | PrivateResource= 10 | ResourceIncludes= 11 | MakeIncludes= 12 | Compiler= 13 | CppCompiler= 14 | Linker= 15 | IsCpp=0 16 | Icon= 17 | ExeOutput= 18 | ObjectOutput= 19 | LogOutput= 20 | LogOutputEnabled=0 21 | OverrideOutput=0 22 | OverrideOutputName= 23 | HostApplication= 24 | UseCustomMakefile=0 25 | CustomMakefile= 26 | CommandLine= 27 | Folders= 28 | IncludeVersionInfo=0 29 | SupportXPThemes=0 30 | CompilerSet=0 31 | CompilerSettings=0000000000000000000000000 32 | UnitCount=1 33 | 34 | [VersionInfo] 35 | Major=1 36 | Minor=0 37 | Release=0 38 | Build=0 39 | LanguageID=1033 40 | CharsetID=1252 41 | CompanyName= 42 | FileVersion= 43 | FileDescription=Developed using the Dev-C++ IDE 44 | InternalName= 45 | LegalCopyright= 46 | LegalTrademarks= 47 | OriginalFilename= 48 | ProductName= 49 | ProductVersion= 50 | AutoIncBuildNr=0 51 | SyncProduct=1 52 | 53 | [Unit1] 54 | FileName=operatorler.c 55 | CompileCpp=0 56 | Folder= 57 | Compile=1 58 | Link=1 59 | Priority=1000 60 | OverrideBuildCmd=0 61 | BuildCmd= 62 | 63 | -------------------------------------------------------------------------------- /Struct/structYapisi.dev: -------------------------------------------------------------------------------- 1 | [Project] 2 | FileName=structYapisi.dev 3 | Name=structYapisi 4 | Type=1 5 | Ver=2 6 | ObjFiles= 7 | Includes= 8 | Libs= 9 | PrivateResource= 10 | ResourceIncludes= 11 | MakeIncludes= 12 | Compiler= 13 | CppCompiler= 14 | Linker= 15 | IsCpp=0 16 | Icon= 17 | ExeOutput= 18 | ObjectOutput= 19 | LogOutput= 20 | LogOutputEnabled=0 21 | OverrideOutput=0 22 | OverrideOutputName= 23 | HostApplication= 24 | UseCustomMakefile=0 25 | CustomMakefile= 26 | CommandLine= 27 | Folders= 28 | IncludeVersionInfo=0 29 | SupportXPThemes=0 30 | CompilerSet=0 31 | CompilerSettings=0000000000000000000000000 32 | UnitCount=1 33 | 34 | [VersionInfo] 35 | Major=1 36 | Minor=0 37 | Release=0 38 | Build=0 39 | LanguageID=1033 40 | CharsetID=1252 41 | CompanyName= 42 | FileVersion= 43 | FileDescription=Developed using the Dev-C++ IDE 44 | InternalName= 45 | LegalCopyright= 46 | LegalTrademarks= 47 | OriginalFilename= 48 | ProductName= 49 | ProductVersion= 50 | AutoIncBuildNr=0 51 | SyncProduct=1 52 | 53 | [Unit1] 54 | FileName=structyapisi.c 55 | CompileCpp=0 56 | Folder= 57 | Compile=1 58 | Link=1 59 | Priority=1000 60 | OverrideBuildCmd=0 61 | BuildCmd= 62 | 63 | -------------------------------------------------------------------------------- /Fonksiyonlar/fonksiyonlar.dev: -------------------------------------------------------------------------------- 1 | [Project] 2 | FileName=fonksiyonlar.dev 3 | Name=fonksiyonlar 4 | Type=1 5 | Ver=2 6 | ObjFiles= 7 | Includes= 8 | Libs= 9 | PrivateResource= 10 | ResourceIncludes= 11 | MakeIncludes= 12 | Compiler= 13 | CppCompiler= 14 | Linker= 15 | IsCpp=0 16 | Icon= 17 | ExeOutput= 18 | ObjectOutput= 19 | LogOutput= 20 | LogOutputEnabled=0 21 | OverrideOutput=0 22 | OverrideOutputName= 23 | HostApplication= 24 | UseCustomMakefile=0 25 | CustomMakefile= 26 | CommandLine= 27 | Folders= 28 | IncludeVersionInfo=0 29 | SupportXPThemes=0 30 | CompilerSet=0 31 | CompilerSettings=0000000000000000000000000 32 | UnitCount=1 33 | 34 | [VersionInfo] 35 | Major=1 36 | Minor=0 37 | Release=0 38 | Build=0 39 | LanguageID=1033 40 | CharsetID=1252 41 | CompanyName= 42 | FileVersion= 43 | FileDescription=Developed using the Dev-C++ IDE 44 | InternalName= 45 | LegalCopyright= 46 | LegalTrademarks= 47 | OriginalFilename= 48 | ProductName= 49 | ProductVersion= 50 | AutoIncBuildNr=0 51 | SyncProduct=1 52 | 53 | [Unit1] 54 | FileName=fonksiyonlar.c 55 | CompileCpp=0 56 | Folder= 57 | Compile=1 58 | Link=1 59 | Priority=1000 60 | OverrideBuildCmd=0 61 | BuildCmd= 62 | 63 | -------------------------------------------------------------------------------- /OnIslemciler/onislemciler.dev: -------------------------------------------------------------------------------- 1 | [Project] 2 | FileName=onislemciler.dev 3 | Name=onislemciler 4 | Type=1 5 | Ver=2 6 | ObjFiles= 7 | Includes= 8 | Libs= 9 | PrivateResource= 10 | ResourceIncludes= 11 | MakeIncludes= 12 | Compiler= 13 | CppCompiler= 14 | Linker= 15 | IsCpp=0 16 | Icon= 17 | ExeOutput= 18 | ObjectOutput= 19 | LogOutput= 20 | LogOutputEnabled=0 21 | OverrideOutput=0 22 | OverrideOutputName= 23 | HostApplication= 24 | UseCustomMakefile=0 25 | CustomMakefile= 26 | CommandLine= 27 | Folders= 28 | IncludeVersionInfo=0 29 | SupportXPThemes=0 30 | CompilerSet=0 31 | CompilerSettings=0000000000000000000000000 32 | UnitCount=1 33 | 34 | [VersionInfo] 35 | Major=1 36 | Minor=0 37 | Release=0 38 | Build=0 39 | LanguageID=1033 40 | CharsetID=1252 41 | CompanyName= 42 | FileVersion= 43 | FileDescription=Developed using the Dev-C++ IDE 44 | InternalName= 45 | LegalCopyright= 46 | LegalTrademarks= 47 | OriginalFilename= 48 | ProductName= 49 | ProductVersion= 50 | AutoIncBuildNr=0 51 | SyncProduct=1 52 | 53 | [Unit1] 54 | FileName=onislemciler.c 55 | CompileCpp=0 56 | Folder= 57 | Compile=1 58 | Link=1 59 | Priority=1000 60 | OverrideBuildCmd=0 61 | BuildCmd= 62 | 63 | -------------------------------------------------------------------------------- /DosyaIslemleri/dosyaislemleri.dev: -------------------------------------------------------------------------------- 1 | [Project] 2 | FileName=dosyaislemleri.dev 3 | Name=dosyaislemleri 4 | Type=1 5 | Ver=2 6 | ObjFiles= 7 | Includes= 8 | Libs= 9 | PrivateResource= 10 | ResourceIncludes= 11 | MakeIncludes= 12 | Compiler= 13 | CppCompiler= 14 | Linker= 15 | IsCpp=0 16 | Icon= 17 | ExeOutput= 18 | ObjectOutput= 19 | LogOutput= 20 | LogOutputEnabled=0 21 | OverrideOutput=0 22 | OverrideOutputName= 23 | HostApplication= 24 | UseCustomMakefile=0 25 | CustomMakefile= 26 | CommandLine= 27 | Folders= 28 | IncludeVersionInfo=0 29 | SupportXPThemes=0 30 | CompilerSet=0 31 | CompilerSettings=0000000000000000000000000 32 | UnitCount=1 33 | 34 | [VersionInfo] 35 | Major=1 36 | Minor=0 37 | Release=0 38 | Build=0 39 | LanguageID=1033 40 | CharsetID=1252 41 | CompanyName= 42 | FileVersion= 43 | FileDescription=Developed using the Dev-C++ IDE 44 | InternalName= 45 | LegalCopyright= 46 | LegalTrademarks= 47 | OriginalFilename= 48 | ProductName= 49 | ProductVersion= 50 | AutoIncBuildNr=0 51 | SyncProduct=1 52 | 53 | [Unit1] 54 | FileName=dosyaislemleri.c 55 | CompileCpp=0 56 | Folder= 57 | Compile=1 58 | Link=1 59 | Priority=1000 60 | OverrideBuildCmd=0 61 | BuildCmd= 62 | 63 | -------------------------------------------------------------------------------- /OtelRezervasyonSistemiProjesi/otelProjesi.dev: -------------------------------------------------------------------------------- 1 | [Project] 2 | FileName=otelProjesi.dev 3 | Name=otelProjesi 4 | Type=1 5 | Ver=2 6 | ObjFiles= 7 | Includes= 8 | Libs= 9 | PrivateResource= 10 | ResourceIncludes= 11 | MakeIncludes= 12 | Compiler= 13 | CppCompiler= 14 | Linker= 15 | IsCpp=1 16 | Icon= 17 | ExeOutput= 18 | ObjectOutput= 19 | LogOutput= 20 | LogOutputEnabled=0 21 | OverrideOutput=0 22 | OverrideOutputName= 23 | HostApplication= 24 | UseCustomMakefile=0 25 | CustomMakefile= 26 | CommandLine= 27 | Folders= 28 | IncludeVersionInfo=0 29 | SupportXPThemes=0 30 | CompilerSet=0 31 | CompilerSettings=0000000000000000000000000 32 | UnitCount=1 33 | 34 | [VersionInfo] 35 | Major=1 36 | Minor=0 37 | Release=0 38 | Build=0 39 | LanguageID=1033 40 | CharsetID=1252 41 | CompanyName= 42 | FileVersion= 43 | FileDescription=Developed using the Dev-C++ IDE 44 | InternalName= 45 | LegalCopyright= 46 | LegalTrademarks= 47 | OriginalFilename= 48 | ProductName= 49 | ProductVersion= 50 | AutoIncBuildNr=0 51 | SyncProduct=1 52 | 53 | [Unit1] 54 | FileName=otelprojesi.c 55 | CompileCpp=1 56 | Folder= 57 | Compile=1 58 | Link=1 59 | Priority=1000 60 | OverrideBuildCmd=0 61 | BuildCmd= 62 | 63 | -------------------------------------------------------------------------------- /KutuphaneProjesi/kutuphaneProjesi.dev: -------------------------------------------------------------------------------- 1 | [Project] 2 | FileName=kutuphaneProjesi.dev 3 | Name=kutuphaneProjesi 4 | Type=1 5 | Ver=2 6 | ObjFiles= 7 | Includes= 8 | Libs= 9 | PrivateResource= 10 | ResourceIncludes= 11 | MakeIncludes= 12 | Compiler= 13 | CppCompiler= 14 | Linker= 15 | IsCpp=1 16 | Icon= 17 | ExeOutput= 18 | ObjectOutput= 19 | LogOutput= 20 | LogOutputEnabled=0 21 | OverrideOutput=0 22 | OverrideOutputName= 23 | HostApplication= 24 | UseCustomMakefile=0 25 | CustomMakefile= 26 | CommandLine= 27 | Folders= 28 | IncludeVersionInfo=0 29 | SupportXPThemes=0 30 | CompilerSet=0 31 | CompilerSettings=0000000000000000000000000 32 | UnitCount=1 33 | 34 | [VersionInfo] 35 | Major=1 36 | Minor=0 37 | Release=0 38 | Build=0 39 | LanguageID=1033 40 | CharsetID=1252 41 | CompanyName= 42 | FileVersion= 43 | FileDescription=Developed using the Dev-C++ IDE 44 | InternalName= 45 | LegalCopyright= 46 | LegalTrademarks= 47 | OriginalFilename= 48 | ProductName= 49 | ProductVersion= 50 | AutoIncBuildNr=0 51 | SyncProduct=1 52 | 53 | [Unit1] 54 | FileName=kutuphaneprojesi.c 55 | CompileCpp=1 56 | Folder= 57 | Compile=1 58 | Link=1 59 | Priority=1000 60 | OverrideBuildCmd=0 61 | BuildCmd= 62 | 63 | -------------------------------------------------------------------------------- /TemelVeriTipleri/temelveritipleri.dev: -------------------------------------------------------------------------------- 1 | [Project] 2 | FileName=temelveritipleri.dev 3 | Name=temelveritipleri 4 | Type=1 5 | Ver=2 6 | ObjFiles= 7 | Includes= 8 | Libs= 9 | PrivateResource= 10 | ResourceIncludes= 11 | MakeIncludes= 12 | Compiler= 13 | CppCompiler= 14 | Linker= 15 | IsCpp=0 16 | Icon= 17 | ExeOutput= 18 | ObjectOutput= 19 | LogOutput= 20 | LogOutputEnabled=0 21 | OverrideOutput=0 22 | OverrideOutputName= 23 | HostApplication= 24 | UseCustomMakefile=0 25 | CustomMakefile= 26 | CommandLine= 27 | Folders= 28 | IncludeVersionInfo=0 29 | SupportXPThemes=0 30 | CompilerSet=0 31 | CompilerSettings=0000000000000000000000000 32 | UnitCount=1 33 | 34 | [VersionInfo] 35 | Major=1 36 | Minor=0 37 | Release=0 38 | Build=0 39 | LanguageID=1033 40 | CharsetID=1252 41 | CompanyName= 42 | FileVersion= 43 | FileDescription=Developed using the Dev-C++ IDE 44 | InternalName= 45 | LegalCopyright= 46 | LegalTrademarks= 47 | OriginalFilename= 48 | ProductName= 49 | ProductVersion= 50 | AutoIncBuildNr=0 51 | SyncProduct=1 52 | 53 | [Unit1] 54 | FileName=temelveritipleri.c 55 | CompileCpp=0 56 | Folder= 57 | Compile=1 58 | Link=1 59 | Priority=1000 60 | OverrideBuildCmd=0 61 | BuildCmd= 62 | 63 | -------------------------------------------------------------------------------- /DinamikBellekYonetimi/dinamikbellekyonetimi.dev: -------------------------------------------------------------------------------- 1 | [Project] 2 | FileName=dinamikbellekyonetimi.dev 3 | Name=dinamikbellekyonetimi 4 | Type=1 5 | Ver=2 6 | ObjFiles= 7 | Includes= 8 | Libs= 9 | PrivateResource= 10 | ResourceIncludes= 11 | MakeIncludes= 12 | Compiler= 13 | CppCompiler= 14 | Linker= 15 | IsCpp=0 16 | Icon= 17 | ExeOutput= 18 | ObjectOutput= 19 | LogOutput= 20 | LogOutputEnabled=0 21 | OverrideOutput=0 22 | OverrideOutputName= 23 | HostApplication= 24 | UseCustomMakefile=0 25 | CustomMakefile= 26 | CommandLine= 27 | Folders= 28 | IncludeVersionInfo=0 29 | SupportXPThemes=0 30 | CompilerSet=0 31 | CompilerSettings=0000000000000000000000000 32 | UnitCount=1 33 | 34 | [VersionInfo] 35 | Major=1 36 | Minor=0 37 | Release=0 38 | Build=0 39 | LanguageID=1033 40 | CharsetID=1252 41 | CompanyName= 42 | FileVersion= 43 | FileDescription=Developed using the Dev-C++ IDE 44 | InternalName= 45 | LegalCopyright= 46 | LegalTrademarks= 47 | OriginalFilename= 48 | ProductName= 49 | ProductVersion= 50 | AutoIncBuildNr=0 51 | SyncProduct=1 52 | 53 | [Unit1] 54 | FileName=dinamikbellekyonetimi.c 55 | CompileCpp=0 56 | Folder= 57 | Compile=1 58 | Link=1 59 | Priority=1000 60 | OverrideBuildCmd=0 61 | BuildCmd= 62 | 63 | -------------------------------------------------------------------------------- /Diziler/Makefile.win: -------------------------------------------------------------------------------- 1 | # Project: diziler 2 | # Makefile created by Dev-C++ 5.11 3 | 4 | CPP = g++.exe 5 | CC = gcc.exe 6 | WINDRES = windres.exe 7 | OBJ = Untitled2.o 8 | LINKOBJ = Untitled2.o 9 | LIBS = -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc 10 | INCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" 11 | CXXINCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++" 12 | BIN = diziler.exe 13 | CXXFLAGS = $(CXXINCS) 14 | CFLAGS = $(INCS) 15 | RM = rm.exe -f 16 | 17 | .PHONY: all all-before all-after clean clean-custom 18 | 19 | all: all-before $(BIN) all-after 20 | 21 | clean: clean-custom 22 | ${RM} $(OBJ) $(BIN) 23 | 24 | $(BIN): $(OBJ) 25 | $(CC) $(LINKOBJ) -o $(BIN) $(LIBS) 26 | 27 | Untitled2.o: Untitled2.c 28 | $(CC) -c Untitled2.c -o Untitled2.o $(CFLAGS) 29 | -------------------------------------------------------------------------------- /Donguler/Makefile.win: -------------------------------------------------------------------------------- 1 | # Project: donguler 2 | # Makefile created by Dev-C++ 5.11 3 | 4 | CPP = g++.exe 5 | CC = gcc.exe 6 | WINDRES = windres.exe 7 | OBJ = Untitled2.o 8 | LINKOBJ = Untitled2.o 9 | LIBS = -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc 10 | INCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" 11 | CXXINCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++" 12 | BIN = donguler.exe 13 | CXXFLAGS = $(CXXINCS) 14 | CFLAGS = $(INCS) 15 | RM = rm.exe -f 16 | 17 | .PHONY: all all-before all-after clean clean-custom 18 | 19 | all: all-before $(BIN) all-after 20 | 21 | clean: clean-custom 22 | ${RM} $(OBJ) $(BIN) 23 | 24 | $(BIN): $(OBJ) 25 | $(CC) $(LINKOBJ) -o $(BIN) $(LIBS) 26 | 27 | Untitled2.o: Untitled2.c 28 | $(CC) -c Untitled2.c -o Untitled2.o $(CFLAGS) 29 | -------------------------------------------------------------------------------- /Degiskenler/Makefile.win: -------------------------------------------------------------------------------- 1 | # Project: degiskenler 2 | # Makefile created by Dev-C++ 5.11 3 | 4 | CPP = g++.exe 5 | CC = gcc.exe 6 | WINDRES = windres.exe 7 | OBJ = Untitled3.o 8 | LINKOBJ = Untitled3.o 9 | LIBS = -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc 10 | INCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" 11 | CXXINCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++" 12 | BIN = degiskenler.exe 13 | CXXFLAGS = $(CXXINCS) 14 | CFLAGS = $(INCS) 15 | RM = rm.exe -f 16 | 17 | .PHONY: all all-before all-after clean clean-custom 18 | 19 | all: all-before $(BIN) all-after 20 | 21 | clean: clean-custom 22 | ${RM} $(OBJ) $(BIN) 23 | 24 | $(BIN): $(OBJ) 25 | $(CC) $(LINKOBJ) -o $(BIN) $(LIBS) 26 | 27 | Untitled3.o: Untitled3.c 28 | $(CC) -c Untitled3.c -o Untitled3.o $(CFLAGS) 29 | -------------------------------------------------------------------------------- /Operatorler/Makefile.win: -------------------------------------------------------------------------------- 1 | # Project: operatorler 2 | # Makefile created by Dev-C++ 5.11 3 | 4 | CPP = g++.exe 5 | CC = gcc.exe 6 | WINDRES = windres.exe 7 | OBJ = Untitled2.o 8 | LINKOBJ = Untitled2.o 9 | LIBS = -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc 10 | INCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" 11 | CXXINCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++" 12 | BIN = operatorler.exe 13 | CXXFLAGS = $(CXXINCS) 14 | CFLAGS = $(INCS) 15 | RM = rm.exe -f 16 | 17 | .PHONY: all all-before all-after clean clean-custom 18 | 19 | all: all-before $(BIN) all-after 20 | 21 | clean: clean-custom 22 | ${RM} $(OBJ) $(BIN) 23 | 24 | $(BIN): $(OBJ) 25 | $(CC) $(LINKOBJ) -o $(BIN) $(LIBS) 26 | 27 | Untitled2.o: Untitled2.c 28 | $(CC) -c Untitled2.c -o Untitled2.o $(CFLAGS) 29 | -------------------------------------------------------------------------------- /Struct/Makefile.win: -------------------------------------------------------------------------------- 1 | # Project: structYapisi 2 | # Makefile created by Dev-C++ 5.11 3 | 4 | CPP = g++.exe 5 | CC = gcc.exe 6 | WINDRES = windres.exe 7 | OBJ = Untitled2.o 8 | LINKOBJ = Untitled2.o 9 | LIBS = -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc 10 | INCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" 11 | CXXINCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++" 12 | BIN = structYapisi.exe 13 | CXXFLAGS = $(CXXINCS) 14 | CFLAGS = $(INCS) 15 | RM = rm.exe -f 16 | 17 | .PHONY: all all-before all-after clean clean-custom 18 | 19 | all: all-before $(BIN) all-after 20 | 21 | clean: clean-custom 22 | ${RM} $(OBJ) $(BIN) 23 | 24 | $(BIN): $(OBJ) 25 | $(CC) $(LINKOBJ) -o $(BIN) $(LIBS) 26 | 27 | Untitled2.o: Untitled2.c 28 | $(CC) -c Untitled2.c -o Untitled2.o $(CFLAGS) 29 | -------------------------------------------------------------------------------- /Fonksiyonlar/Makefile.win: -------------------------------------------------------------------------------- 1 | # Project: fonksiyonlar 2 | # Makefile created by Dev-C++ 5.11 3 | 4 | CPP = g++.exe 5 | CC = gcc.exe 6 | WINDRES = windres.exe 7 | OBJ = Untitled2.o 8 | LINKOBJ = Untitled2.o 9 | LIBS = -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc 10 | INCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" 11 | CXXINCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++" 12 | BIN = fonksiyonlar.exe 13 | CXXFLAGS = $(CXXINCS) 14 | CFLAGS = $(INCS) 15 | RM = rm.exe -f 16 | 17 | .PHONY: all all-before all-after clean clean-custom 18 | 19 | all: all-before $(BIN) all-after 20 | 21 | clean: clean-custom 22 | ${RM} $(OBJ) $(BIN) 23 | 24 | $(BIN): $(OBJ) 25 | $(CC) $(LINKOBJ) -o $(BIN) $(LIBS) 26 | 27 | Untitled2.o: Untitled2.c 28 | $(CC) -c Untitled2.c -o Untitled2.o $(CFLAGS) 29 | -------------------------------------------------------------------------------- /Isaretciler/Makefile.win: -------------------------------------------------------------------------------- 1 | # Project: isaretciler 2 | # Makefile created by Dev-C++ 5.11 3 | 4 | CPP = g++.exe -D__DEBUG__ 5 | CC = gcc.exe -D__DEBUG__ 6 | WINDRES = windres.exe 7 | OBJ = main.o 8 | LINKOBJ = main.o 9 | LIBS = -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc -g3 10 | INCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" 11 | CXXINCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++" 12 | BIN = isaretciler.exe 13 | CXXFLAGS = $(CXXINCS) -g3 14 | CFLAGS = $(INCS) -g3 15 | RM = rm.exe -f 16 | 17 | .PHONY: all all-before all-after clean clean-custom 18 | 19 | all: all-before $(BIN) all-after 20 | 21 | clean: clean-custom 22 | ${RM} $(OBJ) $(BIN) 23 | 24 | $(BIN): $(OBJ) 25 | $(CC) $(LINKOBJ) -o $(BIN) $(LIBS) 26 | 27 | main.o: main.c 28 | $(CC) -c main.c -o main.o $(CFLAGS) 29 | -------------------------------------------------------------------------------- /OnIslemciler/Makefile.win: -------------------------------------------------------------------------------- 1 | # Project: onislemciler 2 | # Makefile created by Dev-C++ 5.11 3 | 4 | CPP = g++.exe 5 | CC = gcc.exe 6 | WINDRES = windres.exe 7 | OBJ = Untitled2.o 8 | LINKOBJ = Untitled2.o 9 | LIBS = -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc 10 | INCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" 11 | CXXINCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++" 12 | BIN = onislemciler.exe 13 | CXXFLAGS = $(CXXINCS) 14 | CFLAGS = $(INCS) 15 | RM = rm.exe -f 16 | 17 | .PHONY: all all-before all-after clean clean-custom 18 | 19 | all: all-before $(BIN) all-after 20 | 21 | clean: clean-custom 22 | ${RM} $(OBJ) $(BIN) 23 | 24 | $(BIN): $(OBJ) 25 | $(CC) $(LINKOBJ) -o $(BIN) $(LIBS) 26 | 27 | Untitled2.o: Untitled2.c 28 | $(CC) -c Untitled2.c -o Untitled2.o $(CFLAGS) 29 | -------------------------------------------------------------------------------- /DosyaIslemleri/Makefile.win: -------------------------------------------------------------------------------- 1 | # Project: dosyaislemleri 2 | # Makefile created by Dev-C++ 5.11 3 | 4 | CPP = g++.exe 5 | CC = gcc.exe 6 | WINDRES = windres.exe 7 | OBJ = Untitled2.o 8 | LINKOBJ = Untitled2.o 9 | LIBS = -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc 10 | INCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" 11 | CXXINCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++" 12 | BIN = dosyaislemleri.exe 13 | CXXFLAGS = $(CXXINCS) 14 | CFLAGS = $(INCS) 15 | RM = rm.exe -f 16 | 17 | .PHONY: all all-before all-after clean clean-custom 18 | 19 | all: all-before $(BIN) all-after 20 | 21 | clean: clean-custom 22 | ${RM} $(OBJ) $(BIN) 23 | 24 | $(BIN): $(OBJ) 25 | $(CC) $(LINKOBJ) -o $(BIN) $(LIBS) 26 | 27 | Untitled2.o: Untitled2.c 28 | $(CC) -c Untitled2.c -o Untitled2.o $(CFLAGS) 29 | -------------------------------------------------------------------------------- /TemelVeriTipleri/Makefile.win: -------------------------------------------------------------------------------- 1 | # Project: temelveritipleri 2 | # Makefile created by Dev-C++ 5.11 3 | 4 | CPP = g++.exe 5 | CC = gcc.exe 6 | WINDRES = windres.exe 7 | OBJ = Untitled2.o 8 | LINKOBJ = Untitled2.o 9 | LIBS = -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc 10 | INCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" 11 | CXXINCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++" 12 | BIN = temelveritipleri.exe 13 | CXXFLAGS = $(CXXINCS) 14 | CFLAGS = $(INCS) 15 | RM = rm.exe -f 16 | 17 | .PHONY: all all-before all-after clean clean-custom 18 | 19 | all: all-before $(BIN) all-after 20 | 21 | clean: clean-custom 22 | ${RM} $(OBJ) $(BIN) 23 | 24 | $(BIN): $(OBJ) 25 | $(CC) $(LINKOBJ) -o $(BIN) $(LIBS) 26 | 27 | Untitled2.o: Untitled2.c 28 | $(CC) -c Untitled2.c -o Untitled2.o $(CFLAGS) 29 | -------------------------------------------------------------------------------- /DinamikBellekYonetimi/Makefile.win: -------------------------------------------------------------------------------- 1 | # Project: dinamikbellekyonetimi 2 | # Makefile created by Dev-C++ 5.11 3 | 4 | CPP = g++.exe 5 | CC = gcc.exe 6 | WINDRES = windres.exe 7 | OBJ = Untitled2.o 8 | LINKOBJ = Untitled2.o 9 | LIBS = -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc 10 | INCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" 11 | CXXINCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++" 12 | BIN = dinamikbellekyonetimi.exe 13 | CXXFLAGS = $(CXXINCS) 14 | CFLAGS = $(INCS) 15 | RM = rm.exe -f 16 | 17 | .PHONY: all all-before all-after clean clean-custom 18 | 19 | all: all-before $(BIN) all-after 20 | 21 | clean: clean-custom 22 | ${RM} $(OBJ) $(BIN) 23 | 24 | $(BIN): $(OBJ) 25 | $(CC) $(LINKOBJ) -o $(BIN) $(LIBS) 26 | 27 | Untitled2.o: Untitled2.c 28 | $(CC) -c Untitled2.c -o Untitled2.o $(CFLAGS) 29 | -------------------------------------------------------------------------------- /OtelRezervasyonSistemiProjesi/Makefile.win: -------------------------------------------------------------------------------- 1 | # Project: otelProjesi 2 | # Makefile created by Dev-C++ 5.11 3 | 4 | CPP = g++.exe 5 | CC = gcc.exe 6 | WINDRES = windres.exe 7 | OBJ = Untitled2.o 8 | LINKOBJ = Untitled2.o 9 | LIBS = -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc 10 | INCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" 11 | CXXINCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++" 12 | BIN = otelProjesi.exe 13 | CXXFLAGS = $(CXXINCS) 14 | CFLAGS = $(INCS) 15 | RM = rm.exe -f 16 | 17 | .PHONY: all all-before all-after clean clean-custom 18 | 19 | all: all-before $(BIN) all-after 20 | 21 | clean: clean-custom 22 | ${RM} $(OBJ) $(BIN) 23 | 24 | $(BIN): $(OBJ) 25 | $(CPP) $(LINKOBJ) -o $(BIN) $(LIBS) 26 | 27 | Untitled2.o: Untitled2.cpp 28 | $(CPP) -c Untitled2.cpp -o Untitled2.o $(CXXFLAGS) 29 | -------------------------------------------------------------------------------- /KutuphaneProjesi/Makefile.win: -------------------------------------------------------------------------------- 1 | # Project: kutuphaneProjesi 2 | # Makefile created by Dev-C++ 5.11 3 | 4 | CPP = g++.exe 5 | CC = gcc.exe 6 | WINDRES = windres.exe 7 | OBJ = kutuphaneprojesi.o 8 | LINKOBJ = kutuphaneprojesi.o 9 | LIBS = -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib" -L"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/lib" -static-libgcc 10 | INCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" 11 | CXXINCS = -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/x86_64-w64-mingw32/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include" -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++" 12 | BIN = kutuphaneProjesi.exe 13 | CXXFLAGS = $(CXXINCS) 14 | CFLAGS = $(INCS) 15 | RM = rm.exe -f 16 | 17 | .PHONY: all all-before all-after clean clean-custom 18 | 19 | all: all-before $(BIN) all-after 20 | 21 | clean: clean-custom 22 | ${RM} $(OBJ) $(BIN) 23 | 24 | $(BIN): $(OBJ) 25 | $(CPP) $(LINKOBJ) -o $(BIN) $(LIBS) 26 | 27 | kutuphaneprojesi.o: kutuphaneprojesi.c 28 | $(CPP) -c kutuphaneprojesi.c -o kutuphaneprojesi.o $(CXXFLAGS) 29 | -------------------------------------------------------------------------------- /OtelRezervasyonSistemiProjesi/otelKayitlari.txt: -------------------------------------------------------------------------------- 1 | ----------------------------------------------------------------------------- 2 | Oda Numarasi:23Musterinin Adi-Soyadi:Duygu Keydal 3 | Kisi Sayisi:2 4 | Toplam Tutar:9600.00TL 5 | Giris Tarihi:12:3:2019 6 | Cikis Tarihi:14:4:2019 7 | ----------------------------------------------------------------------------- 8 | Oda Numarasi:88Musterinin Adi-Soyadi:Ogun Birinci 9 | Kisi Sayisi:3 10 | Toplam Tutar:5850.00TL 11 | Giris Tarihi:25:3:2019 12 | Cikis Tarihi:8:4:2019 13 | ----------------------------------------------------------------------------- 14 | Oda Numarasi:35 15 | Musterinin Adi-Soyadi:Ogun Birinci 16 | Kisi Sayisi:3 17 | Toplam Tutar:3600.00TL 18 | Giris Tarihi:15:3:2019 19 | Cikis Tarihi:23:3:2019 20 | ----------------------------------------------------------------------------- 21 | Oda Numarasi:38 22 | Musterinin Adi-Soyadi:Duygu Keydal 23 | Kisi Sayisi:4 24 | Toplam Tutar:4200.00TL 25 | Giris Tarihi:12:3:2019 26 | Cikis Tarihi:19:3:2019 27 | ----------------------------------------------------------------------------- 28 | Oda Numarasi:35 29 | Musterinin Adi-Soyadi:Ogun Birinci 30 | Kisi Sayisi:3 31 | Toplam Tutar:3600.00TL 32 | Giris Tarihi:15:3:2019 33 | Cikis Tarihi:23:3:2019 34 | ----------------------------------------------------------------------------- 35 | Oda Numarasi:38 36 | Musterinin Adi-Soyadi:Duygu Keydal 37 | Kisi Sayisi:4 38 | Toplam Tutar:4200.00TL 39 | Giris Tarihi:12:3:2019 40 | Cikis Tarihi:19:3:2019 41 | ----------------------------------------------------------------------------- 42 | Oda Numarasi:32 43 | Musterinin Adi-Soyadi:Ogun Birinci 44 | Kisi Sayisi:2 45 | Toplam Tutar:1800.00TL 46 | Giris Tarihi:15:7:2020 47 | Cikis Tarihi:21:7:2020 48 | ----------------------------------------------------------------------------- 49 | Oda Numarasi:53 50 | Musterinin Adi-Soyadi:Neriman Birinci 51 | Kisi Sayisi:4 52 | Toplam Tutar:4200.00TL 53 | Giris Tarihi:28:6:2020 54 | Cikis Tarihi:5:7:2020 55 | --------------------------------------------------------------------------------