How do I copy files in turbo pascal?
I need to copy files, not only text files with rewrite, I mean I want to copy any file even a .exe.
hi,experts,
now i want to create a tree string,but i can not to code it ,experts help me.
Well, 20H stands for space. 43H stands for 'C'.
The question is what is the code for Carriage Return?
im new to delphi...
i have a string like this " 123|asd1|fhgj2|er3|45678| "
and i need to split it up.
i figured out how to do it IF it has different separators (eg " %123|asdf*fhgj^er|)...
I am trying to use an old unit (xbase.pas) that I have not used in years. Any function I try to use gives me the following error...
Incompatible types: 'HWND' and 'String'
The function i...
What commands do I use to get some graphics commands to work - _moveto_, _lineto_ etc. I tryed:
uses Graph;
But thats not it. Also tryed
uses InitGraph;
but it can't find the procedure.
...
Program ACCOUNTSRECIEVABLEPROGRAM(INPUT,OUTPUT,DATAIN);
uses crt;
const
Penalty = 0.015 ;
var
PASTDUE,AOK : STRING[8];
store374...
Hallo!
Can anyone try to help on Correction of my program so that i can get my numbers to be arranged into Descending order? the following is my program
program Bubble ;
uses wincrt;
...
I am presently attempting to write a program that will utilize the Balanced two way sort/merge algorithm. I have a file of record containing auto part data indexed by part number. I wish to ...
How we create an exe. of the program in Pascal?.
Hi All,
I have build an application using Delphi 7.
When the application starts it decrypts a set of files to be accessed by the app.
For example:
"data(e).dat" get decrypted and a new f...
We used in a previous version of our application the XMLDoc: TXMLDocument, which comes with Delphi 7.
Now by some Software upgrade the changed this to MS XML.
In the previous version we st...
any sample of bucket sort?
Hello, this is my first time here.
I have been assigned a small project to develop some basic graphic primitives (mode 13h, in pascal)
The teacher told us to use the algorithm we made for th...
I have very old Pascal program which reads data from some device and writes it to text file. I want to write this data also to COM port. I can build this program using Turbo Pascal.
Program h...
I wrote a FireBird selectable query looking like this :
create procedure MYPROC (INPARM VARCHAR(31))
output (OUTPARM VARCHAR(31))
as
for select ...... into OUTP...
Hi!
Is there any way to access a Turbo Pascal Database from windows?
Maybe an ODBC??
Thanks for your help
hi there,
I found blongie shape matching algorithm in Matlab ( http://vision.ucsd.edu/sc_demo/). I want to convert this code to Delphi7. Could you please convert to Delphi7 or atleast ...
This really isn't a Question in pascal, but i would like to know how can i get the square root of a number, giving me X ammount of decimals.
Is there an algorithm, becuase i found this one ...
Dear Experts,
I come to ask your wisdom, to give some directions to what API functions, libraries, etc I could use to list all storage devices and the volumes associated (how to map to a lo...
I HAVE THIS PROGRAM
CODE SEGEMENT
ASSUME CS:CODE,DS:CODE
START:MOV AX,CODE
MOV DS,AX
MOV AX,7
INT 21H
MOV AX,4
INT 21H
END START
CODE ENDS
I WANT TO KNOW HOW CA...
Hello.
I need a simple implementation of a heap data structure in pascal.
a node in the heap should contain an integer number.
I need it to run some algorithms on it, and I'm not sure I can...
After I compiled my program in Pascal 7, an error message appeared 'error 200: Division by zero'. The os I'm using is windows 2000 pro.
Thanks.
I am taking an A-Level Course (UK) and I need to learn some Pascal. My computer is currently running Windows XP so the version of Turbo Pascal 5.5 I am running is in a shell. I was wondering i...
In one of my Delphi application (Turbo Delphi 2006), I have a loop that builds a very large string
It looks like this :
.../...
for I := 1 to N do
begin
.../...
LargeString :...