Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

README

        

# PDP_DersKodlari
Programlama Dilleri Prensipleri MFA derste yazılan kodlar
# Terminalde C Dosyası Çalıştırma

1. 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.c

Calistir:
> program

Not: 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)