This software finds the factors of every number entered, and determines wether it's a prime number, or not. I've included and explained Euclid's Algorithm and a very fast Primenumber checker.
File List:
Project1.cfg
426b
Project1.dof
2Kb
Project1.dpr
188b
Project1.res
1Kb
Unit1.dcu
5Kb
Unit1.ddp
52b
Unit1.dfm
1Kb
Unit1.pas
3Kb
Unit1.~ddp
52b
Unit1.~dfm
1Kb
Unit1.~pas
3Kb
Similar code
Hex To Dec To Char Converter
(Popularity: ) : Convert hexidecimal numbers to decimal to characters char2ascii
(Popularity: ) : Convert characters to ascii values also shows you how to use parameters during executing using paramStr() and paramCount() functions Create and Delete A CON Folder In Windows!
(Popularity: ) : Create and RM con folder in windows windows won't allow you to create it, but dos will with syntax. Alarm Clock
(Popularity: ) : Set A Alarm When You Have To Do Something Important ICQ Pager Bot
(Popularity: ) : Sends a pager message on icq Create Buttons With Mouse Click
(Popularity: ) : Create Componets When Your Program Is Already Running Floating Dock Example
(Popularity: ) : This is a floating dock example aka floating tool bar. This works by hooking WM_MOVE API. The dock will keep the same height as the form and follow it anywhere you move the form. Focus Login
(Popularity: ) : Teach you how to make your logins more professional and how to set focus on them using onenter and onexit events. Save Program Options
(Popularity: ) : This program shows you how to save the state of a checkbox (checked:=true or checked:=false) to a file and how to open it again from the saved file. It also saves editbox text to a file and opens it again ... Global Varible Vs Local Varible
(Popularity: ) : How you can use a global varible instead of a local varible when they have the same name