Further Reading

The tutorial guide has introduced the basic elements of the C++ programming language. The following references provide a comprehensive treatment and useful tips on good programming practice.

  1. C++ How to Program, Deitel, H.M and Deitel, P.J.
    Prentice Hall, Englewood (NJ), 1996.

  2. Code Complete: A Practical Handbook of Software Construction, McConnell, S.
    Microsoft Press, Redmond (WA), 1993.

Back to top