Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`