d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Code Conversion Question
Add Reply New Topic New Poll
Member
Posts: 1,241
Joined: Jun 25 2011
Gold: Locked
May 27 2014 11:56pm
Hello, I dont know if I should post this in the java section or here but anyway: I have a CPP library (about 900 lines that handles some file decompression, and Id like to port it to java to use it in my current project. Now Im lazy and I found this: http://www.tangiblesoftwaresolutions.com/Product_Details/CPlusPlus_to_Java_Converter_Details.html has anyone had experience with such a software? I know it probably wont work straight away buy how far will it get me ?

Thanks guys
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
May 28 2014 05:29am
why dont you just give it a try? or just call your program from inside java
Member
Posts: 1,241
Joined: Jun 25 2011
Gold: Locked
May 28 2014 05:32am
Quote (carteblanche @ May 28 2014 01:29pm)
why dont you just give it a try? or just call your program from inside java


Well there is a lot of low level bitwise operations and I'm afraid of doing something wrong and not be able to track down the error (lots of huffman decoding stuff). I think I'll give it a try anyway, run both implementations through a debugger and see where I get differences

This post was edited by m0hawk on May 28 2014 05:35am
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
May 28 2014 06:02am
Quote (m0hawk @ May 28 2014 07:32am)
Well there is a lot of low level bitwise operations and I'm afraid of doing something wrong and not be able to track down the error (lots of huffman decoding stuff). I think I'll give it a try anyway, run both implementations through a debugger and see where I get differences


so why don't you just google for a java implementation of huffman decoding?
Member
Posts: 1,241
Joined: Jun 25 2011
Gold: Locked
May 31 2014 01:49am
Ive actually found someone who ported the CPP lib to C#, porting it to java was really easy from that point :)

This post was edited by m0hawk on May 31 2014 01:49am
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll