Naming the procedure
Naming the procedure
- Simple for normal programs- just type it in. (not foolproof, though!)
- unresolved reference errors: typo or missing library?
- namespace problems:
- you can create your own e.g. write() and wreak havoc
- what if my library has a shootMissle() and your library also has a shootMissle()?