Note that there are some explanatory texts on larger screens.

plurals
  1. USDave
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThanks. When you say you debugged with VS was that debugging a classic ASP script? If so how did you do that? I have VS 2010 at work and can't create a classic ASP project and when I dragged a script into the IDE there was no option to run it locally or debug it. If I could run it locally that would change everything about how I work with it now. Right now I work on the server using a beefed up text editor. Thanks!
      singulars
    2. COAh [another SO answer](http://stackoverflow.com/questions/2788388/when-is-include-new-library-required-in-c) may have just answered that question for me. I may have been the victim of cascading includes, as my prior project had a few different includes than I have now, so the compiler may have been including `<new>` behind the scenes as it did the compile. That makes sense. Aaaaannnd proven, I just did `#include <iostream>` replacing `#include <new>` and it also compiled, but failed if I removed the include. Thanks for the tip!
      singulars
    3. COInteresting... #include <new> fixed it, thanks! But why would the line catch(std::bad_alloc exception) compile just fine, taken verbatim from the text, but my version doesn't? And why did it work as-is in my prior code that did not #include <new> but not work now? That is what really has me stumped, that it worked and then suddenly didn't, and I can't find what caused it. :(
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload