Difference between revisions of "From C++03 to C++11"

From Gridkaschool
(Created page with "==Gridka School 2014 C++ course== * Martin Heck, KIT EKP * Jörg Meyer, KIT SCC ==Literature on C++== ===C++ books=== * The C++ Programming Language, Bjarne Stroustrup * Effectiv…")
 
m
Line 29: Line 29:
   
 
===access to machines===
 
===access to machines===
  +
You can run the exercises either on your own computer or ssh to one of our prepared machines using your Gridka School account.
  +
* connection from Linux/Unix: ssh -p24 <username>@gks-<xxx>.scc.kit.edu
  +
* connection from Windows: use an ssh client like putty, or use cygwin
  +
This is a list of hostnames:
  +
gks-084
  +
gks-088
  +
gks-098

Revision as of 13:05, 27 August 2014

Gridka School 2014 C++ course

  • Martin Heck, KIT EKP
  • Jörg Meyer, KIT SCC

Literature on C++

C++ books

  • The C++ Programming Language, Bjarne Stroustrup
  • Effective C++, Scott Meyers
  • More Effective C++: 35 New Ways to Improve Your Programs and Designs
  • Modern C++ Design, Andrei Alexandrescu
  • The C++ Standard Library, Nicolai M. Josuttis
  • C++ Templates, David Vanevoorde, Nicolai M. Josuttis
  • Exceptional C++, Herb Sutter
  • More Exceptional C++, Herb Sutter

C++11 books

  • The C++ Programming Language, 4th Edition, Bjarne Stroustrup
  • The C++ Standard Library: A Tutorial and Reference (2nd Edition), Nicolai M. Josuttis

C++ links

C++11 links

Gridka School slides

access to machines

You can run the exercises either on your own computer or ssh to one of our prepared machines using your Gridka School account.

  • connection from Linux/Unix: ssh -p24 <username>@gks-<xxx>.scc.kit.edu
  • connection from Windows: use an ssh client like putty, or use cygwin

This is a list of hostnames: gks-084 gks-088 gks-098