Thread: question

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    494

    question

    is there a program or a compiler that can translate/convert a program from 1 language to another?

    for example to translate/convert a C++ prog to BASIC or Pascal

    is there such a prog or it cant b done?

  2. #2
    The Defective GRAPE Lurker's Avatar
    Join Date
    Feb 2003
    Posts
    949
    There are programs that can convert one language to another, but they might not be from your language to the one you want, such as C to PASCAL. Try googing for them.
    Do not make direct eye contact with me.

  3. #3
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    For such wildly different languages as C++ and BASIC or Pascal, the chances of a translator existing are slim. If one does then it probably doesn't work too well, the best translator is still a programmer that speaks both languages fluently.
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  2. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  3. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM