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
License
Any
ZYEX COM LIMITED was formed to specialise in the handheld market – a constantly evolving market which continues to grow with new technology. ZYEX COM LIMITED, based in GLOUCESTERSHIRE, but servicing...
Hi,
I am a big fan of Pascal programming language and I wonder how many similar souls are there?
I see everybody is using C or some other fancy new language. This especially applies to embedded...
Here's my idea how to implement ittype board_cell=record
x,y:byte; { Coordinates }
link:boolean; { Link to other cell (snake -or- ladder) }
linkto:byte; { Cell no. links to ( ) }
end;...
its a .tpu file for TP7/BP7 v7 has dpmi version, but go get a bett crt unit or ask me for mine. Otherwise you get RT200 errors.
I use FPC. It has graph and video units in the LCL with Lazarus....
: What are inc and dec?
inc - is to increment an ordinal variable ( default by 1 )
dec - is to decrement
For example:
var i:byte;
i:=10;
inc(i);
{now i = 11 (ie i = 10 + 1)}...
: When running my Borland Pascal programs in Windows XP, I notice that
: the CPU is almost always running at 100%. I suppose this isn't
: really healthy for my computer. Is there any way to...
When running my Borland Pascal programs in Windows XP, I notice that the CPU is almost always running at 100%. I suppose this isn't really healthy for my computer. Is there any way to counter this...
The thing is, it worked perfectly from a Pascal compiled source. But from C, I get this error:
16 bit MS-DOS Subsystem (DIALOG)
C:\TIMER\timer.exe
The NTVDM CPU has encountered an illegal...
: Please BGI graphics is bad.
: Please use assembly for turbo pascal 7.0
: Download the arcticle on Graphics in turbo pascal here on programmersheaven or contact me for a zipped file.
But they...
Please BGI graphics is bad.
Please use assembly for turbo pascal 7.0
Download the arcticle on Graphics in turbo pascal here on programmersheaven or contact me for a zipped file.
: I have...
: : : : I think the Crenshaw tutorials http://compilers.iecc.com/crenshaw/ would be a good start. They will show you some of the complexity of a compiler.
: : : :
: : : : If you keep it simple it...
: : : I think the Crenshaw tutorials http://compilers.iecc.com/crenshaw/ would be a good start. They will show you some of the complexity of a compiler.
: : :
: : : If you keep it simple it IS...
: hi,i need your help guys. i'm writing asm programs in HLLs. i started with pascal but pascal uses only 80286/287 codes.can't use other x86 codes in pascal.and what about other languages(c,c++...
hi,i need your help guys. i'm writing asm programs in HLLs. i started with pascal but pascal uses only 80286/287 codes.can't use other x86 codes in pascal.and what about other languages(c,c++,delphi)...
Sometimes (I'd guess about 1 in 10 times) when I execute my Borland Pascal 7.0 program, it runs faster than normally, i.e. the gamespeed is faster than usual. If I exit the program and execute it...
: Think so. But still I can't build the .pas code of the unit! The green part isn't valid or something ( i believe it's assembly code) . What do I do?
: Thanks a lot.
:
You may need to enable...
: : : : : : : Can somebody please teach me how to use bitmap pics in a pascal program?
: : : : : : : What unit must i have? I use Turbo pascal 7.0.
: : : : : : :
: : : : : : : Thank you in...