Whenever I ask a question on Stack Overflow and I wish to respond when someone gives an answer, I only seem to have the option to add a comment.
How do I make a comment which is multi-lined, so I can reply back with code snippets or results, etc.?
|
Whenever I ask a question on Stack Overflow and I wish to respond when someone gives an answer, I only seem to have the option to add a comment. How do I make a comment which is multi-lined, so I can reply back with code snippets or results, etc.? |
||||
|
Multi-line comments are not supported. Comments are second-class citizens, and should not be used for multi-line code examples. Use a pastebin service instead, or consider if you have just provided a full answer or an update to your post instead. |
|||||||||||
|
|
The ideal place for:
is your question. Think of it this way: if the absence of the comment would mean the page loses something significant in terms of narrative clarity (how the OP and answerer got to the solution), or in terms of information present, then it probably doesn't belong in a comment anyway. |
||||
|
|
void helloWorld(void) { }– D J Nov 22 '12 at 9:28