Welcome to Ethical Hackers
Nick:  
Pass:     
Register Help Member List View New Posts View Today's Posts

Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pascal tutorial
06-08-2010, 02:07 AM
Post: #1
Pascal tutorial
The programming language Pascal (Pascal) - the language most used programming language education framework for training.
The language has Niklausas Boiled (Niklaus Wirth) in 1970 as a means of encouraging students to structured programming. Language a language based on Algol and named mathematician and philosopher Blaise Pascal (Blaise Pascal) honor.Basic rules:
* Each program begins with an application of basic words (not necessarily) and ending point (.)
* Phrase units jacketed base words begin and end
The simplest of programs written in Pascal language examples:
Code:
program temperature(output) ;







{ Program to convert temperatures from




Fahrenheit to Celsius. }







const




    MIN = 32 ;




    MAX = 50 ;




    CONVERT = 5 / 9 ;







var




    fahren: integer ;




    celsius: real ;







begin




    writeln('Fahrenheit     Celsius') ;




    writeln('----------     -------') ;




    for fahren := MIN to MAX do begin




        celsius := CONVERT * (fahren - 32) ;




        writeln(fahren: 5, celsius: 18: 2) ;




end ;




end.
Find all posts by this user
06-13-2010, 03:35 AM
Post: #2
RE: Pascal tutorial
the topic is "Pascal tutorial" but it is so less info!! You should give more info for people if you want to make a tut.
Pascal is the first programming tool that I studying, and it is really easy with me now, but you know, I am studying it when I am at high school, and it is really a hard time to know about it at that time
Find all posts by this user
06-15-2010, 08:27 PM
Post: #3
RE: Pascal tutorial
Lohas,nieko nesupratau.. :D
Find all posts by this user
06-15-2010, 08:53 PM
Post: #4
RE: Pascal tutorial
(06-15-2010 08:27 PM)audixas Wrote:  Lohas,nieko nesupratau.. :D

"Loha, I did not understand anything"

Lol, translate works. So does the ban button. Awesome huh?

[Image: mybbsig.php]
Visit this user's website Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  TCL Tutorial mohitblue 0 239 06-07-2010 04:42 AM
Last Post: mohitblue

Forum Jump:


User(s) browsing this thread: 2 Guest(s)



Ethical Hackers © 2012.