Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1019 Bytes

File metadata and controls

46 lines (35 loc) · 1019 Bytes

C and C++ and C# Learning

This project includes all three C, C++, and C# codes.

Description

This project demonstrates the usage of C, C++, and C# languages in a single project. Some parts of the project are written in C, others in C++, and several components are implemented using C#.

Languages

  • C
  • C++
  • C#

C C
C++ C++
C# C#

Make

  • Make all seasons
make all
  • Make one by one Example:
make Season1
OR
make Season2
OR
......
  • Make clean:
make cleanLinux

LICENSE

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