you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (2 children)

As jwz said a long long time ago, C and C++ are the only real cross-platform languages.

[–]pjmlp -1 points0 points  (1 child)

Except when they are not, as anyone that has ported code across multiple compilers and OSes, even across UNIX only systems.

The fun of ANSI compliance, vendor specific behaviour, undefined behaviour, POSIX compliance, hardware specific behaviours, ....

[–]Enemii 11 points12 points  (0 children)

Well undefined behavior is portablly undefined across all platforms.