I\'m having an issue with my programming assignment where I cycle through a string and sum the integer value of character. As the following code states. Now I pass a string into this subroutine. For e
type TPerson = class(TObject) name : string; constructor create(name : string); end; would trigger compiler error.
I have pascal code (programming language actually doesn\'t m开发者_如何学JAVAean anything): box[1] := 14;box[2] := 2;
I\'ve a little problem with records in Pascal. I\'m writting a program where I\'ve got two lists of records: one with patients and second with diseases but I don\'t have idea how to join it. I was try
I have a console application written in Free Pascal, that like most larger applications sometimes crashes. As this application is live, I usually ask people to write me down the stack-trace on crash -
I am using Synapse for Delphi, but when during HTTP downloads, of course, the GUI freezes.Looking at the documentation, they suggest using the OnHeartbeat method.
I just started using FPC to practice more my old knowledge of Pascal, but now for Linux, then I started seeing much this comment after the \'program开发者_如何学JAVA\' declaration:
I am learning OOP with the pascal programming language.After googling the Internet, I found the OOP --开发者_开发百科 The GNU Pascal Manaul.
I\'ve begun working with using Lazarus to make some simple开发者_运维知识库 utilities for my own use on Ubuntu 9.10. I know many people like the modular Delphi 7 layout, but I hate it. I find it annoy
Since there is not offical reference,I got only one tutorial gpcasm.zip .But when I try to follow the tut and try the inline assembly example on my debian.The gpc was not happy with it.