Click here to Skip to main content
15,885,216 members
Articles / Programming Languages / C++

C++ references - not as safe as houses, but they can be optimal

Rate me:
Please Sign up or sign in to vote.
3.50/5 (8 votes)
18 Nov 2012CPOL7 min read 38.3K   13  
A brief excursion into practical contexts in which C++ references can be used effectively with discussion of the dangers in using them.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Retired
Spain Spain
Software Author with engineering, science and mathematical background.

Many years using C++ to develop responsive visualisations of fine grained dynamic information largely in the fields of public transport and supply logistics. Currently interested in what can be done to make the use of C++ cleaner, safer, and more comfortable.

Comments and Discussions