About 55 results
Open links in new tab
  1. Newest Questions - Stack Overflow

    19 hours ago · Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work. Try for free Learn more

  2. Stack Overflow - Where Developers Learn, Share, & Build Careers

    Stack Overflow | The World’s Largest Online Community for Developers

  3. What and where are the stack and heap? - Stack Overflow

    Sep 17, 2008 · What is their scope? The stack is attached to a thread, so when the thread exits the stack is reclaimed. The heap is typically allocated at application startup by the runtime, and …

  4. c++ - Stack Memory vs Heap Memory - Stack Overflow

    However the stack is a limited resource, and shouldn't be used for anything large. Running out of stack memory is called a Stack buffer overflow. It's a serious thing to encounter, but you really …

  5. Stack, Static, and Heap in C++ - Stack Overflow

    Nov 2, 2015 · I've searched, but I've not understood very well these three concepts. When do I have to use dynamic allocation (in the heap) and what's its real advantage? What are the …

  6. Explain the concept of a stack frame in a nutshell

    Apr 7, 2012 · A stack frame is a frame of data that gets pushed onto the stack. In the case of a call stack, a stack frame would represent a function call and its argument data. If I remember …

  7. Newest 'python' Questions - Stack Overflow

    3 days ago · Python is an interpreted, interactive, object-oriented (using classes), dynamic and strongly typed programming language that is used for a wide range of applications.

  8. python - How can I install packages offline? - Stack Overflow

    What's the best way to download a Python package and its dependencies from PyPI for offline installation on another machine? Is there an easy way to do this with pip or easy_install? I'm …

  9. Log In - Stack Overflow

    Stack InternalImplement a knowledge platform layer to power your enterprise and AI tools. Stack Data LicensingGet access to top-class technical expertise with trusted & attributed content. …

  10. How can I install and use "make" in Windows? - Stack Overflow

    I'm following the instructions of someone whose repository I cloned to my machine. I want to use the make command as part of setting up the code environment, but I'm using Windows. I …