My Visual C++ code uses the std::exception constructor that accepts a string and I'm trying to port the code to Linux / G++. What exception class should I use?
My Visual C++ code uses the std::exception constructor that accepts a string and I'm trying to port the code to Linux / G++. What exception class should I use?