Slide 1

Slide 1 text

C++ is (not) so hard

Slide 2

Slide 2 text

What do you think C++ are? - complicated syntax - memory leaks - lack of libraries - hard to learn

Slide 3

Slide 3 text

It was true in 1998 It isn’t in 2014

Slide 4

Slide 4 text

C++98 vs C++11 C++98 C++11 Not that hard, heh?

Slide 5

Slide 5 text

Libraries

Slide 6

Slide 6 text

Why to choose C++ - High performance code - Crossplatform - Full access to hardware and OS resources