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
procedure questiontype; begin writeln (\'Enter the type of question you would like...\'); writeln (\'1. Add\');
I\'m writing a custom structure manipulation program, and I\'ve got the following types: type StrLen = 0..MaxLen;
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
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
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
I\'m trying to make a Pascal interpreter using ANTLR and currently have some troubles with processing loops while walking the AST tree.
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;
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
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