Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keikoro/fhtw-gpr2
C & C++ homework
https://github.com/keikoro/fhtw-gpr2
Last synced: about 1 month ago
JSON representation
C & C++ homework
- Host: GitHub
- URL: https://github.com/keikoro/fhtw-gpr2
- Owner: keikoro
- Created: 2014-03-10T12:38:00.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T10:38:32.000Z (about 6 years ago)
- Last Synced: 2024-10-14T14:26:38.125Z (2 months ago)
- Language: C
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FHTW GPR2
C and C++ scripts.
Homework for my CS studies, summer term 2014. [incomplete]## Usage
All code – C as well as CPP code – can be compiled by running the `Makefile` in its containing directory:
```
$ make
```The resulting executables are run with:
```
$ ./executable
```
To clean the directories of files created during compilation (including executables), run:```
$ make clean
```
Executables include:`labrob`
`sortnames`
`griddisplay`, `gridserver`, `vehicleclient`