Skip to content
#

operator-overloading

Here are 176 public repositories matching this topic...

C++ is a cross-platform language that can be used to create high-performance applications. C++ was developed by Bjarne Stroustrup, as an extension to the C language. C++ gives programmers a high level of control over system resources and memory. The language was updated 4 major times in 2011, 2014, 2017, and 2020 to C++11, C++14, C++17, C++20.

  • Updated Jul 19, 2023
  • C++

Polynomials are mathematical objects which are expressions of variables and coefficients added to-gether. These polynomials can use operator overloading in a very intuitive manner since most of the operators that we can overload are mathematical operators, which can also be applied to polynomials.

  • Updated Oct 12, 2023
  • C++

Improve this page

Add a description, image, and links to the operator-overloading topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the operator-overloading topic, visit your repo's landing page and select "manage topics."

Learn more