Monthly Archives: September 2013

Find Where Types are Passed by Value

Say you’re working on a large code base, and you came across several instances where some type of non-negligible size was passed as argument by value – where it was more efficient to pass by const reference. Fixing a few … Continue reading

Posted in VC++ | 2 Comments