Language
Pascal
Remove
Platform
Any
License
Any
I am trying to use TP 7 on a computer that is running windows NT 4.0.
TP works OK until the first time you run a program. Then the mouse cursor (in the editor) stops working until you quit the...
Hi
how to clear the buffer in pascal
I want to read n number of records i.e. name and data.
I am using for loop for this. I am able to read the first
record correctly i.e name and data.When...
: : i can do it for free just to prove that im better than them then next time you can col me 4 my services
: :
:
: How does working cheaper prove you are better?
:
: Anyways, I cant speak...
Greetings,
I'd like to apologize for offending anyone by asking this question. I get the feeling Im not the first.
Thing is, I havent used TP for quite some time and only recently tried it out...
Hi again guys!
Thanks for the help last time!
This time I need to know how to put a Bitmap image in pascal (graph mode). Any help will be appreciated!
Thanks guys!
: : Hi all,
: :
: : I need to measure the time it takes for my algorithm to make some computation. So I do:
: :
: : begin
: : t1 := GetSystemTime;
: : DoALotOfMath;
: : t2 :=...
I am a young tike studying a bit of pascal at school and am faced with a bit of a problem with one of my... problems. It is as follows...
"A program is needed which will store details of all the...
I am at university part time and for one of our modules we have to study C and C++ combined. I struggled with the assignment as I find this language very hard, however I also need to pass an exam....
: Hello, can someone please help me debug this program I am trying to code.
: I cannot get it to compile. What's wrong other than the fact I am not a good programmer? I don't have any books on...
: Is there a command where the user can just press any key to continue? for example in the Pascal language there is the readkey statement, is there anything similar in c++?
:
Microsoft-specific:...
Is there a command where the user can just press any key to continue? for example in the Pascal language there is the readkey statement, is there anything similar in c++?
: : : Isnt there an in-built "thing" that lets you know how much time ur program has ran for? i know there is one but all i can remember is that it's one of those
: : : {$....} things help if u...
: : I'm just getting into Pascal, and programming, and I was wondering if I could use Delphi or Kylix to modify an old Turbo/Borland Pascal program, or are they two completely different languages?...
: I'm just getting into Pascal, and programming, and I was wondering if I could use Delphi or Kylix to modify an old Turbo/Borland Pascal program, or are they two completely different languages? (The...
o ya, that's another error, but i haven't had a chance to find that one since i'm busy with the first error. thz
: : i run this in pascal and it gives me error 202: stack overflow at (****),right...
: i run this in pascal and it gives me error 202: stack overflow at (****),right before the linear procedure. i tried to figure it out for so long, but i just dunno why. can someone help me?
:
:...
I need to Write a program in Turbo pascal that:
a) Prompts and permits the user to enter a word.
b) Prompts and permits the user to enter a letter.
c) Reveals the number of times that the...
Thanks for all the help, i'll keep all of this in mind the next time I need to declare any large variables. I think the problem might have been that my compiler was TP version 3.01 alpha that I got...
: Hiya,
:
: i am a beginner in pascal and i need some help with a certain problem i found when trying to work pascal...this is the question..
: i wish to...'write a function to return a string...
: I just learned all the loops in pascal and only one of them have given me trouble. It is the REPEAT UNTIL LOOP. This program was a test to ask the user if they wanted to try again by inputing Y or...