Vienna.cpp user group: Unterschied zwischen den Versionen
aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springenDaxim (Diskussion | Beiträge) |
|||
Zeile 14: | Zeile 14: | ||
|hidden=false | |hidden=false | ||
}} | }} | ||
− | |||
− | + | =2014-02-10= | |
− | = | + | ??? |
+ | |||
+ | =2014-01-07= | ||
+ | |||
+ | https://gist.github.com/daxim/8508188 | ||
+ | |||
+ | * different ways to iterate over a vector/list | ||
+ | * lambda expressions | ||
+ | * basics of organising code into libraries | ||
+ | * TAP testing with the least amount of code | ||
+ | |||
+ | =2013-11-21= | ||
+ | |||
+ | GotW [http://herbsutter.com/2013/05/09/gotw-1-solution/ 1], [http://herbsutter.com/2013/05/13/gotw-2-solution-temporary-objects/ 2] | ||
+ | |||
+ | =2013-10-14= | ||
+ | |||
+ | "T* ptr or T *ptr ?" | ||
* [http://www.aristeia.com/books.html Effective C++, More Effective C++] | * [http://www.aristeia.com/books.html Effective C++, More Effective C++] | ||
Zeile 31: | Zeile 47: | ||
* [http://www.cplusplus.com/ Referenz] | * [http://www.cplusplus.com/ Referenz] | ||
* [http://www.boost.org/doc/libs/ Boost-Doku] | * [http://www.boost.org/doc/libs/ Boost-Doku] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Kategorie:Usergroups]] | [[Kategorie:Usergroups]] |
Version vom 19. Januar 2014, 17:43 Uhr
Vienna.cpp user group | |
Status: | active |
Thema: | c++ stuffs |
Gestartet: | 09.10.2013 |
Organisator: | cygenb0ck |
Treffen: | tbd |
Zielgruppe: | tbd |
Inhalt: | tbd |
Zuletzt aktualisiert: | 2014-01-19 |
2014-02-10
???
2014-01-07
https://gist.github.com/daxim/8508188
- different ways to iterate over a vector/list
- lambda expressions
- basics of organising code into libraries
- TAP testing with the least amount of code
2013-11-21
2013-10-14
"T* ptr or T *ptr ?"