[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppComment
/* indicates the start of a mult-line comment, which is ended by */.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppComment
(C++) Comment
// indices the start of a single-line comment./* indicates the start of a mult-line comment, which is ended by */.
int main()
{
//A single line comment
/***************
- *
- MULTI LINE *
- COMMENT *
- MADE *
- BY *
- BILDERBIKKEL *
- *
- **************/
'Comment' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
