- Programming language we'll be using is C.
- Developed by Dennis Ritchie and Brian Kernighan in AT&T, 1970.
- C++ is a further development of C, which includes Object Oriented Programming
(OOP) paradigm and much more.
- We'll focus on C, but sometimes look into its C++ equivalent.
- There are lots of C/C++ compilers and flavors, but we'll use
gcc compiler provided by GNU. (http://gcc.gnu.org).
|