- string operator
- оператор строковой операции
Большой англо-русский и русско-английский словарь. 2001.
Большой англо-русский и русско-английский словарь. 2001.
String (C++) — In the C++ programming language, the std::string class is a standard representation for a string of text. This class removes many of the problems introduced by C style strings by putting the onus of memory ownership on the string class rather… … Wikipedia
Operator-precedence grammar — An operator precedence grammar is a kind of grammar for formal languages. Technically, an operator precedence grammar is a context free grammar that has the property (among others[1]) that no production has either an empty right hand side or two… … Wikipedia
String trimmer — Weedeater redirects here, for the band see Weedeater (band) A string trimmer, also called a line trimmer, Weedeater (a brandname), Weedwhacker(a brandname) or weed wacker, Weed Whip, weedy, whipper snipper, garden strimmer or Trimmer is a powered … Wikipedia
String theory — This article is about the branch of theoretical physics. For other uses, see String theory (disambiguation). String theory … Wikipedia
Operator (programming) — Programming languages generally support a set of operators that are similar to operations in mathematics. A language may contain a fixed number of built in operators (e.g. + * = in C and C++), or it may allow the creation of programmer defined… … Wikipedia
?? Operator — The ?? operator, sometimes called the Coalescing Operator, is a binary operator that is part of the syntax for a basic conditional expression in several programming languages, most notably C#.Conditional assignment?? is most frequently used to… … Wikipedia
String operations — In computer science, in the area of formal language theory, frequent use is made of a variety of string functions; however, the notation used is different from that used on computer programming, and some commonly used functions in the theoretical … Wikipedia
Operator product expansion — Contents 1 2D Euclidean quantum field theory 2 General 3 See also 4 External links 2D Euclidean quantum field theory … Wikipedia
Comparison of programming languages (string functions) — String functions redirects here. For string functions in formal language theory, see String operations. Programming language comparisons General comparison Basic syntax Basic instructions Arrays … Wikipedia
Null coalescing operator — The null coalescing operator (or Logical Defined Or Operator) is a binary operator that is part of the syntax for a basic conditional expression in several programming languages, including C#,[1] and Perl as of version 5.10.[2] In Scheme, boolean … Wikipedia
printf format string — An example of the printf function. Printf format string (which stands for print formatted ) refers to a control parameter used by a class of functions typically associated with some types of programming languages. The format string specifies a… … Wikipedia