0
On a comment what does "//Print" refer to?
Comment
3 odpowiedzi
+ 1
It refers to a Print subfunction, we guess. It's a form of title ;-)
0
Without seeing the code, I would assume that the comment:
//Print
Would refer to a output on the screen such as:
cout << "This is printing text to the
screen";
0
Comments are comments. The person who wrote it is the right person to answer why he wrote it. In this case there is no supporting code line to understand the intention behind doing so. hence it will mislead if we provide any explanation (assumption) here. 😃