C++ Achievements: Unterschied zwischen den Versionen

aus dem Wiki des Entropia e.V., CCC Karlsruhe
(Die Seite wurde neu angelegt: „Warum sollen die gamer all den Spass haben? * User Experience have your IDE crash * Sneaky produce a c…“)
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
Warum sollen die gamer all den Spass haben?
Warum sollen die gamer all den Spass haben?


* User Experience                         have your IDE crash
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse;"
* Sneaky                                   produce a compiler error that occured in a different file from the one the error was actually in
 
* Classy                                   make a class
|-
* Vectorizer                               use a STL class
| '''User Experience'''                        ||  have your IDE crash
* Literate Code                           use a type with template parameters that is longer than 50 characters
|-
* Zero Point Energy Device                 use a null pointer
| '''Sneaky'''                                ||  produce a compiler error that occured in a different file from the one the error was actually in
* Operation Leakspin                       make a memory leak
|-
* Isn't This Pretty?                       use an initialization list
| '''Classy'''                                ||  make a class
* Copy And Paste Every Time               use an iterator
|-
* A Linker From The Past                   spend more than one hour hunting a single linker error
| '''Vectorizer'''                            ||  use a STL class
* Lisp? The one with the parentheses?     use five "}\n" in a row
|-
* Helpful                                 produce a single compiler error that spans more than 5 pages
| '''Literate Code'''                          ||  use a type with template parameters that is longer than 50 characters
* Heisenbug                               solve a bug that does not occur in debug mode
|-
* Pointy Haired Boss                       use a pointer
| '''Zero Point Energy Device'''              ||  use a null pointer
* Point that Thing away from me!           use **
|-
* Inception                               use ***
| '''Operation Leakspin'''                    ||  make a memory leak
* Limbo                                   use ****
|-
| '''Isn't This Pretty?'''                    ||  use an initialization list
|-
| '''Copy And Paste Every Time'''              ||  use an iterator
|-
| '''A Linker From The Past'''                ||  spend more than one hour hunting a single linker error
|-
| '''Lisp? The one with the parentheses?'''    ||  use five "}\n" in a row
|-
| '''Helpful'''                                ||  produce a single compiler error that spans more than 5 pages
|-
| '''Heisenbug'''                              ||  solve a bug that does not occur in debug mode
|-
| '''Pointy Haired Boss'''                    ||  use a pointer
|-
| '''Point that Thing away from me!'''        ||  use **
|-
| '''Inception'''                              ||  use ***
|-
| '''Limbo'''                                  ||  use ****
|-
|}

Version vom 13. April 2011, 15:17 Uhr

Warum sollen die gamer all den Spass haben?

User Experience have your IDE crash
Sneaky produce a compiler error that occured in a different file from the one the error was actually in
Classy make a class
Vectorizer use a STL class
Literate Code use a type with template parameters that is longer than 50 characters
Zero Point Energy Device use a null pointer
Operation Leakspin make a memory leak
Isn't This Pretty? use an initialization list
Copy And Paste Every Time use an iterator
A Linker From The Past spend more than one hour hunting a single linker error
Lisp? The one with the parentheses? use five "}\n" in a row
Helpful produce a single compiler error that spans more than 5 pages
Heisenbug solve a bug that does not occur in debug mode
Pointy Haired Boss use a pointer
Point that Thing away from me! use **
Inception use ***
Limbo use ****