Technical bits and pieces

C++ - stuff that just keeps coming up

  • Using const in function arguments that are fundamental and passed by value There is a great article about this. I hope to find the bit in the standard that says that it is allowed. I want to be able to quote chapter and verse.