Git Product home page Git Product logo

videoteka's Introduction

videoteka

Programming language: C

To prepared data containing information about the Video Library, the data were arranged in the form of a record containing the following fields: Number, Film, Country, Time, Genre, Date. The number of entries was arbitrary. Created a program of records of prepared data for an external file and a program for processing this external file that performed the following operations:

  • Displayed data on the screen;
  • Adds records to the beginning or end of the file;
  • Deletes all data about a movie whose number is specified by the user and displays; updated file contents on the screen;
  • Sort the genres of films by alphabet;
  • List of films taken in certain countries;
  • List of movies that are given from the keyboard and start with a certain letter;
  • List of films shot before 1992.

The program contains a menu and I / O in the windows on the screen. In the development of the program applied the technology of downstream design. Logically completed fragments to be arranged in the form of subroutines, all necessary data to which are transmitted through the list of parameters.

main_menu

Displayed data on the screen;

output_data

Adds records to the beginning or end of the file;

add_data add_new_data

Deletes all data about a movie whose number is specified by the user and displays; updated file contents on the screen;

delete_data_by_id

Sort the genres of films by alphabet;

sorting_by_ganre

List of films taken in certain countries;

films_by_country

List of movies that are given from the keyboard and start with a certain letter;

output_data_by_letter

List of films shot before 1992.

films_by_date

videoteka's People

Watchers

James Cloos avatar Oleksandr avatar

videoteka's Issues

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.