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
K (Daxim verschob die Seite C++::user group::init() nach Vienna.cpp user group und überschrieb dabei eine Weiterleitung)
Zeile 39: Zeile 39:
 
== Tue 2016-05-24 ==
 
== Tue 2016-05-24 ==
  
'''May Meetup''' (fist regular meetup)
+
'''May Meetup''' (first regular meetup)
  
 
* at 7:00 pm in the [[Bibliothek|Library]], [[Location|im Metalab]]
 
* at 7:00 pm in the [[Bibliothek|Library]], [[Location|im Metalab]]

Version vom 31. Mai 2016, 12:46 Uhr


Vienna.cpp user group
Vienna cpp user group logo.png
Status: active
Thema: Alles über C++
Gestartet: 09.10.2013
Organisator: cygenb0ck, Chris
Homepage: http://www.meetup.com/vienna-cpp-user-group/
Treffen: Letzter oder vorletzter Dienstag im Monat
Zielgruppe: C++ Software Entwickler
Inhalt: Wir sind eine Gruppe von C++ Enthusiasten, die sich monatlich in Wien treffen, um über die Sprache C++ und alles, was damit zusammenhängt zu sprechen. Jeder, der auch an C++ interessiert ist, ist willkommen dazu zu stoßen!
Zuletzt aktualisiert: 11.05.2016

Topics

This list has possible talks for upcoming talks. If you want to talk about one of these or a different C++ topics or you are just interested in a specific topics, feel free to complement this list. Also talks about projects, recaps of books or just a best practices are welcome!

  • C++11 und C++14
  • C++17 Papers
  • boost library
  • C++ Core Guidlines
  • C++ AI libraries (OpenNN, etc.)
  • C++ build systems (CMake, etc.)
  • Qt Framework
  • Image processing and recognition with OpenCV
  • CMake

Meetings

Tue 2016-06-28

June Meetup

  • at 7:00 pm in the Library, im Metalab
  • Quick user group and C++ news
  • Topic will be Dependency Management with focus on conan

Tue 2016-05-24

May Meetup (first regular meetup)

Recap

  • 60 min talk about writing good code including discussion, 45 min discussion at the end about good code, testing, C++ in general, and the June meetup
  • decision: talks and discussion will now be held in English (exception: if only German-speakers are attending)

Do 2016-04-28

Kick-off Meeting C++ User Group (Re-establishment)

Zusammenfassung

  • Termin: monatliche Veranstaltung mit festem Talk oder Lightning Talks
  • Nächster/erster Talk: "Sauberen Code schreiben" von Chris
  • Mailingliste: Bekanntmachung des Termins auf der Mailingliste mit Thema des ersten Talks sowie Terminabstimmung > done
  • Meetup: Erstellung einer Meetup Gruppe > done: http://www.meetup.com/vienna-cpp-user-group/
  • Werbetrommel: rühren auf www.informatik-forum.at > todo
  • Unreal Engine: user group kontaktieren um Interessenten zu finden > todo

2014-02-10

???

Diese Veranstaltung wurde fälschlicherweise für den 2.10. ("Zweiter Oktober") in den Kalender eingetragen, tatsächlich fand sie aber am 10.2. ("Zehnter Februar") statt, oder hätte dort jedenfalls stattfinden sollen. Wer vorhat am 2.10. zu kommen, sollte also seine Pläne ändern, und der ursprüngliche Anleger des falsch datierten Events könnte dieses evt. löschen zwecks Klarheit. - Simon

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 ?"