Enter Keywords:
1 - 10 of 14(0.036 seconds)
Sort By:
 
Points for Onrej (C-Pascal translation) Thanks Odrej
Zones: Delphi ProgrammingDate Answered: 09/28/2000 Rating: 8.6 Views: 0
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...
Zones: CDate Answered: 09/29/2004 Rating: 7.0 Views: 0
Hi experts (: i want translate this code to delphi please. thank you.
Zones: Delphi Programming, C++Date Answered: 05/05/2009 Rating: 9.8 Views: 0
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.
Zones: Delphi Programming, C++Date Answered: 05/06/2009 Rating: 9.3 Views: 8
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...
Zones: CDate Answered: 10/09/1997 Rating: 7.4 Views: 0
Is there a software to translate C code to assembler code. Thanks.
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",...
Zones: Delphi ProgrammingDate Answered: 12/08/1999 Rating: 9.4 Views: 0
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...
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. ...
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;
Zones: Delphi Programming, C++, Pa...Date Answered: 04/19/2007 Rating: 8.2 Views: 0