Giter Club home page Giter Club logo

library-management-system-in-c's Introduction

LIBRARY-MANAGEMENT-SYSTEM-IN-C

It is a structural progrraming project for C language which focuses on dynamic memory allocation and structs.

The project has given with five pre-defined structs and some rules.

STRUCTS

  • struct Ogrenci { char ogrID[9]; char ad[30]; char soyad[30]; int puan; struct Ogrenci *next; struct Ogrenci *prev}
  • struct Yazar { int yazarID; char yazarAd[30]; char yazarSoyad[30]; struct Yazar *next}
  • struct KitapOrnek { char EtiketNo[20]; char Durum[9]; struct KitapOrnek *next }
  • struct Kitap {char kitapAdı[30]; char ISBN[14]; int adet; struct Kitap *next; struct KitapOrnek *head }
  • struct KitapYazar{ char ISBN[13]; int YazarID}
  • struct Tarih{ unsigned int gun:5; unsigned int ay:4; unsigned int yil:12}
  • struct KitapOdunc{ char EtiketNo[20]; char ogrID[9]; int islemTipi:2; struct Tarih islemTarihi}

RULES

  • Yukarıdaki maddelerde verilen bir menü ve her bir işlem için gerekli fonksiyonları tasarlayınız. Benzer mantıkla çalışan fonksiyonlarda tekrardan kaçınmak için fonksiyon pointer kullanınız.
  • Yapılması gereken tüm ekle, sil ve güncelleme işlemler için fonksiyon tanımlamanız gerekmektedir.
  • Ekle, Sil, Güncelle gibi veri üzerinde değişiklik yapılan işlemleri ilgili veri yapısında yaptıktan sonra dosyaya mutlaka kaydediniz.
  • Programlarınızda static ve global değişken kullanımı yasaktır.
  • Her türlü bellek tahsisi, dinamik bellek yönetimi fonksiyonları ile yapılmalıdır.
  • Yukarıda detayları verilen her bir dosyadaki nesne için uygun structure tanımlamalarını yapınız.
  • Oluşturulacak dosyalar CSV dosyası formatında olmalıdır.

CONTENTS OF THE PROJECT

IT basically has three property which are students,authors and books. We have some functions and created linked lists for providing those functionalities. Every property has their own special functions and we can access them via GUI.

  • Graphical User Interface is designed for command prompt.

library-management-system-in-c's People

Contributors

saddeg21 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.