Operators

Operator (computer programming)

Operators are constructs in programming languages that behave like functions, but have different syntax or semantics. They can be simple (e.g. arithmetic) or more complex (e.g. assignment). Languages usually provide built-in operators and allow users to define new ones.

1 courses cover this concept

CS 106L Standard C++ Programming

Stanford University

Winter 2023

This is a companion course to CS106B/CS106X, diving into the modern C++ language. It covers some of the most exciting features of C++, including modern patterns that give it beauty and power. It is an intermediate-level course assuming familiarity with basic programming concepts.

No concepts data

+ 23 more concepts