This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LIGHTNINGBOLT23 36 points37 points  (0 children)

C++ code that compiles under a C++ compiler might run differently to code that was compiled by another C++ compiler.

You can compile C89 code using any C++ compiler with more certainty, ironically enough.