REVIEW OF C++

  • Unique Paper ID: 142918
  • Volume: 2
  • Issue: 7
  • PageNo: 170-171
  • Abstract:
  • C++ was designed to be a systems programming language and has been used for embedded systems programming and other resource-constrained types of programming since the earliest days. This paper will briefly discuss how C++'s basic model of computation and data supports time and space performance, hardware access, and predictability. If that was all we wanted, we could write assembler or C, so I show how these basic features interact with abstraction mechanisms (such as classes, inheritance, and templates) to control system complexity and improve correctness while retaining the desired predictability and performance.
add_icon3email to a friend

Copyright & License

Copyright © 2025 Authors retain the copyright of this article. This article is an open access article distributed under the Creative Commons Attribution License which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

BibTeX

@article{142918,
        author = {sachin kumar benwal},
        title = {REVIEW OF C++},
        journal = {International Journal of Innovative Research in Technology},
        year = {},
        volume = {2},
        number = {7},
        pages = {170-171},
        issn = {2349-6002},
        url = {https://ijirt.org/article?manuscript=142918},
        abstract = {C++ was designed to be a systems programming language and has been used for embedded systems programming and other resource-constrained types of programming since the earliest days. This paper will briefly discuss how C++'s basic model of computation and data supports time and space performance, hardware access, and predictability. If that was all we wanted, we could write assembler or C, so I show how these basic features interact with abstraction mechanisms (such as classes, inheritance, and templates) to control system complexity and improve correctness while retaining the desired predictability and performance.},
        keywords = {C++ , Object Oriented Programming},
        month = {},
        }

Cite This Article

  • ISSN: 2349-6002
  • Volume: 2
  • Issue: 7
  • PageNo: 170-171

REVIEW OF C++

Related Articles