Talk:C++ Programming/Examples
Add topicAppearance
Latest comment: 15 years ago by Panic2k4 in topic merge
In the Average Program, I think the i will be out of scope when it leave the for loop.Ollydbg (talk) 02:57, 23 March 2009 (UTC)
- It doesn't "leave" the for loop (I have fixed the comments), the comments were out of the loop not i :). --Panic (talk) 05:12, 23 March 2009 (UTC)
merge
[edit source]I suggest merging the entire C & C++ X book into the C++ Programming/Examples section of this C++ Programming book. Both seem to have the same target audience and the same subject -- people who are learning C++ and want to see examples of C++ source code. --DavidCary (talk) 21:06, 8 July 2010 (UTC)
- The value is debatable most of the examples seem to already be present and other will not be only a direct move of the content, the present examples here are used in the book (aren't isolated), merging would require searching for proper places for inclusion. An alternative would be in the exercises. --Panic (talk) 21:29, 8 July 2010 (UTC)
- There doesn't seem to be much of value in the book C & C++ X, and nobody seems to want to substantially extend it. I can see in principle the value in having two books, one a didactic style and the other a "cookbook" or "learn by example" book, but it would be far better to have one good book than two half-completed ones. If the content in C & C++ X is duplicated in C++ Programming then I think the former should be deleted to keep the place tidy. --Fishpi (talk) 17:16, 24 July 2010 (UTC)
- Agree. I will try to find a solution to this, the last 2 examples can probably be inserted somewhere. But it will not be a "real" merge since 75% will be deleted. --Panic (talk) 19:49, 24 July 2010 (UTC)