2011199819891985198019781967
BCPL K&R C Classic C
C with
Classes
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)

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

  • 29.
    2011199819891985198019781967 BCPL K&R CClassic C C with Classes C++ ARM C++ C++98 C++11 C89 C99 C11
  • 31.
    // 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
  • 35.
    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)