Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
When I try to build I get the error "algorithm: No such file or directory".
Hi,
That's a bit vague. What are you trying to build ? Where do you have that error ? Is it when trying to include STL's algorithm header ?
Assuming this comes from an #include <algorithm> this means your C++ compiler installation is missing or broken. <algorithm> is a Standard C++ header that must be present.