Search:

Type: Posts; User: Hb3

Search: Search took 0.01 seconds; generated 19 minute(s) ago.

  1. Thanks. Is that how this normally works when...

    Thanks. Is that how this normally works when trying to make a portable thing? I just copy the necessary files and zip them together with the exe? I guess I see that a lot when unzipping portable...
  2. Please explain how to package everything needed to compile and run an executable

    I can't seem to find anywhere online that explains it to me in stupid enough terms for me to accomplish this.

    How do I make sure all the necessary files are there when I run an executable after...
  3. Well, I figured out the problem finally! It's the...

    Well, I figured out the problem finally! It's the new keyword. When you use new, it has to be a pointer, and class X is a child class to logic_error. So, logic_error cannot be an X, but X is a...
  4. I can't figure out why none of my catches are catching the thrown exception

    I'm following a free course that uses C++98 by default. I installed VS Code on windows, along with MSYS. I can't seem to get C++98 to work on it because rather than telling me anything useful, it...
Results 1 to 4 of 4