pascal
Did languages before C/C++ have pointers?
Was there any pointer usage in old languages such as FORTRAN (pre Fortran-90), cobol or pascal? If not, then what is the method those languages used to implement the works done by pointers that are us[详细]
2023-02-18 18:52 分类:问答How do I Invoke a procedure when inside another procedure in Pascal
procedure questiontype; begin writeln (\'Enter the type of question you would like...\'); writeln (\'1. Add\');[详细]
2023-02-17 16:52 分类:问答Pascal - mysterious field increase
I\'m writing a custom structure manipulation program, and I\'ve got the following types: type StrLen = 0..MaxLen;[详细]
2023-02-16 21:24 分类:问答How to delete chars from string until first char is a letter?
I have a program which works with strings (Pascal). After reading a string if the first char is not a letter then I need to delete all first characters until the first is a letter. I have tried to wri[详细]
2023-02-15 15:29 分类:问答Bootable and cross platform applications and using delphi or Pascal
Is开发者_StackOverflow it Possible to create bootable (Applications for MBR )application using Delphi or Pascal (I know we cant use vcl , RTL and other stuffs because they depend on OS), but can i use[详细]
2023-02-15 08:45 分类:问答Is using "default" case in a switch statement a good habit? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-02-14 22:41 分类:问答Loops' iterating in ANTLR
I\'m trying to make a Pascal interpreter using ANTLR and currently have some troubles with processing loops while walking the AST tree.[详细]
2023-02-14 22:29 分类:问答Connect 4: Check for winner
In Delphi, I have a Connect 4 board representation (7 columns x 6 lines) in form of an array: TBoard = Array[1..7, 1..6] of SmallInt;[详细]
2023-02-13 01:13 分类:问答Delphi: Show the same Graph on 2 different forms
I would like to show the same graph (TChart) on 2 different forms. on the first there is a small version, but i would like the user to be able to click a button to 开发者_StackOverflow中文版show a big[详细]
2023-02-12 19:44 分类:问答How can I determine which libraries are used in a Delphi program I don't have the source for?
I have a windows .exe file, but the source code for it is missing.The developer was not responsible and left our c开发者_Go百科ompany.I think it was a delphi/pascal program.The developer used manylibr[详细]
2023-02-12 09:36 分类:问答