Results 1 to 3 of 3

Thread: Language used to write VB and C++

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2005
    Posts
    19

    Language used to write VB and C++

    One question that I always pondered, and actually got me thinking about entering in a computer science degree is how does one write a compiler/code program such as VB or C++, because in essence, you are writing a program that writes a program.

    So, how is it done?

  2. #2
    New Member Pace's Avatar
    Join Date
    Oct 2004
    Location
    Manchester
    Posts
    15

    Re: Language used to write VB and C++

    in the 70's Dennis Ritchie was building on a language called B on the now C, now they wrote a compiler which would convert characters into hex values that were software and hardware independant so maintained portability and this is where it all sprang from.

    I cant find the article but its all to do with developers adding and adding to the comiler, taking bits of code and re-using it so over the years the compilers have got better and better. I wish I could find it, it was so interesting, anyway check out www.cprogramming.com

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Language used to write VB and C++

    Something similar to the chicken and the egg; Which came first, the compiler or the programming language?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width