Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 681 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 681 Bytes

C++

C++ is a general-purpose programming language. It has imperative, object-oriented and generic programming features, while also providing facilities for low-level memory manipulation.

C++

Features

  • Object-oriented
  • Fast and Efficient
  • Portability
  • Syntax Based
  • Pointers
  • Close to Machine Code
  • Memory Management
  • Rich Library Support

Uses

  • Operating Systems
  • Web Browsers
  • Assemblers
  • Embedded Systems
  • Machine Learning Libraries
  • Graphics
  • Banking Applications
  • Cloud
  • Distributed Systems
  • Compilers

References