Archive for January 2019
- C++ is being highly used to write device drivers and other softwares that rely on direct manipulation of hardware under realtime constraints
- C++ is widely used for teaching and research because it is clean enough for successful teaching of basic concepts
- 1. C++ is a middle-level programming language developed by Bjarne Stroustrup starting in 1979 at Bell Labs.
- 2. C++ runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.
- 3. C++ is a statically typed, compiled, general-purpose, case-sensitive, programming language that supports procedural, object-oriented, and generic programming.
- 4. C++ supports OOPS