-
- Family Elder: C was developed by AT&T in 1978. It inspired a whole slew of other programming languages. The most closely related one is C++.
- Minimalism: C in itself is a very minimalist language - it can't do much besides declare functions, variables, pointers, return values, and perform operations. It's the C library that gives the language its power.
- Low-level: C is a very low-level language (this is not a derogatory term - it simply means that it works very closely with the system hardware), which includes being able to more easily handle memory management and systems programming without having to get as low as an assembly language.
- Low-level: C is a very low-level language (this is not a derogatory term - it simply means that it works very closely with the system hardware), which includes being able to more easily handle memory management and systems programming without having to get as low as an assembly language.
-
-
C is a relatively minimalist computer programming language originally developed to write the UNIX operating system in the 1970s. It inspired a whole family of programming languages: Java, C++, C#, Objective-C, Perl, and others! Once you pick up C, you can learn any other mentioned language very quickly.
-
-
Mahalo Answers for C Programming
-
What are some good resources to bone-up on C programming? 4 AnswersIf you have "the White Book" and you used to program in C before then you don't really need other introductory material. This looks like a good site for people ... read more -
What is the fastest way to learn Objective-C? 3 AnswersYou should start first by learning how to program in general. I would suggest following the tutorials at the following site: http://www.cprogramming.com/tutori... read more
-
-



