User contributions
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 19:27, 17 August 2011 (diff | hist) . . (+477) . . N Talk:cpp/algorithm/copy n (equivalent function: simple or real?)
- 19:20, 17 August 2011 (diff | hist) . . (-24) . . cpp/algorithm/copy n (er, that equivalent code wouldn't even work with InputIterators. This one's better even if it has a widespread bug.)
- 19:08, 17 August 2011 (diff | hist) . . (+1,313) . . N cpp/algorithm/copy n (Created page with "{{cpp/title|copy_n}} {{cpp/algorithm/sidebar}} {{ddcl list begin}} {{ddcl list header | algorithm}} {{ddcl list item | template< class InputIterator, class Size, class OutputIter...")
- 18:43, 17 August 2011 (diff | hist) . . (+243) . . User talk:Cubbi (why so much "endl fiasco" (c) Alexandrescu, by the way?)
- 17:57, 17 August 2011 (diff | hist) . . (0) . . cpp/algorithm/unique copy (errr. *now* fixed the empty string processing)
- 17:55, 17 August 2011 (diff | hist) . . (+62) . . cpp/algorithm/unique copy (Actually, I see what you meant (and it didn't crash, it just did nothing since s2 was empty).. Undid the undo and fixed the empty string processing.)
- 17:52, 17 August 2011 (diff | hist) . . (-55) . . cpp/algorithm/unique copy (Undo revision 8951 by P12 (talk) Sorry, that will crash. It also missed the point of unique_copy: it acts on immutable objects (cf. boost's trim_copy()))
- 14:07, 17 August 2011 (diff | hist) . . (+207) . . N Talk:cpp/algorithm/rotate (ADL keeps thinks auxiliary code shorter)
- 14:02, 17 August 2011 (diff | hist) . . (-43) . . m cpp/algorithm/unique copy (simplified even more)
- 14:00, 17 August 2011 (diff | hist) . . (+588) . . cpp/algorithm/unique copy (another example I once came up with)
- 13:41, 17 August 2011 (diff | hist) . . (+378) . . User talk:Cubbi (no problem)
- 13:18, 17 August 2011 (diff | hist) . . (+46) . . m cpp/algorithm/rotate (+old return value for completeness)
- 13:16, 17 August 2011 (diff | hist) . . (0) . . m cpp/algorithm/random shuffle (fix title s/reorder/shuffle)
- 13:12, 17 August 2011 (diff | hist) . . (-79) . . m cpp/algorithm/rotate (oops, made complexity repeat itself)
- 13:11, 17 August 2011 (diff | hist) . . (+356) . . cpp/algorithm/rotate (the c++11 changes)
- 12:49, 17 August 2011 (diff | hist) . . (+993) . . cpp/algorithm/iter swap (+example)
- 12:44, 17 August 2011 (diff | hist) . . (+952) . . cpp/algorithm/rotate (+more of my favorite examples)
- 12:36, 17 August 2011 (diff | hist) . . (+595) . . cpp/algorithm/mismatch (+example, see http://stackoverflow.com/questions/3792168/alternative-solutions-to-this-programming-problem-all-languages-welcome/3792186#3792186 ))
- 12:15, 17 August 2011 (diff | hist) . . (+24) . . m cpp/algorithm/for each (better comment in the example)
- 12:11, 17 August 2011 (diff | hist) . . (-15) . . m cpp/algorithm/for each (formatting to avoid scrolling)
- 12:08, 17 August 2011 (diff | hist) . . (+871) . . cpp/algorithm/for each (+example to show the reason for returning a function)
- 11:34, 17 August 2011 (diff | hist) . . (+379) . . cpp/algorithm/for each (+details)
- 11:09, 17 August 2011 (diff | hist) . . (+1,095) . . cpp/algorithm/all any none of (+empty range behavior +example (test: https://ideone.com/pQhgq ))
- 14:02, 12 August 2011 (diff | hist) . . (+74) . . User:Cubbi
- 14:01, 12 August 2011 (diff | hist) . . (+146) . . N User:Cubbi (oh hai)
- 13:55, 12 August 2011 (diff | hist) . . (+3) . . m cpp/algorithm/random shuffle
- 13:54, 12 August 2011 (diff | hist) . . (+1,019) . . cpp/algorithm/random shuffle (here's what the new shuffle() does. tested with gcc 4.5.3. BTW old shuffle has different prototype in C++11 (takes an rvalue reference instead of lvalue reference), how does this wiki express that?)
- 11:49, 12 August 2011 (diff | hist) . . (+127) . . N Template:cpp/algorithm/dsc iota (Created page with "{{dcl list tfun | cpp/algorithm/iota | fills a range with successive increments of the starting value | notes={{mark c++11}} }}")
- 11:47, 12 August 2011 (diff | hist) . . (+52) . . cpp/algorithm
- 11:44, 12 August 2011 (diff | hist) . . (+1) . . Template:cpp/algorithm/dsc is partitioned
- 11:44, 12 August 2011 (diff | hist) . . (+126) . . N Template:cpp/algorithm/dsc partition point (Created page with "{{dcl list tfun | cpp/algorithm/partition_point | locates the partition point of a partitioned range | notes={{mark c++11}} }}")
- 11:43, 12 August 2011 (diff | hist) . . (+135) . . N Template:cpp/algorithm/dsc is partitioned (Created page with "{{dcl list tfun | cpp/algorithm/is_partitioned | determine if the range is partitioned by the given predicate | notes={{mark c++11}} }}")
- 11:42, 12 August 2011 (diff | hist) . . (+63) . . Template:cpp/algorithm/dsc partition
- 11:41, 12 August 2011 (diff | hist) . . (+125) . . cpp/algorithm (this page is missing a lot...)
- 11:39, 12 August 2011 (diff | hist) . . (+61) . . Template:cpp/algorithm/dsc random shuffle
- 11:35, 12 August 2011 (diff | hist) . . (+138) . . N Template:cpp/algorithm/dsc move backward (Created page with "{{dcl list tfun | cpp/algorithm/move_backward | move some range of elements to a new location in backwards order | notes={{mark c++11}} }}")
- 11:35, 12 August 2011 (diff | hist) . . (+110) . . N Template:cpp/algorithm/dsc move (Created page with "{{dcl list tfun | cpp/algorithm/move | move some range of elements to a new location | notes={{mark c++11}} }}")
- 11:34, 12 August 2011 (diff | hist) . . (+113) . . cpp/algorithm
- 11:33, 12 August 2011 (diff | hist) . . (+28) . . Template:cpp/algorithm/dsc copy
- 11:32, 12 August 2011 (diff | hist) . . (+5) . . Template:cpp/algorithm/dsc is permutation
- 11:31, 12 August 2011 (diff | hist) . . (+131) . . N Template:cpp/algorithm/dsc is permutation (Created page with "{{dcl list tfun | cpp/algorithm/is_permutation | determines if a sequence is a permutation of another sequence | notes={{c++11}} }}")
- 11:28, 12 August 2011 (diff | hist) . . (+62) . . cpp/algorithm
- 11:26, 12 August 2011 (diff | hist) . . (+1) . . Template:cpp/algorithm/dsc copy
- 11:25, 12 August 2011 (diff | hist) . . (+2) . . Template:cpp/algorithm/dsc copy
- 11:25, 12 August 2011 (diff | hist) . . (+48) . . Template:cpp/algorithm/dsc copy
- 11:15, 12 August 2011 (diff | hist) . . (+8) . . Template:cpp/algorithm/dsc minmax element
- 11:15, 12 August 2011 (diff | hist) . . (+175) . . N Template:cpp/algorithm/dsc minmax element (Created page with "{{dcl list tfun | cpp/algorithm/minmax | returns an std::pair built from the iterators to the first smallest and the last largest element in a sequence|notes={{mark c++11}} }}")
- 11:13, 12 August 2011 (diff | hist) . . (+21) . . Template:cpp/algorithm/dsc minmax
- 11:11, 12 August 2011 (diff | hist) . . (+121) . . N Template:cpp/algorithm/dsc minmax (Created page with "{{dcl list tfun | cpp/algorithm/minmax | returns an std::pair built from the smallest and the largest of its arguments }}")
- 11:09, 12 August 2011 (diff | hist) . . (+116) . . cpp/algorithm (C++11 has minmax() and minmax_element())
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)