Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thejmazz/cpointererrors


https://github.com/thejmazz/cpointererrors

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

#C Pointer Errors#

Download locally with

```
$ git clone https://github.com/thejmazz/cpointererrors
```

Compile with

```
$ make
```
(oh, the simplicity).

What, no warnings you say (`-w`)!

Bro this is an exercise in finding errors,
warnings would ruin the [expherience](https://twitter.com/expherience)!

When you are ready to check your answers, do

```
$ ./bin/check p1 14D
```

or when you have more than one error do

```
$ ./bin/check p2 "9001H 1D"
```

You can also just look inside `./answers`. But then that will ruin trying, and seeing the great failure/success messages from `check`.