Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pascal

What is the '#" symbol in Pascal?

delphi pascal

How to assign a multiline string value without quoting each line?

delphi pascal

How to make a Digital clock in delphi7?

delphi delphi-7 pascal

How to remove warning: link.res contains output sections; did you forget -T?

linux pascal ld fpc

How to get a random number in pascal?

pascal

Building cross-platform Delphi applications

How can I determine which libraries are used in a Delphi program I don't have the source for?

delphi libraries exe pascal

Why delphi BoolToStr true is represented as -1

delphi boolean pascal

Delphi: What are the advantages of using System.New() instead of a local variable, other than just spare a tiny amount of memory?

delphi pascal fpc

What is a Pascal-style string?

string encoding pascal

Why Pascal const arrays aren't actually constants?

How do I print a tab character in Pascal?

special-characters pascal

What's the preferred Pascal file extension?

file pascal

How do I get a registry value in Inno Setup when the value only uses the default name?

Testing the type of a generic in delphi

How can I compute a difference between two strings?

string pascal delphi

Move() to Insert/Delete item(s) from a dynamic array of string

delphi pascal

How do I pretty-print JSON in Delphi?

What is the fastest possible way to sort an array of 7 integers?

Check if character is letter in Delphi (Unicode)

delphi delphi-xe pascal