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

The C Programming Language

Name: Anonymous 2011-10-24 21:45

Let's have a thread for the C programming language. It's an excellent language.

Name: Anonymous 2011-10-25 12:19

When you write a line of C you have a good idea of how much actual work it's going to make the computer do.

e.g. with for (i=0;i<10;i++) a[i]=i*i; you have a multiply, a store, and a comparison.

The same thing in a more abstracted language might involve looking stuff up in a symbol dictionary, mallocs, creating objects on the heap, reference counting, garbage collection, blahblahblah, hundreds and hundreds of cycles.

That's why I like C, you know what's going on underneath.

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