re_animate
New member
- Joined
- Mar 19, 2007
- Messages
- 2
- Programming Experience
- Beginner
Hi guys,
At my school we have this system.
Option A, B, C, D, E, F, G
A = Electronics
B = Graphics
C = Science....etc
they cycle the options in a pattern
Day 1 abcdef
Day 2 bdface
Day 3 cfbead
Day 4 daebfc
Day 5 ecafdb
Day 6 fedcba
period 1 finishes at 9.25am period 2 etc
We only go to school 5 days but there are 6 days on the options chart so if the options starts at Day 1 on Monday its will start on Day 6 on the following Monday.
I want to make a program that tells me what option i have when i press a button.
For now I'm just trying to write an engine for this (I'm still fairly new to the programming scene) and eventual use the algorithm and system to develop a program for my psp so everytime i ask for my option it tells me
at this point i just want to know the method i have to use IE
i know i have to sync it with the time and date (period 1 finishes at 9.25am period 2 etc) but how and what steps does the program have to go through to find my option?
At my school we have this system.
Option A, B, C, D, E, F, G
A = Electronics
B = Graphics
C = Science....etc
they cycle the options in a pattern
Day 1 abcdef
Day 2 bdface
Day 3 cfbead
Day 4 daebfc
Day 5 ecafdb
Day 6 fedcba
period 1 finishes at 9.25am period 2 etc
We only go to school 5 days but there are 6 days on the options chart so if the options starts at Day 1 on Monday its will start on Day 6 on the following Monday.
I want to make a program that tells me what option i have when i press a button.
For now I'm just trying to write an engine for this (I'm still fairly new to the programming scene) and eventual use the algorithm and system to develop a program for my psp so everytime i ask for my option it tells me
at this point i just want to know the method i have to use IE
i know i have to sync it with the time and date (period 1 finishes at 9.25am period 2 etc) but how and what steps does the program have to go through to find my option?