Search:
Forum
General C++ Programming
What is this thing?
What is this thing?
Sep 15, 2013 at 11:33pm UTC
Cronnoc
(273)
i know about these comments
1
2
3
4
//single line comment
/* several line comment */
but what is this
///is this a comment?
if it is a comment then what is it for
Sep 15, 2013 at 11:40pm UTC
closed account (
Dy7SLyTq
)
Its a standard single line comment. There might be a special program that uses those like I think deoxygen might
Sep 15, 2013 at 11:47pm UTC
Cronnoc
(273)
ok because in my ide the colour of the comment is blue instead of grey so i thought it might be different
Last edited on
Sep 16, 2013 at 2:41am UTC
Sep 16, 2013 at 12:13am UTC
rex1200
(32)
comment
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs