Show: Delphi
C++
Display Preferences
C++ Specifics Index
From RAD Studio
Go Up to C++ Language Guide Index
This section describes features that distinguish RAD Studio C++, such as descriptions of the C++0x features supported in C++Builder, and recommendations on working with UnicodeString in C++.
Topics
- C++0x Features (BCC32)
- C++11 Features (BCC64)
- Unicode for C++
- __property implements Support in C++Builder XE
- Run-Time Type Identification (RTTI)
- Classes
- Polymorphic Classes
- New-style Typecasting
- lvalue references
- C++ Scope
- Constructors And Destructors
- Handling Delphi Features in C++Builder
- Scope Resolution Operator
- Using Templates
- The new And delete Operators
- C++ namespaces
- GNU Attributes
- Overloading Operators and Operator Functions
- Stricter C++ Compiler (C++Builder 2007)
- C++ Applications Use STRICT Type Checking
- Use __fastcall When Overriding VCL Methods (C++)