Skip to content

Eda-Yildirim/Major-Assignment

Repository files navigation

Major-Assignment

C++ Code Execution Guide

This repository contains C++ code that can be compiled and executed directly from GitHub. Follow the instructions below to run the code on your local machine.

Prerequisites

Before running the code, ensure that you have the following installed on your system:

  • C++ compiler (e.g., g++)
  • Git

Instructions

  1. Clone the Repository: Open your terminal and run the following command to clone this repository to your local machine:

git clone https://github.com/Eda-Yildirim/Major-Assignment

  1. Navigate to the Repository: Change your current directory to the cloned repository:

cd Major-Assignment

  1. Compile the Code: Use the appropriate command to compile the C++ code. For example, if your C++ file is named example.cpp, you can compile it using g++:

g++ question_1.cpp -o output

  1. Run the Executable: After successful compilation, execute the generated executable:

./question_1

Additional Notes

  • Modify the instructions and commands as needed based on your specific requirements and file structure.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages