C++ Community

12345678910111213
Across
  1. 6. A set of instructions, typically to solve a class of problems or perform a computation.
  2. 10. A symbolic name associated with a value and whose associated value may be changed.
  3. 11. A unit of code to describe object's state or behavior in object-oriented programming.
  4. 12. The ability of a program to complete assigned tasks within a given time. If saying about interfaces: all users would like to have such interface.
  5. 13. A collection of instructions that performs a specific task when executed by a computer.
Down
  1. 1. A feature of the C++ programming language that allows functions and classes to operate with generic types. Also, you will probably use it as a starting point to create many similar items.
  2. 2. The speed of executing computer program instructions.
  3. 3. A computer program that translates program code written in some programming language into executable unit.
  4. 4. The author of the C++ programming language.
  5. 5. The function which body is inserted at the address of each its call. In general: it is something that is located right in this place.
  6. 7. A property of a program which relates to the number of computational resources used by the program.
  7. 8. The main document which describes the rules how the C++ language works.
  8. 9. Computer hardware that store information for immediate use in a computer. Another meaning: ability of the human to operate with events from the past.