Differences between version 13 and predecessor to the previous major change of C.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 13 | Last edited on Tuesday, December 2, 2003 12:08:00 pm | by SamJansen | Revert |
Older page: | version 11 | Last edited on Friday, November 21, 2003 9:31:25 pm | by AristotlePagaltzis | Revert |
@@ -9,9 +9,9 @@
and
;: "The C Programming Language -- A language which combines the flexibility of AssemblyLanguage with the power of AssemblyLanguage."
-[C] has inspired an entire class of languages, including [C++] which some say fixes many problems with [C], while others debate is just a horrible mess. [Java] has decended from [C++] as a portable, clean ObjectOrientatedProgrammingLanguage
, and which in turn is the inspiration for [CSharp], MicrosoftCorporation's new language.
+[C] has inspired an entire class of languages, including [C++] which some say fixes many problems with [C], while others debate is just a horrible mess. [Java] has decended from [C++] as a portable, clean [object oriented programming language|ObjectOrientation]
, and which in turn is the inspiration for [CSharp], MicrosoftCorporation's new language.
See the [C History|http://cm.bell-labs.com/cm/cs/who/dmr/chist.html].
I recommend you learn [C], and use it for writing OperatingSystems, and understanding how things actually are implemented, but then code in some other programming language if you are going to write applications, especially networking programs.
@@ -45,12 +45,12 @@
_-_-_-_-_-_-_-_
_-_-_-_
}
-(As seen in [
JargonFile:Obfuscated-C-Contest.html]
)
+(As seen in JargonFile:Obfuscated-C-Contest)
----
Various snippets of information about [C] in the wiki:
* CastingPointerToFunction
-----
CategoryProgrammingLanguages, CategoryImperativeProgrammingLanguages, CategoryMachineOrientedProgrammingLanguages, CategorySystemsProgrammingLanguages