/+junk/GObject_tutorial

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/GObject_tutorial

« back to all changes in this revision

Viewing changes to pt1_animals/README.txt

  • Committer: Gustav Hartvigsson
  • Date: 2017-04-04 20:29:08 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170404202908-37q4rzsskk2nzuaz
First lesson.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
  Assignment
 
2
  Without changing this main.c, make the program output the following:
 
3
 
 
4
This animal can't make a sound...
 
5
This animal can't move to (5, 6)...
 
6
The cat says "meew" and "ru ru ru"
 
7
The cat silently moves to (7, 2)
 
8
The dog says "Awoo" and "wa wa wa wa"
 
9
The dog runs around a bit and randomly ends up at (4, 8)
 
10
 
 
11
 
 
12
  Instructions:
 
13
  Compile: $ make
 
14
  Clean up between now and then: $ make clean
 
15
  run: ./main