Whatever happened to Pascal? [duplicate]
This question already has answers here: Why has C prevailed over Pascal? [closed] (10 answers) Closed 11 years ago. In reading this blog post about Photoshop 1.0 I was surprised to learn that it was written in Pascal (Object Pascal to be exact). But you never hear about Pascal anymore. Why is that? programming-languages history […]
Subranges in Pascal
I’m reading some Pascal code and everything is pretty straightforward except subranges. In the program I’m reading there’s a variable d
with the following type declaration:array[0..22] of 0..15
; there’s then the following procedure:
Where can I find Turbo Pascal dialect description/reference? [closed]
Closed 10 years ago.
Where can I find Turbo Pascal dialect description/reference? [closed]
Closed 10 years ago.
Where can I find Turbo Pascal dialect description/reference? [closed]
Closed 10 years ago.
Where can I find Turbo Pascal dialect description/reference? [closed]
Closed 10 years ago.
Why are floats called “real numbers” in some languages?
Some programing languages, notably Pascal, have a type of numbers called “real”.
Why are floats called “real numbers” in some languages?
Some programing languages, notably Pascal, have a type of numbers called “real”.
Why are floats called “real numbers” in some languages?
Some programing languages, notably Pascal, have a type of numbers called “real”.
Best practices for implementing MVVM and MVC in delphi Pascal
I’m a Delphi pascal programmer, I use the latest Embarcadero delphi XE, and I would like to take advantage of design patterns such as Model view controller and model view view-model.