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: LUP decomposition?

Define LUP. Is this a liner algebra problem?
Forum Post

Re: Instuction "swithch-Case" in C transformed in Pascal?

: How can i make the "Case" instruction in Pascal to work like how : instruction "switch-case" works in C? : C version ... switch (j) { /* integer switch */ case 1:...
Forum Post

LUP decomposition?

Does anyone know a program for LUP decomposition?
Forum Post

Instuction "swithch-Case" in C transformed in Pascal?

How can i make the "Case" instruction in Pascal to work like how instruction "switch-case" works in C? i would like to use something like "switch-case" instruction from C without "break" ,in...
Forum Post

Re: HELP WITH PASCAL HANGMAN PLEASE

well.. thats of no use mate.. you can try the other posts.. they've got your answer.. search for the post written by mobix.. he has given the whole code somewhere.. may be in this same page..
Forum Post

Re: Guess Limit

hey.. thankyou very much...
Forum Post

Re: IDE for GUIs

You could try Lazarus: http://www.lazarus.freepascal.org/, it is based on FP and doesn't cost you a penny...
Forum Post

Re: IDE for GUIs

Delphi. Published by Borland.
Forum Post

IDE for GUIs

When I used Turbo Pascal, it was a text-based language (there was no "Windows"). What program will give me an IDE similar to VisualStudio8 allowing me to program for the Windows' GUI? Maybe the...
Forum Post

Re: Guess Limit

10 Then Begin WriteLn('Sorry, you have run ou of guesses.'); WriteLn('The correct answer was:'); WriteLn(NewPhrase); PhraseHasBeenSet := False; End;...
Forum Post

More Hangman Help

I have the majority of my code prepared...but I need to know how to keep track of the number of guesses that have been incorrect so if necessary the number of attempts can be limited. I know...
Forum Post

Re: Displaying Guesses

Create a variable of type integer. In your phrase set procedure, set it to 10. Everytime they guess a letter that is not in the puzzle, subtract 1. When it hits 0, display your message and unset the...
Forum Post

HELP WITH PASCAL HANGMAN PLEASE

Hey all , below is my aqa hangman 2009 code in pascal, the program works however I would like it do do 1 more thing: Display letters which have been guessed. PLEASE NOTE: If attempting to help me,...
Forum Post

Guess Limit

Hey Guys Sorry to disturb you'll I dont know how to limit the incorrect guesses in the hangman program for Pascal.. The exam is only 2 days ahead.. i have already posted a question regarding this.....
Forum Post

Re: Hangman game

Its OK i like constructive criticism :D. However you should know that i will have just 55 minutes to write this and that i have only been using pascal for 8 months so its a challenge they probably...
Forum Post

Re: Displaying Guesses

Thanks mate.. I figured out the rest.. I only want to know how to limit the number of guesses.. Eg: The user is allowed only 10 INCORRECT letters. Please could u help me.. Time is washing away like...
Forum Post

Re: Displaying Guesses

Thanks for using CODE tags, but you need to format your code. Without formatting it makes it very unreadable. I have posted help on this same topic in the Hangman Game thread. Look there for your...
Forum Post

Re: Hangman game

10 then begin lineDisplay := 'You have ran out of guesses'; Phrasehasbeenset:= False; end; end; ***** BELOW IS NOT ABOUT ERRORS, BUT HOW TO MAKE YOUR UI BETTER ***** Also,...
Forum Post

Re: What will I need to learn to make this work?

...Actually, disregard my last post. I've got a working map test program running, and all it took was a bit of patience.
Forum Post

Re: Pascal Exam help

You should put this into a function called UpperCase() or ToUpper(), etc. Then you can use it anywhere in your code without having to retype it all the time for i:= 1 to length(s) do...
 

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.