Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mustfaozcan/pdp_derskodlari
Programlama Dilleri Prensipleri Muhammed Fatih Adak derste yazılan kodlar (2024)
https://github.com/mustfaozcan/pdp_derskodlari
c java lisp
Last synced: 12 days ago
JSON representation
Programlama Dilleri Prensipleri Muhammed Fatih Adak derste yazılan kodlar (2024)
- Host: GitHub
- URL: https://github.com/mustfaozcan/pdp_derskodlari
- Owner: MustfaOzcan
- Created: 2024-02-21T07:12:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T23:22:56.000Z (9 months ago)
- Last Synced: 2024-11-27T12:34:27.217Z (2 months ago)
- Topics: c, java, lisp
- Language: Java
- Homepage:
- Size: 50.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDP_DersKodlari
Programlama Dilleri Prensipleri MFA derste yazılan kodlar
# Terminalde C Dosyası Çalıştırma1. Kodları zip olarak indirin
[Bağlantı](https://github.com/MustfaOzcan/PDP_DersKodlari/archive/refs/heads/main.zip).
![Screenshot_6](https://github.com/MustfaOzcan/PDP_DersKodlari/assets/103693735/7eaa1e7e-bfaa-41c9-b5ca-207b1f4d97e4)
2. Kodları zipten çıkarın daha sonrasında C dili projelerini çalıştırmak için kaynağın olduğu klasöre gelin
![source_7](https://github.com/MustfaOzcan/PDP_DersKodlari/assets/103693735/1abd5535-9488-4b5b-98db-bd7be39b3de3)3.ilgili kısma "cmd" yazıp enter'a basın.
![cmd_7](https://github.com/MustfaOzcan/PDP_DersKodlari/assets/103693735/813ba710-0f9e-480c-bb4b-1aa164f6c1fa)
4.Terminale "gcc -o program program.c" yazın ardından "program" yazın.
Derleme:
> gcc -o program program.cCalistir:
> programNot: dosya adı programdan farklı ise "program" yerine kendi dosyanızın adını yazmalısınız.)
![image](https://github.com/MustfaOzcan/PDP_DersKodlari/assets/103693735/00797b14-8a36-444a-bb7c-1e4f9df4a1ac)
5.Daha sonrasında program çalışacaktır.
![Program7](https://github.com/MustfaOzcan/PDP_DersKodlari/assets/103693735/6b6cdd59-ca91-4a01-9c58-c80fca4d1aa9)
# Java Projesini Eclipse import etme
[![Video](https://img.youtube.com/vi/9N6Oj0QJ4M8/0.jpg)](https://www.youtube.com/watch?v=9N6Oj0QJ4M8#t=6m22s)