SI300 - Apoio a atividades práticas em C++ (01)

Post on 21-Jul-2015

665 views 2 download

Tags:

Transcript of SI300 - Apoio a atividades práticas em C++ (01)

2011199819891985198019781967

BCPL K&R C Classic C

C withClasses

C++ ARM C++ C++98 C++11

C89 C99 C11

// Este é um comentário válido em C++, não em C clássico

bool catch class delete

dynamic_cast false friend inline

namespace new not nullptr

operator private protected public

static_cast template this throw

true try using virtual

1. Don’t panic. All will become clear in time.2. You don’t have to know every detail of C++

to write good programs.3. Focus on programming techniques, not on

language features.(p.38)