how relevant is C today?

Thomas Bellman bellman at lysator.liu.se
Mon Apr 10 04:22:02 EDT 2006


Lawrence D'Oliveiro <ldo at geek-central.gen.new_zealand> writes:

> "const" is in C89/C90.

Although with slightly different semantics from in C++...  For
instance:

    static const int n = 5;
    double a[n];

is valid C++, but not valid C.


-- 
Thomas Bellman,   Lysator Computer Club,   Linköping University,  Sweden
"When C++ is your hammer, everything         !  bellman @ lysator.liu.se
 looks like a thumb."                        !  Make Love -- Nicht Wahr!



More information about the Python-list mailing list