About 3,390,000 results
Open links in new tab
  1. Newest Questions - Stack Overflow

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

  2. Stack Overflow

    Stack Overflow is the largest, most trusted online community for developers to learn, share their programming knowledge, and build their careers.

  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. Git: cannot checkout branch - Stack Overflow

    May 13, 2011 · @ Aleks it's not the accepted answer because it has nothing to do with the OP's question. He could no longer check out a branch he'd previously checked out (ie created) …

  5. windows - How to run a PowerShell script - Stack Overflow

    How do I run a PowerShell script? I have a script named myscript.ps1 I have all the necessary frameworks installed I set that execution policy thing I have followed the instructions on this …

  6. Setting JAVA_HOME - Stack Overflow

    I'm having a problem when running programs that use Java from the command line. I get back a message saying Java.exe could not be found. I've followed the instructions found in several …

  7. github - How do I reverse a commit in git? - Stack Overflow

    I think you need to push a revert commit. So pull from github again, including the commit you want to revert, then use git revert and push the result. If you don't care about other people's clones …

  8. How do I delete a Git branch locally and remotely? - Stack Overflow

    Jan 5, 2010 · Don't forget to do a git fetch --all --prune on other machines after deleting the remote branch on the server. ||| After deleting the local branch with git branch -d and deleting …

  9. How can I download .vsix files now that the Visual Studio Code ...

    Jan 16, 2025 · It does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions seeking recommendations for software libraries, tutorials, tools, …

  10. Unable to get GitHub Copilot to sign in - Stack Overflow

    Feb 25, 2025 · I am trying to sign in to GitHub Copilot for Visual Studio 2022, but VS won't take my sign-in. In the GitHub Copilot Chat window, I select 'sign in'. A browser windows to sign …