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 springen
Zeile 14: Zeile 14:
 
|hidden=false
 
|hidden=false
 
}}
 
}}
'''naechster Termin:'''
 
  
21.11.2013, 19:00, bib, Thema: GotW [http://herbsutter.com/2013/05/09/gotw-1-solution/ 1], [http://herbsutter.com/2013/05/13/gotw-2-solution-temporary-objects/ 2]
+
=2014-02-10=
  
= Linkblock =
+
???
 +
 
 +
=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]
 
 
'''Archiv:'''
 
 
24.10.2013, 19:00, bib, ''"T* ptr or T *ptr ?"''
 
  
 
[[Kategorie:Usergroups]]
 
[[Kategorie:Usergroups]]

Version vom 19. Januar 2014, 17:43 Uhr


Vienna.cpp user group
Nukular.jpg
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

GotW 1, 2

2013-10-14

"T* ptr or T *ptr ?"