Skip to content

This repository contains various C programming projects from my studies up to the second year, including major practicum assignments and self-initiated exercises to enhance coding skills.

License

Notifications You must be signed in to change notification settings

Zaidanfzn/AlgorithmProgrammingProject-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AlgorithmProgrammingProject-C

Welcome to the AlgorithmProgrammingProject-C Repository. This repository contains various C programming projects from my studies up to the second year, organized into different folders, each representing a distinct project. This repository serves as a major project for students when I was a Basic Computing Lab assistant.

Directory Structure

The repository is organized as follows:

AlgorithmProgrammingProject-C/
├── D'COURSE/
│       ├── dcourse.c
│       └── README.md
├── D'WASH/
│       ├── dwash.c
│       └── README.md
├── LICENSE
└── README.md

D'COURSE

The D'COURSE project is designed for educational purposes, providing various functionalities and features to help students learn and practice C programming. For detailed information about this project, refer to the README.md file inside the D'COURSE folder.

D'WASH

D'Wash is a C-based program designed to facilitate customers in using vehicle washing services. It includes features for both admin and user roles. For detailed information about this project, refer to the README.md file inside the D'WASH folder.

How to Use the Repository

  1. Clone the Repository

    git clone https://github.com/Zaidanfzn/AlgorithmProgrammingProject-C.git
    cd AlgorithmProgrammingProject-C
    
  2. Navigate to the Project Folder

    cd "folder_program_name"
    
  3. Compile the Program

    gcc -o program_name program_name.c
    
  4. Run the Program

    ./program_name
    

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

This repository contains various C programming projects from my studies up to the second year, including major practicum assignments and self-initiated exercises to enhance coding skills.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages