Points for Onrej (C-Pascal translation)
Thanks Odrej
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_11392958.html
Hi Experts,
Can you help me convert the following codes (3 seperate files) from Java to C?
main.java
======
class main {
public static void main(String args[]) {
MAC mac = new...
http://www.experts-exchange.com/Programming/Languages/C/Q_21143220.html
Zones:
CDate Answered: 09/29/2004 Rating: 7.0 Views: 0
Hi experts (:
i want translate this code to delphi please.
thank you.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_24381988.html
Hi ^^
can someone translate this code in C++ to delphi me please ?
thank you :)
ps: the functions "encrypt" and "decrypt" dont need because i aready posted a question here and is ok.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_24383365.html
Hi...
I was wondering if someone out there could translate this small piece of Perl Code into C code as I have no idea how to program in C and I need my perl code to be executable without the inte...
http://www.experts-exchange.com/Programming/Languages/C/Q_10025222.html
Zones:
CDate Answered: 10/09/1997 Rating: 7.4 Views: 0
Is there a software to translate C code to assembler code.
Thanks.
http://www.experts-exchange.com/Programming/Languages/C/Q_10136707.html
Zones:
CDate Answered: 03/08/1999 Rating: 8.4 Views: 0
I want to read a wav file in small buffers and to call a function in a DLL with this buffer. Here the sample code in C. How do this with Delphi ?
=========
FILE* essai=fopen("d:\\tri\\essai.wav",...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10244012.html
Hi experts,
I have got a problem with trying to understand a few C lines.
So if anybody could explain what they are doing or could translate them to VB or Delphi would be great.
#define MAAPr...
http://www.experts-exchange.com/Programming/Languages/C/Q_22019667.html
Zones:
CDate Answered: 10/11/2006 Rating: 9.2 Views: 0
Hello experts, I am needing some assistance translating some code and exactly how it functions. I have a client who came to me with an executable and they needed some of the data from the program. ...
http://www.experts-exchange.com/Programming/Languages/C/Q_22086195.html
Zones:
CDate Answered: 12/19/2006 Rating: 7.4 Views: 0
Hi to all Gurus,
How would one translate C code berlow to delphi (Pascal):
static char bbuf[8*32];
static char *buf=bbuf;
buf+=32;
if(buf>=bbuf+8*32) buf=bbuf;
bf[0]=buf[1]=buf[2]=0;
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22520794.html