RAD Studio
ContentsIndex
PreviousUpNext
Punctuators Overview

This section contains Punctuator topics.

Name 
Description 
The C++ punctuators (also known as separators) are:
  • [ ]
  • ( )
  • { }
  • ,
  • ;
  • :
  • ...
  • =
  • #
Most of these punctuators also function as operators.
Brackets
Open and close brackets indicate single and multidimensional array subscripts:  
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!