User contributions
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 15:37, 11 May 2014 (diff | hist) . . (+2,695) . . User:FJW/inheritance (top)
- 14:03, 11 May 2014 (diff | hist) . . (+2,934) . . N User:FJW/inheritance (start new inheritance-chapter)
- 07:51, 20 March 2014 (diff | hist) . . (+316) . . intro/class template (add closing-sentence and improve some of the code)
- 08:38, 2 March 2014 (diff | hist) . . (+27) . . intro/class template
- 08:21, 2 March 2014 (diff | hist) . . (+2,725) . . N intro/class template (start chapter)
- 07:56, 2 March 2014 (diff | hist) . . (+167) . . intro/function templates (→Deduction: add warning about not passing inferable arguments to a function-template) (top)
- 07:52, 2 March 2014 (diff | hist) . . (-200) . . Main Page (reorder chapters about classes and remove some of them)
- 07:50, 2 March 2014 (diff | hist) . . (+6) . . m intro/abstract classes (fix title) (top)
- 07:44, 2 March 2014 (diff | hist) . . (+403) . . intro/classes (add summary) (top)
- 15:30, 28 January 2014 (diff | hist) . . (+2,462) . . intro/classes (add destruction)
- 12:18, 6 January 2014 (diff | hist) . . (+2) . . m intro/classes (→Classes: fix code)
- 12:17, 6 January 2014 (diff | hist) . . (+4,084) . . intro/classes (add classes)
- 09:41, 19 October 2013 (diff | hist) . . (+411) . . N Talk:intro/abstract classes (Created page with "== The Content should be moved == The content of the page is currently about abstract classes, not about the general notion of an interface. I would recommend renaming this pa...")
- 09:36, 19 October 2013 (diff | hist) . . (+525) . . Talk:intro/abstraction (agree on the notion that it is currently placed suboptimal)
- 05:29, 19 October 2013 (diff | hist) . . (+2,898) . . intro/classes (→Construction: add Methods)
- 07:49, 18 October 2013 (diff | hist) . . (+1,717) . . intro/classes (→Construction: added some information about member-initialization)
- 07:28, 18 October 2013 (diff | hist) . . (+1,551) . . Talk:Main Page (→Style of the Chapters: new section)
- 16:47, 9 October 2013 (diff | hist) . . (-1) . . pointers (→Different lifetime of memory and pointer)
- 16:46, 9 October 2013 (diff | hist) . . (-11) . . pointers (→Different lifetime of memory and pointer: it might not lead to UB, it is!)
- 16:45, 9 October 2013 (diff | hist) . . (+760) . . pointers (→Special address NULL: replaced NULL with nullptr and explanation why NULL is evil)
- 14:07, 9 October 2013 (diff | hist) . . (0) . . intro/classes (→Construction: changed comments in code)
- 14:05, 9 October 2013 (diff | hist) . . (+12) . . intro/classes (changed pagetitle to “Structs and Classes”)
- 14:04, 9 October 2013 (diff | hist) . . (+2,236) . . intro/classes (Started section about construction)
- 14:05, 6 October 2013 (diff | hist) . . (+2,172) . . intro/classes (Restart the page completely with an introduction that leads to structs and classes instead of just telling that they exist. Though by far not finished.)
- 04:09, 6 October 2013 (diff | hist) . . (-373) . . intro/classes (removed broken example (in multiple ways) completely)
- 04:06, 6 October 2013 (diff | hist) . . (-1) . . intro/classes (fixed most vexing parse in local instance, and replace camelCase with snake_case to comply with the std-lib and all other code so far.)
- 04:04, 6 October 2013 (diff | hist) . . (-76) . . intro/classes (remove heap instance from the example: No blank pointers in the beginner-section, no reason for doing so at that point and even missing delete)
- 08:35, 5 October 2013 (diff | hist) . . (+7) . . intro/function templates (→Defining a function template: make print take const ref as argument)
- 15:20, 4 October 2013 (diff | hist) . . (-81) . . intro/function overloading (→Revisiting {{c|smallest_element()}}: typographical fix)
- 15:16, 4 October 2013 (diff | hist) . . (+788) . . Talk:Main Page (→Problems with locale-dependent stuff: new section)
- 15:07, 4 October 2013 (diff | hist) . . (+106) . . intro/function overloading (→Revisiting {{c|smallest_element()}}: replaced manual case-checks with library)
- 14:40, 4 October 2013 (diff | hist) . . (+2,349) . . intro/function overloading (add a further example)
- 13:52, 4 October 2013 (diff | hist) . . (+1,226) . . N intro/function overloading (Created intro)
- 13:32, 4 October 2013 (diff | hist) . . (+19) . . intro/const (→Functions and Constants: renaming) (top)
- 13:30, 4 October 2013 (diff | hist) . . (+62) . . intro/reference (renaming) (top)
- 13:27, 4 October 2013 (diff | hist) . . (+121) . . intro/functions (renamed stuff) (top)
- 13:15, 4 October 2013 (diff | hist) . . (+60) . . Main Page (Move templates to functions and classes: They are probably easiest to understand, if they are taught right after the special case of a non-template)
- 12:30, 4 October 2013 (diff | hist) . . (-59) . . Main Page (Removed operator overloading from the functions-section: There isn't much at that point, that could be overloaded in a sane way.)
- 12:17, 4 October 2013 (diff | hist) . . (+2,971) . . intro/const (→Functions and Constants: several extensions)
- 08:53, 4 October 2013 (diff | hist) . . (+4,628) . . N intro/const (Created page with "{{title|Const}} As we have seen in the last chapter, there are mainly two reasons to pass an argument to a function by reference: It may be faster and we are able to change t...")
- 15:02, 3 October 2013 (diff | hist) . . (+3,151) . . intro/reference (extended the article)
- 14:12, 3 October 2013 (diff | hist) . . (+1,046) . . N intro/reference (Wrote introduction to the topic)
- 13:57, 3 October 2013 (diff | hist) . . (+1,210) . . intro/intro (extended text)
- 12:54, 3 October 2013 (diff | hist) . . (+3,949) . . intro/functions (complete rewrite with many more explanations. Page is now relatively close to the target)
- 09:39, 24 September 2013 (diff | hist) . . (+396) . . N intro/intro (a start after all)
- 16:12, 19 September 2013 (diff | hist) . . (+481) . . Talk:Main Page (→Proposal for another structure in the beginners-section)
- 16:07, 19 September 2013 (diff | hist) . . (+3) . . User:FJW/mainpage (top)
- 16:05, 19 September 2013 (diff | hist) . . (+82) . . User:FJW/mainpage (Add Glossary-section)
- 16:03, 19 September 2013 (diff | hist) . . (+252) . . User:FJW/mainpage (→Part 1: For Beginners)
- 15:54, 19 September 2013 (diff | hist) . . (-10) . . m User:FJW/mainpage (→Beginners/IO: Fix title)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)