Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

GOOG's self-driving car written in FIOC

Name: Anonymous 2012-03-09 14:32

Problem?

Name: Anonymous 2012-03-09 16:58

C/C++ (like every programming language) does not require variables to be correct, as

int fib(int n) {
        int p = 1;
        while (n--)
                p * n;
        return n;
}


This means that C/C++ can't even detect a trivial typo - it will produce a program, which will continue working for hours until it reaches the typo - THEN go boom and
you lost all unsaved data.

Python: 1
>>6: Segfault detected

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List