Click here to Skip to main content
15,861,168 members
Everything / Programming Languages / Pascal

Pascal

Pascal

Great Reads

by Chris Boss
Why some prefer the BASIC language over others
by José Cintra
Some suggestions of algorithms for solving the Pascal Triangle, addressing iterative, recursive and functional paradigms
by RickZeeland
Make installations simpler with Inno Setup [Tasks]
by nortee
This will allow you to create a configuration file in either INI or XML format minus all the hard work in Delphi.

Latest Articles

by RickZeeland
Make installations simpler with Inno Setup [Tasks]
by ToughDev
Revisiting Mario Game Written in Pascal
by ToughDev
A look at Borland Turbo C/C++
by ADMGNS
A very simple method to resampling points from a digital image and drawing it as antique mosaics, dots (stippling) and Voronoi cells

All Articles

Sort by Score

Pascal 

23 Aug 2018 by Chris Boss
Why some prefer the BASIC language over others
18 Aug 2014 by José Cintra
Some suggestions of algorithms for solving the Pascal Triangle, addressing iterative, recursive and functional paradigms
22 Nov 2011 by nortee
This will allow you to create a configuration file in either INI or XML format minus all the hard work in Delphi.
22 Apr 2022 by ADMGNS
A very simple method to resampling points from a digital image and drawing it as antique mosaics, dots (stippling) and Voronoi cells
24 Aug 2014 by José Cintra
Some suggestions of algorithms for computing the Fibonacci numbers addressing iterative, recursive and functional paradigms
12 Sep 2018 by Chris Boss
A short introduction to using the Powerbasic 6.0 console compiler with the Ontime RTOS-32 embedded operating system
13 Jul 2017 by Sergey Alexandrovich Kryukov
Single-instance application behavior can be considered comprehensive only if all three features are implemented: detection of second instance, passing command line and activation of first instance
29 Jul 2019 by Martin ISDN
Demystify the inner workings of JavaScript closures
8 Oct 2011 by Jose A Pascoa
Still struggling to find the ultimate COFF to OMF converter to link some code with Delphi? You don't need to anymore.
9 Nov 2018 by Сергей Челноков
9 May 2017 by RandyBuchholz
Chances are you have heard, or even told someone, not to use the Hungarian Notation naming convention. Chances are, you are using it yourself. Hungarian Notation is the king of naming conventions. Though many call for its demise, it is here to stay.
12 Jul 2021 by Max Kleiner
We use a Command Line Interface with OpenWeatherMap (PyOWM) to make it easier to use the OpenWeatherMap API in Python.