Pascal
Pascal is an influential imperative and procedural programming language, intended to encourage good programming practices using so called structured programming and data structuring.
Application
Any
Platform
Any
License
Any
hi programmers this is cute_cube form Malawi(africa),
I am doing batchelors degree in IT and as of now am learning turbo pascal
I have done 3d in lightwave and maya mostly lightwave self taught for...
: So I'm new at learning at Pascal, and I'm just trying to make a
: simple circumference program. This is what I have:
:
: :
: program Circumference;
:
: const
: pi = 3.14159265;
:
:...
So I'm new at learning at Pascal, and I'm just trying to make a simple circumference program. This is what I have:
program Circumference;
const
pi = 3.14159265;
var
radius :...
Don't use an array that you have to maintain. To quote Kernighan and Plauger "Let the machine do the dirty work."
First define a type
Type
ScreenType = Array of record...
I need to build a program using a vector
This program must need a vector and print its elements in reverse
order
The vector must contain 8 integer positions
: hey everyone,
:
: i have an assignment for a class in college, and i have to write a
: pascal program, but the last time i did anything in pascal was
: probably 10 years ago, so i really...
: Hi just wondered if anyone could post a code in pascal that will do
: the scrolling green code in the matrix, you know on neo's computer
: that scrolls through loads of different numbers and...
Hi just wondered if anyone could post a code in pascal that will do the scrolling green code in the matrix, you know on neo's computer that scrolls through loads of different numbers and symbols....
Hello,
I have just started learning pascal.
I need to find the version of a file which might be anywhere in our system.
I am trying to find the version of OUTLOOK.EXE file in the system....