Author Topic: Universal Lottery Program (wip)  (Read 2370 times)

0 Members and 1 Guest are viewing this topic.

Offline rcamp48

  • Newbie
  • Posts: 62
    • View Profile
Universal Lottery Program (wip)
« on: January 14, 2020, 12:52:10 am »
Hi guys:

I want to change all of my DOS style menus in both of my Lotto 649 and Lotto Max package from what they are now, to a more modern QB64 style of menus, all of my code is in place and 99.9 percent working in both program, the Lotto 649 Package has 20 years of data in it , and the Lotto Max package has 10 years of data in it. I am considering doing other international lotteries, provided I can get draw data for them. Basically I want to tighten up the code and put everything into subs, but that is a lot of work.

I am currently developing both programs for Windows, MacOS and Linux. Later tonight I will post the Windows and Linux versions here, the source code is the same, anyone wanna the MacOS version? I can do it at the library tomorrow,but will post the source code and all data files that are needed, once I have worked on them this morning.

If you want to see what I mean about the menus , take a look at my current source code.... Russ Campbell

Also if anyone wants to do a project for me, can you take my entire code and clean it up , put into subs and functions, I will credit you in my software.

  [ You are not allowed to view this attachment ]  
« Last Edit: January 15, 2020, 02:33:22 pm by rcamp48 »
Russ Campbell
rcamp48@rogers.com
BBS Files Programmer

Offline rcamp48

  • Newbie
  • Posts: 62
    • View Profile
Universal Lottery Program (wip)
« Reply #1 on: January 15, 2020, 02:29:30 pm »
I am now working on a Universal Lottery, for all lotteries in just about any location,  bonus numbers or no bonus numbers, any amount of numbers in the lottery, variable draw numbers, with variable DIM statements, according to a file loaded in for each lottery. I have had to clean up my code considerably, no subs or functions except for the date function, thanks to Pete.

This is quite the project, not everything works yet, as I put in variables for the loops, etc.... but its up and running but that's about it. I am basically a hard core coder in QB64 as I spend an average of 12-14 hours writing code now.

This project will require a complex setup program that gives the user almost full control over what the program does in some way, and requires a whole lot of thinking and translating human thought to qb64 code. (I am getting quite good at that, if I need a way to do something, I can and often do think the code up in my mind and thought processes become computer code). Anyone else get a second language called 'computer code' I have hahahaha.

Russ

  [ You are not allowed to view this attachment ]  
 
« Last Edit: January 15, 2020, 02:31:52 pm by rcamp48 »
Russ Campbell
rcamp48@rogers.com
BBS Files Programmer