White said:
Before we go into a debate again on the cmath/std:: vs. math/nostd I have
proposed the latter for two reasons. One: unfortunately I have seen
compilers where include a cxxx header is sure recipe for disater. The other
(way less important) is that it also works in C.
Um.. this is C++ group, right? I think it is better to use C++ style,
rather than C style if we are writing C++ code. Even if the C code would
work. If the compiler can't handle the standard C++ there are two solutions:
- Get a better compiler (or new version).
- Use the bad/evil C-style as you suggested. But only if you are really
tied to that crappy compiler.
I don't know any good reasons why someone should do this. I just think
that if you go to England, you should try to speak English there,
instead of Spain or some other language. I'm pretty sure they will
understand you better if you do so.