About 2,000 results
Open links in new tab
  1. Stack<T> Class (System.Collections.Generic) | Microsoft Learn

    Stack<T> is implemented as an array. Stacks and queues are useful when you need temporary storage for information; that is, when you might want to discard an element after retrieving its value. Use …

  2. Stack Class (System.Collections) | Microsoft Learn

    We don't recommend that you use the Stack class for new development. Instead, we recommend that you use the generic System.Collections.Generic.Stack<T> class. For more information, see Non …

  3. KB5082089: Servicing stack update for Windows 10, version 1607 and ...

    Apr 14, 2016 · Summary This servicing stack update (SSU) makes quality improvements to the servicing stack, which is the component that installs Windows updates. Servicing stack updates make sure …

  4. stack Class | Microsoft Learn

    Feb 8, 2022 · Learn more about: stack Class The type is a synonym for the template parameter Container. All three C++ Standard Library sequence container classes — the vector class, list class, …

  5. Stack<T>.Push(T) Method (System.Collections.Generic)

    The following code example demonstrates several methods of the Stack<T> generic class, including the Push method. The code example creates a stack of strings with default capacity and uses the Push …

  6. Stack.Push (Object) Method (System.Collections) | Microsoft Learn

    Examples The following example shows how to add elements to the Stack, remove elements from the Stack, or view the element at the top of the Stack.

  7. <stack> | Microsoft Learn

    Dec 7, 2021 · Learn more about: Note The <stack> library also uses the #include <initializer_list> statement.

  8. x64 stack usage | Microsoft Learn

    Nov 4, 2025 · Stack allocation A function's prolog is responsible for allocating stack space for local variables, saved registers, stack parameters, and register parameters. The parameter area is always …

  9. /STACK (Stack allocations) | Microsoft Learn

    Feb 23, 2022 · The /STACK option is ignored when applied to .dll files. The reserve value specifies the total stack allocation in virtual memory. For ARM64, x86, and x64 machines, the default stack size is …

  10. stackalloc expression - Allocate variable storage on the stack instead ...

    Jan 24, 2026 · The C# stackalloc expression allocates a block of memory on the stack. Stackalloc memory is automatically discarded when that method returns.

  11. February 10, 2026—KB5075904 (OS Build 17763.8389)

    Feb 10, 2026 · Servicing stack update (KB5075903) - 17763.8381 Microsoft now combines the latest servicing stack update (SSU) for your operating system with the latest cumulative update (LCU). …