Talk:C++ Programming/Memory Management

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

Interesting; I set out with a very specific goal with my original C and C++ examples, and it's been long since lost. The goal was to take a simple case, to show somewhat natural C and C++ code to do string input, string concatenation, and string output. The contrasts were between the straightforward ways of coding in the two languages (where C++ is still simpler and more general). I'm not sure what the point of the current examples is! -- James Dennett 07:16, 27 February 2007 (UTC)

I have just added an implementation of homemade smart pointer to this chapter. Would you guys check it for me? - Ron Lau 17:46 23 March, 2007 (UTC)