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
Quick indeed.
Thank you very much. I'll try the fix as soon as I can get to it.
I don't doubt that your right but if something has more than two parts I'm likly to get things mixed up....
Freightenting. Yeah, I grew up on TP.What a pain.
Shame some schools haven't made the jump.TP is so limited these days.
says who VESA is difficult to implement??
I think I've done it.
why are you running 16 bit emu?? You are running on a 486 or faster,right? that cpu is 32bits.
use fpc.its faster, more...
There are quite a few tutorials about game design and assembly on the net if you google, I don't have the time to get into these, specially if they are already written. Time permitting I may write a...
: aside from using the command prompt to change the directory of the BGI in order to use graphics in Pascal, what is/are the other ways in running the graphics?
:
There are ways to change the BGI...
: Thanks for the reply, but when I compiled it I got an error:
: "Unknown identifier SubDir"
:
: This is an example script from an example file:
:
: var
: MyProgChecked: Boolean;
:...
Thanks for the reply, but when I compiled it I got an error:
"Unknown identifier SubDir"
This is an example script from an example file:
var
MyProgChecked: Boolean;
MyProgCheckResult:...
Thanks for the reply, but when I compiled it I got an error:
"Unknown identifier SubDir"
This is an example script from an example file:
var
MyProgChecked: Boolean;
MyProgCheckResult:...
: Hello
: I need to learn pascal and fast for computing at school! i dont kno any other languages yet eather so any sujestions how to learn?
: Anima
:
Look at the demo codes provided with...
hi,
first i appologize if im not posting to the right board.
i started learning pascal & i want to code a game to help improve my programming skills.
i was wondering if there is a site offering...
I noticed in a demo source written in C that the
putpixel procedure was very fast because it
used 32-bit instructions.Does anybody know
how this can be done in Pascal or in Basm?
(320x200x256 or...
If you are not that familiar with OOP then you
could always try and track down a copy of the
earlier 'Turbo editor toolbox', this also has
the procedures you need along with demo programs.