Da cppreference.com.
 |
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui.
Click here for the English version of this page
|
Questa è una lista di parole chiave riservate in C + +. Dal momento che vengono utilizzati dal linguaggio, queste parole chiave non sono disponibili per la ri-definizione o sovraccarico.
Original:
This is a list of reserved keywords in C++. Since they are used by the language, these keywords are not available for re-definition or overloading.
The text has been machine-translated via
Google Translate.
You can help to correct and verify the translation. Click
here for instructions.
-
(1) - significato cambiato in C + 11
Original:
(1) - meaning changed in C++11
The text has been machine-translated via
Google Translate.
You can help to correct and verify the translation. Click
here for instructions.
Oltre alle parole chiave, ci sono due identificatori'
con significato speciale, che possono essere utilizzati come nomi di oggetti o funzioni, ma hanno un significato speciale in determinati contesti.Original:
In addition to keywords, there are two identifiers with special meaning, which may be used as names of objects or functions, but have special meaning in certain contexts.
The text has been machine-translated via
Google Translate.
You can help to correct and verify the translation. Click
here for instructions.
Inoltre, ogni nome che contiene un doppio underscore __ o inizia con un carattere di sottolineatura seguito da una lettera maiuscola è sempre riservato per l'attuazione e non deve essere usato come un identificatore. Ogni nome che inizia con un carattere di sottolineatura è riservata alla realizzazione per l'uso come un nome nello spazio dei nomi globale, i nomi possono essere utilizzati come identificatori nel namespace definiti dall'utente, come i nomi dei membri della classe, ecc
Original:
Also, each name that contains a double underscore __ or begins with an underscore followed by an uppercase letter is always reserved to the implementation and should not be used as an identifier. Each name that begins with an underscore is reserved to the implementation for use as a name in the global namespace; such names may be used as identifiers in user-defined namespaces, as names of class members, etc.
The text has been machine-translated via
Google Translate.
You can help to correct and verify the translation. Click
here for instructions.
Si noti che
and
,
bitor
,
or
,
xor
,
compl
,
bitand
,
and_eq
,
or_eq
,
xor_eq
,
not
e
not_eq
(insieme con i digrammi
<%
,
%>
,
<:
,
:>
,
%:
e
%:%:
) forniscono un
modo alternativo per rappresentare gettoni standard.
Original:
Note that
and
,
bitor
,
or
,
xor
,
compl
,
bitand
,
and_eq
,
or_eq
,
xor_eq
,
not
, and
not_eq
(along with the digraphs
<%
,
%>
,
<:
,
:>
,
%:
, and
%:%:
) provide an
modo alternativo per rappresentare gettoni standard.
The text has been machine-translated via
Google Translate.
You can help to correct and verify the translation. Click
here for instructions.