Pascal
Pascal is an influential imperative and procedural programming language, intended to encourage good programming practices using so called structured programming and data structuring.
Forum Post

Re: Bin2dec small problem

You forgot to put a readln; or readkey; as the second last line...
Forum Post

Bin2dec small problem

dziesietny} var Power, D : Word; I : Byte; begin Power := 1; D := 0; for I := Length(B) downto 1 do begin if B = '1' then D := D + Power; Power := 2 * Power; end;...
Forum Post
Forum Post

Re: Beginner Pascal help

Do i make "case..." a new procedure? And then run it as Welcome; Obtain: case; Display; ? I am not too sure how to integrate this into what i have already, any further direction is...
Forum Post

Re: Beginner Pascal help

Excellent thanks a lot! I will try that in a minute and give you some more feedback in a bit! I should have known about the divide being a real number *derp* Thanks!
Forum Post

Re: Beginner Pascal help

Great start for a beginning program! As for your what to do at the ***, try a case statement. case Obtainoperaton of '*' : Multiply; '/' : Divide; '+' : Add; '-'...
Forum Post

Beginner Pascal help

I am studying computing at A-level so i have to use Pascal I am very new to this, this is what i have so far: PROGRAM Calculator; USES CRT, SYSUTILS; VAR Number1, Number2,...
Forum Post

Re: How to make a quiz program in turbo pascal?

I made a very dodgy program for this, but it doesnt stop a question being asked more than once. I know this is a very dodgy way of doing it, but its the only way i can do it(im pretty new to...
Forum Post

How to make a quiz program in turbo pascal?

I need to make a quiz with 30 question (15 multiple choice, 15 cloze questions), and have the order of all questions randomized. It also must calculate the result as a percent and display the...
Forum Post

Re: Font size

: How can I change font size? Use to procedure : SetTextStyle(Font, Direction, Size); of the graph unit...
Forum Post

Re: typing program

=($3fff-4)) then writeln(#13#10' >> ') else case ch of #13:{enter}begin buf:=#13; buf:=#10; { CR + LF } writeln; inc(i...
Forum Post

Re: i need help...

I'll explain some of what goes on in this procedure. Odd is a boolean function in Pascal that determines whether an integer is either odd(TRUE) or even(FALSE). Div is the integer form of...
Forum Post

typing program

Hi, i'm trying to write a typing program with pascal, in this program, the user is free to type as much as he wants, and when he feels like it he saves as a text file, however, i'm stuck in...
Forum Post

Font size

How can I change font size?
Forum Post

Re: Arrow Keys

10q mate it's been very useful!
Forum Post

Re: Arrow Keys

Arrow keys can't be initialized, but you can check the value inside a program by either a const or an equated literal. I've written a program to know what the keyboard is sending back. All you...
Forum Post

Arrow Keys

I want to know how to initialize arrow keys Please help!! URGENT
Forum Post

Re: Exe files wont run

HEY I DIDN'T GET YOU WELL this is my mail; saninbababature@live.com just make the contact
Forum Post

HI

Sorry mate i don't know what is pascal, i am very new of the computer field. I am gathering much things. I am searching and enhancing my knowledge. Thanks p90x Workout
Forum Post

A small Pascal compiler needs testing

I've written a small compiler for a subset of the Pascal language. Now it needs thorough testing for bugs and inconsistencies. Any reports or suggestions are very much appreciated. The compiler is...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.