Wrox Press C++ Tutorial


Summary

You now have a reasonably comprehensive knowledge of writing and using functions. You've used a pointer to a function, learnt about exceptions and you have used overloading to implement a set of functions providing the same operation with different types of parameters. We'll see more about overloading functions in the following chapters. We've also looked at function templates, working with program files and namespaces

The important bits that you learned in this chapter are:


© 1998 Wrox Press