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 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 <<spam>>


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?