Small Basic Forum
My Golden Projects - Printable Version

+- Small Basic Forum (https://litdev.uk/mybb)
+-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1)
+--- Forum: Discussion (https://litdev.uk/mybb/forumdisplay.php?fid=4)
+--- Thread: My Golden Projects (/showthread.php?tid=39)



My Golden Projects - z-s - 03-15-2024

Here You Can Find My Golden Projects Made In Sb
LINK: https://www.mediafire.com/file/nsl8leduwt605za/My+Projects.zip/file
Also I Have Included Source FileĀ 

Rate It And Make My Reputation And Stars Cool


RE: My Golden Projects - WhTurner - 03-20-2024

Hello z-s,

I looked at your Golden Project: calandar.
This program needs a makeover, i did some tests which gives wrong anwers:

1. For today 2024-03-20 your program gives Tuesday, but it is Wednesday.
2 For the consecutive days 2024-02-29 and 2024-03-01 both are Thursday !
3. For the last day of 2023 (23023-12-31) the program gives NO answer.

Some hints:
check if the input numbers are in the allowed range (month 15 or day 99) are accepted now)
You can replace all 93 lines for the calculation of d with one line, look at the Math.Remainder() function
Also for the calculation of b from the year with some attention for leap years.

HTH


RE: My Golden Projects - z-s - 03-20-2024

Ok I Will See It In Next morning
till see this:https://litdev.uk/mybb/showthread.php?tid=42


RE: My Golden Projects - z-s - 04-13-2024

Sorry @WhTurner For So Much Late Reply.
The Software I Think Throw It In Trash As I Really Don't See Any Good programing In It I Simply Made It For My Date Calculation Software.