Thread: Building a Compiler

  1. #1
    Registered User
    Join Date
    May 2021
    Posts
    1

    Building a Compiler

    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?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Also here -> Building A Online Compiler - C++ Forum
    With spam.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 09-12-2009, 01:10 PM
  2. Replies: 2
    Last Post: 02-04-2008, 02:34 AM
  3. GUI building, is RAD the way to go?
    By indigo0086 in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 09-21-2007, 09:36 PM
  4. Compiler building
    By rusty0412 in forum C++ Programming
    Replies: 3
    Last Post: 01-03-2003, 06:49 PM

Tags for this Thread