/+junk/GObject_tutorial

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/GObject_tutorial
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  Assignment
  Without changing this main.c, make the program output the following:

This animal can't make a sound...
This animal can't move to (5, 6)...
The cat says "meew" and "ru ru ru"
The cat silently moves to (7, 2)
The dog says "Awoo" and "wa wa wa wa"
The dog runs around a bit and randomly ends up at (4, 8)


  Instructions:
  Compile: $ make
  Clean up between now and then: $ make clean
  run: ./main