On Thursday, 28 July 2022 at 13:58:24 UTC, pascal111 wrote:
[...]
Precisely in what way? I am not kidding. I am seriously asking the question: In what way may a C or C++ compiler benefit from lines between functions which contain only comments consisting of nothing else than asterisks?

Seriously and accurately, if you meant that, we don't know how developers of C compilers programmed their compilers, for example, maybe there's a secret way the developers programmed their compiler so that a special pattern of comments can have a particular meaning to the compilers. We don't know! maybe it's true.

Sure. What effect do YOU hope to causes or prevent by writing

```
/******************************************/
```

between all of your functions?

Reply via email to