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
(2 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 14: Zeile 14:
 
|hidden=false
 
|hidden=false
 
}}
 
}}
'''Termine:'''
 
  
24.10.2013, 19:00, bib, ''"T* ptr or T *ptr ?"''
+
=2014-02-10=
  
= Bücher/Blogs =
+
???
 +
 
 +
=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 26: Zeile 42:
 
* [http://www.gotw.ca/publications/xc++.htm Exceptional C++]
 
* [http://www.gotw.ca/publications/xc++.htm Exceptional C++]
 
* [http://www.stroustrup.com/4th.html The C++ Programming Language]
 
* [http://www.stroustrup.com/4th.html The C++ Programming Language]
* [http://www.gotw.ca/gotw/ Guru of the Week]
+
* [http://www.gotw.ca/gotw/ Guru of the Week], [http://herbsutter.com/gotw/ ++]
 +
* [https://www.coursera.org/course/cplusplus4c C++ For C Programmers]
 +
* [http://www.parashift.com/c++-faq/ FAQ]
 +
* [http://www.cplusplus.com/ Referenz]
 +
* [http://www.boost.org/doc/libs/ Boost-Doku]
  
 
[[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 ?"