separators???

Nov 9, 2013 at 9:01am
Please, do we call there signs "separators"?
Many thanks!

{}
;
...


(They are ment to SEPARATE parts of the program)
Last edited on Nov 9, 2013 at 9:02am
Nov 9, 2013 at 9:10am
No.
Nov 9, 2013 at 6:21pm
How then?
Because I am not english speaking.
Many thanks!
Nov 9, 2013 at 7:52pm
They are Punctuators, since they mark language specific punctuation.
The following characters are used as punctuators in C++:
[ ]	Opening and Closing Brackets (Square brackets)
( )	Opening and Closing Parentheses 
{ }	Opening and Closing Braces (Curly braces, curlies)
< >	Opening and Closing Angle brackets (chevrons)
' '	Single quotes
" "	Double quotes
,	Comma 	
;	Semicolon 
:	Colon 		
*	Asterisk	
=	Equal sign	
#	Pound sign 	

...	Ellipsis 
Last edited on Nov 9, 2013 at 7:58pm
Topic archived. No new replies allowed.