Category: programming languages
In SQL, sometimes, you want to search a string field that contains a keyword, but as a whole word. So for example, if you search for ‘word‘, you do …
The basic integer type in 16-bit Turbo Pascal is 16-bit while from 32-bit Delphi, it is 32-bit. The basic integer types for modern Delphi compilers are: byte, ShortInt, Word, …
Delphi is based on Object Pascal, which is a great programming language. Delphi is also a RAD (Rapid Application Development) tool for Windows, Android, iOS. It can be compiled …
PHP (PHP Hypertext Processor) is well known and very popular today. Almost more than 80% of alexa top 100 websites are based on PHP. PHP is a scripting language …
Processing is a java-like scripting language that is simple but yet powerful that can be used to do computer animations and graphics (images). Some simple examples of using Processing …