About 558 results
Open links in new tab
  1. GNU Debugger - Wikipedia

    The GNU Debugger (GDB) is a portable debugger that runs on many Unix-like systems and works for many programming languages, including Ada, Assembly, C, C++, D, Fortran, Haskell, Go, …

  2. C++ string handling - Wikipedia

    The C++ programming language has support for string handling, mostly implemented in its standard library. The language standard specifies several string types, some inherited from C, …

  3. C string handling - Wikipedia

    The length of a string is the number of code units before the zero code unit. [1] The memory occupied by a string is always one more code unit than the length, as space is needed to store …

  4. printf - Wikipedia

    An example call to the printf function printf is a C standard library function that formats text and writes it to standard output. The function accepts a format c-string argument and a variable …

  5. C++ Standard Library - Wikipedia

    In the C++ programming language, the C++ Standard Library is a collection of classes and functions, which are written in the core language and part of the C++ ISO Standard itself.

  6. Null-terminated string - Wikipedia

    In computer programming, a null-terminated string is a character string stored as an array containing the characters and terminated with a null character (a character with an internal …

  7. Comparison of debuggers - Wikipedia

    This is a comparison of debuggers: computer programs that are used to test and debug other programs.

  8. C++ - Wikipedia

    C++ programmers expect the latter on every major implementation of C++; it includes aggregate types (vectors, lists, maps, sets, queues, stacks, arrays, tuples), algorithms (find, for_each, …