[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppCompoundStatement
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppCompoundStatement
(C++) compound statement
Multiple statements surrounded by acccolades ('{' and '}').
{
int a = 1;
int b = 2;
int x = a + b;
}
Reference
- Ammeraal, L. C++. 2001. ISBN: 90-395-1935-8. (Dutch)
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
