Search code examples
c++conventions

Who makes standards in a programming language such as C++?


Do the conventions in a programming language such as in C++ (such as extraction operator >> ) can be changed by a developer? Or is it restricted?


Solution

  • You're asking two questions here.

    1. Who makes the C++ Standard?

      The C++ Standards Committee

    2. Can I change the behavior of an operator such as operator>>?

      Yes, you can, via a capability defined in the standard. See: