Top "Pascal" questions

Pascal is an imperative language from the Wirthian family created in 1969.

Pascal to C converter

I'm writing program which translate Pascal to C and need some help. I started with scanner generator Flex. I defined …

c pascal flex-lexer code-translation
What are the advantages of using Virtual Machine compilation (eg. JVM) over natively compiled languages?

I've heard that the advantage of java is that people can write code, compile it for the JVM, and run …

java c pascal qbasic
How to cast a Interface to a Object in Delphi

In delphi 2009 I have a reference to a IInterface which I want to cast to the underlying TObject Using TObject(…

delphi interface casting delphi-2009 pascal
What's the preferred Pascal file extension?

Is it: .p .pl .pas .pascal Or something else? And will the various Pascal compilers (notably fpc) bork if you …

file pascal
Proper structure syntax for Delphi/Pascal if then begin end and ;

It has been around 20 years since I last had to write in Pascal. I can't seem to use the structure …

delphi inno-setup pascal pascalscript
How to make a Digital clock in delphi7?

I am pretty new to delphi , and would like to start with something easy . Could someone please show me an …

delphi delphi-7 pascal
SetLength on multidimensional array

I'd like to know how to set the length of multidimensional arrays/create dynamic multidimensional arrays in Pascal. Like SetLength(…

dynamic multidimensional-array pascal
How do I print a tab character in Pascal?

I'm trying to figure out in all the Internets what's the special character for printing a simple tab in Pascal. …

special-characters pascal
Is there an equivelant for Pascal's readkey; in C or C++?

I am looking for a Console function that waits for the user to press a key. I want it to …

c++ c console pascal console.readkey
In Inno Setup Scripting (Pascal), how do you set a global variable's initial value?

(I'm pursuing Inno Setup scripting, but my understanding is that the [Code] section uses Pascal syntax, or a close approximation. …

global-variables inno-setup default-value pascal