Hey everyone, I’m a beginner programmer, but I have an idea for a long-term future project I want to start.
I want to design an online compiler ide (if at all its possible) for c++ to make it easier to understand errors in the code. I want to do this by giving a special output for certain errors. Something like this - https://www.w3schools.com/cpp/cpp_compiler.asp, https://www.interviewbit.com/online-cpp-compiler/
However, I have no idea where to start or how this project is going to come together. What steps should I take first? How does this work?