Liste des Groupes | Revenir à se design |
Possibly. But, the cognitive load is roughly an order of magnitude.I think that the complexity ratio between C and C++ well exceeds ten.C++ is an order of magnitude more complex than C. Even a
casual C programmer can imagine what his code will look
like after compilation. I.e., can imagine exactly what the
CPU will be doing (ignoring the fact that the compiler will
often out-think the coder in terms of time/space efficiency).
It took a while for compilers to handle mutual-exclusionWith modern processors, there are considerably more pitfalls than that.
functions/commands correctly - in most architectures, one must block
interrupts for this to work correctly. It's a long story, and is a
good reason to work in assembly for that.
Les messages affichés proviennent d'usenet.