Thread: Java to C++ Code Converter

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    491
    The idioms of the various languages are fairly different. For some reason I doubt any program around today could produce any code in another language you'd actually want to use.

  2. #2
    semi-colon generator ChaosEngine's Avatar
    Join Date
    Sep 2005
    Location
    Chch, NZ
    Posts
    597
    Quote Originally Posted by orbitz
    The idioms of the various languages are fairly different. For some reason I doubt any program around today could produce any code in another language you'd actually want to use.
    Readable, maintainable code? not a chance. But if you just want to compile it and use it, there are several programs that do things like that. CORBA IDL compilers, for example, generate C++ or java classes from an interface spec.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Mats, the java answers
    By Jaqui in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 04-22-2008, 02:12 AM
  2. Java vs C to make an OS
    By WOP in forum Tech Board
    Replies: 59
    Last Post: 05-27-2007, 03:56 AM
  3. Problem using java programs within C code
    By lemania in forum Linux Programming
    Replies: 1
    Last Post: 05-08-2005, 02:02 AM
  4. Comparing Pascal, C, C++ and Java thru Code.
    By jozzua in forum C++ Programming
    Replies: 14
    Last Post: 07-07-2004, 12:03 AM
  5. About the Morse code Converter
    By Amber_liam in forum C Programming
    Replies: 17
    Last Post: 05-29-2002, 08:35 AM