Wednesday, 12 February 2014

comments in C/C++

comments in C/C++



1.comment (C/C++)

Description:The comment-type is one of the predefined identifiers,
described below, that specifies the type of comment record. The optional
commentstring is a string literal that ...



2.Comments in C++ - Tutorials for Java DIP, Bootstrap, Lua ...

Description:Comments in C++ - Learning C++ in simple and easy steps : A
beginner's tutorial containing complete knowledge of C++ Syntax Object
Oriented Language, Methods ...



3.Comments in C++ - About.com C / C++ / C#

Description:C++ has two ways to insert comments into source code. If you
look at example 2, you can see the C++ single line comments. Any line that
starts with a // is a comment.



4.C++ References - Comments - Function X

Description:The C/C++ language accepts two types of comments: To write a
comment on one line, type two forward slashes // and type the comment.



5.C++ Comments

Description:C++ Comments. Visual Studio 2013 Other Versions ... This
syntax is the same as ANSI C. The // (two slashes) characters, followed by
any sequence of characters.



6.Using Comments in a C++ Program - Java-Samples.com

Description:As you might guess, C-style comments are used in the C
language as well, but C++-style comments are not part of the official
definition of C.



7.Comment (computer programming) - Wikipedia, the free ...

Description:In computer programming, a comment is a programming language
construct used to embed programmer-readable annotations in the source code
of a computer program Those ...



8.C syntax - Wikipedia, the free encyclopedia

Description:The syntax of the C programming language, the rules governing
writing of software in the language, is designed to allow for programs
that are extremely terse, have a ...



9.Comments in C++ - Java-Samples.com

Description:There are two kinds of comments in C++: single-line and
paired. A single-line comment starts with a double slash (//). Everything
to the right of the slashes on the ...



10.How to add comments in C programming? - Yahoo Answers India

Description:17-01-2007 · Best Answer: /* */ - is the only one used in c..
c++ has both ... Both are correct. It is valid both in c as well as c++.
// is used for single line ...

No comments:

Post a Comment