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

WHY WOULD ANYONE WANT TO LEARN C?

Name: Anonymous 2010-08-28 9:49

FOR REALS? WHATS THE POINT? TOO MUCH MICRoMANAGED BULLSHIT THAT GETS YOU NO WHERE EXCEPT A HOLE IN THE HEAD. BESIDES, YOU CANT USE C FOR ANYTHING USEFUL!!!! WHY DONT YOU LEARN A REAL LANGUAGE LIKE JAVA OR C#??? OR BETTER YET, PHP.

Name: {b.i.o.u ENTERPRISE} 2010-08-28 14:40

>>15
C programs do not grant the programmer explicit control of how a program will execute at the hardware level on many architectures and with many optimizing compilers.  The resulting instructions for a given sequence of C statements compiled with a good optimizing compiler might not ostensibly correspond to the original statements. Advanced implementations of many instruction sets (all new x86 for over a decade, for example) are implemented in such a way that the  instruction set is not representative of the actual implementation inside the CPU.  Details like cache, virtual memory, etc. prevent nearly all programs from having any low-level control of how they work, excepting programs running in real mode using implementation-defined cache control/disable instructions (which are not part of C anyway).

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