i have a blank splash screen. it takes 8 seconds to load. how would i simulate a progress bar so the bar goes up and down the frames. ?
Hi all!
I need to write a program in Turbo Pascal which uses Graphics, however I cannot make it work on Windows XP.
I could partition the hard disk and install also windows98 however I sti...
Could someone please explain the length function in pascal? I have read it returns the dynamic length of a string, but I am not sure what the dynamic length of a string is.
Thanks
Brian
The following BNF grammer describes a Pascal-like syntax for declarations:
<decl_list> -> <decl> ; <decl_list>
| <decl>
<decl> -> <identifier> : <type>
<type> -> ...
I am looking to automate a pascal program to accept the readlnI() input automatically either via a parameter file or as parameters when the program is executed on the command line.
I am not...
If we want to use mouse in pascal, do we have to download something??
plx tell me how to use mouse pascal~~~
and if it is neccessary to use some further files, plx tell me where i can get it...
I'm trying to convert a sorted array into a binary tree. Sorting an array is not a problem. I also know how to build a tree. I know that in order
to convert the array into a tree I have to s...
Does anyone know of a (Turbo) Pascal to (Visual) Basic converter?
Hi,
I know that the Delay function is not available Turbo Pascal 1.5 for Windows. Is there any equivalent function that I can use to delay the execution? Thanks for help.
Holmium
I need a program code who give me the internal number of a hard disk (any kind), if exists, please.
Note: I don't want a code who return Volume Information (I have one).
Thanks.
I am writing a small program converting to upper and lower case i have managed to get it to do that now i want to do it in a sentence for example the first letter a capital and the rest not. I...
How can I convert a REAL to A STRING in Borland Turbo Pascal 6.0 ?
Thanks Baumer
Anyone Uses Merge Sort uese Array ?
May I know Where can I find the codes or if you
have done can you show me the codes
Thanks
can you send general implementation of circular doubly linked list (insert item delete item count items etc.. )
First off, I don't know what the heck runtime error 215 is. I'm pretty sure it's some sort of math thing, like multiplying by this...or doing that...something. Allow me to explain when I get ...
I need to make my own pascal to c converter. so, what would be the main steps i would have to follow? guidelines and advice needed too.
P.S. since, this is a project of mine, i'd have to do...
How can I use the ord(readkey) funtion, to use the enter key.
I've got a menu
Input
Edit
Print
Exit
I've got it to work with the arrowkeys, but how can I let the user to press t...
Hello experts,
i have a C/C++ dll which exports a function where i have to give a pointer to an callback procedure...
I am using Delphi2009.
This is the only function of the library whi...
Hi all,
the program I'm coding is an Icon Changer,
I want to extract icons of an exe or a dll, and then apply it on another exe file,
I already know how to apply icons on a file, I'm us...
What is the explicit definition of the linear congruential random number generator used in turbo pascal, i. e., what are its multiplicative constant and its modulus?
Is it possible to go from a DOS exe file back to anything resembling PAS or can it only go back to asm?
Hi all,
I am looking for any book/pdf..etc for Data Structure in Pascal. Please help me..
Thanks in Advance
Muhanad.
Hello,
Is there an equal to procedure "seek" for Text File ?
In other words, how can i move the File Cursor one line up or down in a Text File ?
When I try to print from TP7 from a DOS window in Windows
XP, the output never shows up. Neither can I print the
TP program using the print option from the FILE pull down
menu. The standa...
My Problem:
I have a array of 6 integers: 18,67,12,25,21,50
These six numbers need to be converted into percentages and displayed in a pie chart.
As the pie chart has 360 degrees, if I have...