|
|
|
|
|
by indymike
309 days ago
|
|
> C++ the computer will generally catch your errors while with Markdown it will never catch your errors. Conveying meaning at the bitwise operator level is a different thing than applying emphasis to a few words in a sentence with bolding or embedding a hyperlink in a document. |
|
Markup versus computer code is of course not exactly the same, but the nature of the mistakes—tokens in places they’re not supposed to be, and such—would generally lead to a syntax error in C++.