Pinned Loading
-
Programming efficiency tips
Programming efficiency tips 1# Working with errors
2First, isolate the actual error message. Sometimes it can be buried in hundreds of lines of warnings and unrelated output (c++ templates are notorious for that, things are getting better with colored higlighted output tho, clang usually gives better output than gcc).
34Sometimes the best way is to literally search for the word “error” in the output/terminal.
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.