UNIVERSITY OF WEST ATTICA
SCHOOL OF ENGINEERING
DEPARTMENT OF COMPUTER ENGINEERING AND INFORMATICS
University of West Attica · Department of Computer Engineering and Informatics
Computer Programming
Vasileios Evangelos Athanasiou
Student ID: 19390005
Supervision
Supervisor: Nikolaos Vassilas, Professor
Co-supervisor: Georgios Meletiou, Laboratory Teaching Staff
Athens, November 2021
This guide explains how to set up, build, and run the project on your local machine.
-
C Compiler
- Recommended:
- GCC (Linux / macOS / Windows via MinGW or WSL)
- Recommended:
-
Text Editor or IDE
- Visual Studio Code
(Recommended) - Code::Blocks
- Dev-C++
- CLion
- Any plain text editor
- Visual Studio Code
- Windows
- Linux
(Recommended) - macOS
Clone the repository to your local machine:
git clone https://github.com/Computer-Programming-aka-Uniwa/Basic.git- Open the repository URL in your browser
- Click Code → Download ZIP
- Extract the ZIP file to a local directory
cd Basic/srcUsing GCC:
gcc MathsIntegers.c -o MathsIntegers -lm
-lmis required to link the math library
gcc CubeSphere.c -o CubeSphereLinux / macOS:
./MathsIntegers./CubeSphereWindows:
MathsIntegers.exeCubeSphere.exe- Navigate to the
docs/directory - Open the report corresponding to your preferred language:
- English:
Basic-Elements.pdf - Greek:
Βασικά-Στοιχεία.pdf
- English:

