Difference between revisions of "User talk:FirstPerson"

From ProgrammingExamples
Jump to: navigation, search
(Created page with 'Thanks for your additions! I have a couple of questions. 1) On the 'struct' page, why did you return int& first(){ return m_first; } instead of simply int first(){ return m_f…')
 
(No difference)

Latest revision as of 06:52, 29 June 2010

Thanks for your additions! I have a couple of questions.

1) On the 'struct' page, why did you return int& first(){ return m_first; } instead of simply int first(){ return m_first; } ?

2) Please see http://programmingexamples.net/index.php?title=Talk:CPP/Debugging/Assert

Thanks again! Daviddoria 10:52, 29 June 2010 (UTC)