Turbo Pascal 點用

2009-09-08 11:34 pm
Turbo Pascal 點用 有咩程式語言 打出來看下
更新1:

有個野 叫Turbo Pascal 有咩用

更新2:

學校用來教人那個

回答 (2)

2009-09-10 4:21 pm
✔ 最佳答案
Turbo Pascal 是一種程式編寫語言, 意思就是可以用來編寫程式, 如 編寫像 excel 之類的試算表 或遊戲程式等.
下面的資料, 節錄自
http://www.taoyue.com/tutorials/pascal/history.html

Origins
Pascal grew out of ALGOL, a programming language intended for scientific computing. Meeting in Zurich, an international committee designed ALGOL as a platform-independent language. This gave them comparatively free rein in the features they could design into ALGOL, but also made it more difficult to write compilers for it. Those were the days when many computers lacked hardware features that we now take for granted. The lack of compilers on many platforms, combined with its lack of pointers and many basic data types such as characters, led to ALGOL not being widely accepted. Scientists and engineers flocked to FORTRAN, a programming language which was available on many platforms. ALGOL mostly faded away except as a language for describing algorithms.


Wirth Invents Pascal
In the 1960s, several computer scientists worked on extending ALGOL. One of these was Dr. Niklaus Wirth of the Swiss Federal Institute of Technology (ETH-Zurich), a member of the original group that created ALGOL. In 1971, he published his specification for a highly-structured language which resembled ALGOL in many ways. He named it Pascal after the 17th-century French philosopher and mathematician who built a working mechanical digital computer.
Pascal is very data-oriented, giving the programmer the ability to define custom data types. With this freedom comes strict type-checking, which prevented data types from being mixed up. Pascal was intended as a teaching language, and was widely adopted as such. Pascal is free-flowing, unlike FORTRAN, and reads very much like a natural language, making it very easy to understand code written in it.
2009-09-10 12:58 am
program test(input,output);
begin
writeln("hello! World!");
end.

大概這樣了。
然后可以compile,run.

“有咩程式語言”點解?唔明你想問咩?


收錄日期: 2021-04-25 23:51:02
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20090908000051KK00656

檢視 Wayback Machine 備份