All 2 entries tagged Cxx
Pertaining to the C++ programming language
No other Warwick Blogs use the tag Cxx on entries | View entries tagged Cxx at Technorati | There are no images tagged Cxx on this blog
June 16, 2006
Threading a calculation–heavy program
Threading a calculation–heavy program is unlikely to make it run faster/more efficiently. Discuss.June 14, 2006
Passing objects by value
If a particular class of objects is heavily used, do not pass it by value. Passing such objects by value is guaranteed to slow down your program!
;)