Skip to content

Moving Beyond std::cout

Photo of Andreas Weis
Hosted By
Andreas W. and 4 others
Moving Beyond std::cout

Details

This month we have the great honor to welcome Jason Turner to our user group. Jason has 2 decades of C++ experience and is a regular conference speaker, developer, and trainer. He is host of the YouTube channel C++ Weekly and co-host of CppCast, the first podcast for C++ developers

Abstract: The typical "Hello World" example we see in C++ is

#include
using namespace std;
int main()
{
cout << "Hello World" << endl;
}

Which just leaves the student with questions about namespaces, cout and endl! What are these constructs for? What do they mean? What do they DO? Are there alternatives that give us cleaner, more flexible code? At what cost? Can this even change how we teach C++? We'll discuss some alternatives and the impact they have on our code, and possibly reconsider what our new defaults should be.

Schedule:
19:00 -- Welcome at JetBrains with Pizza
~19:40 -- Main talk by Jason Turner
~21:00 -- Open Discussions
~22:00 -- Official End

Photo of MUC++ group
MUC++
See more events
JetBrains Event Space
Elsenheimerstraße 47 A / 5th floor · Munich