Skip to content

Details

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

#include < iostream >
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.

Jason Turner 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.

Food and drinks will be generously provided by
Transmarket Group.

The event will take place at IIT, at 565 West Adams
Street, Chicago, in Morris Hall, which is on the 10th floor.
When you enter the building, take the elevators to the
left up to the 10th floor.

Related topics

Sponsors

Here

Here

Many thanks to Here for sponsoring our event of September 21, 2017

EZE Software Group

EZE Software Group

Many thanks to EZE Software Group for providing us with a place to meet.

Spot Trading, LLC

Spot Trading, LLC

Many thanks to Spot Trading, LLC, for providing us with a place to meet.

JetBrains

JetBrains

Many thanks for giving us free coupons for their software products

You may also like