|
C/C++
C is a high-level
programming language that was developed in the
mid-1970s. It was originally used for writing Unix
programs but now is used to write applications for
nearly every available platform. Some nice things about
the language are that it is easy to read, it is flexible
(can be used for a wide variety of purposes), and C
programs typically use memory very efficiently. C++,
pronounced "C plus plus," is a programming language that
was built off the C language |