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 don\'t use the preferred开发者_JS百科 extension?The most common file extension for Pa[详细]
2023-04-13 02:48 分类:问答Can Pascal units be compiled as executables?
I like my libraries to double as executables. The desired behavior is: $ ./scriptedmain Main: The meaning of life is: 42[详细]
2023-04-12 16:57 分类:问答Getting a file version number in the [Registry] section
I am creating an installer for a visual studio project using inno setup. I am getting an error for \"Parameter ValueData has invalid value\"[详细]
2023-04-10 18:48 分类:问答Declaring Pascal-style strings in C
In C, is there a good way to define length first, Pascal-style strings as constants, so they can be placed in ROM? (I\'m working with a small embedded system with a non-GCC ANSI C compiler).[详细]
2023-04-10 07:16 分类:问答Lazarus error - how to store result of integer in textbox?
I\'m trying out a very simple program in LAZARUS to multiply two text box val开发者_运维知识库ues and store the result in a third one. This line is what I\'m using.[详细]
2023-04-09 14:28 分类:问答Pascal insert user input to an array
I am trying to get better at functional programming. As a start I am planning on trying out with couple of languages like Pascal, Scheme, ML etc. First I started with Pascal. I am trying to insert use[详细]
2023-04-08 02:28 分类:问答What are good Lazarus/FPC Resources? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answ开发者_StackOverflow中文版ers to be supported by facts, references,or expertise, but this question wil[详细]
2023-04-05 12:46 分类:问答using eof on C++
i am looking for C++ coding for this pascal code var jumlah,bil : integer; begin jumlah := 0; while not eof(input) do[详细]
2023-04-04 12:10 分类:问答Measuring data traffic flow over server/client socket in delphi?
i am making a program that sends data between a server program and its clients. They all use the server and client socket components found in Delphi! I have looked on the Internet and cannot find a wa[详细]
2023-04-02 20:50 分类:问答How do i use BIGNUM's from the openSSL module in Lazarus
Background:I am working on an encryption application, i have the app written in Objective C and now i want to rewrite it in pascal so that it runs on windows. I am using pascal as it is a language i a[详细]
2023-04-02 20:00 分类:问答