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
Business
Remove
Platform
Windows
Remove
License
Any
: What is the reason for this problem? If I leave pascal doing anything
: in loop, After ~30 secs loop is runiing slower than before, but loop returns at normal speed when i move mouse or press a...
: Hi There
:
: I'm using Turbo Pascal for Windows 1.5, and using WinCrt in my program.
: 1. How can I use color text or color background? I try to use
: Textcolor(1); Textbackground(4);, but it...
: when using this code:
:
: procedure TForm1.ApplicationEvents1Message(var Msg: tagMSG;
: var Handled: Boolean);
: begin
: if (Msg.message = wm_KeyUp) or (Msg.message=wm_KeyDown) then
:...
To MadMind:
There are a lot of applications where speed is a critical factor -- such as real-time programs. MS Windows and Unix are not real-time operating systems, so speed is not all that...
Hi there!
Is there any way in Pascal (or asm) to shut down the computer (you know, as in Windows - you press shut down and its turning itself off power).
I'd be grateful.
Sorrow.