Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QBasic Program Help
#11
Barok, your insights into virtual calculator design have humbled me.
Reply
#12
Ok, I feel bad.. here's the code to make it work qbasichelp:
Code:
? "Calculator example for qbasichelp"
'Setup segments
DEF SEG = -90
a = PEEK(100)
DEF SEG

'Start main calculating loop
Do
Out 80+&H10, 100 'Multikey handler
If KeyPlus Then Add = (Add + 1) Mod 32  'Perform all math based on input
Loop Until KeyIn = -1  'End the program if you enter -1
Reply
#13
Wow...thats so simple...heh I need to optimize more.....You almost got me this time Z!re... Tongue :lol:
i]"But...it was so beautifully done"[/i]
Reply
#14
:???: How did it go from simple calc, to 3D calc? :lol: Or did I miss a step...
Kevin (x.t.r.GRAPHICS)

[Image: 11895-r.png]
Reply
#15
there is no basic calc! It's 3d or no 3d! Qb or not qb! That is the question!
Jumping Jahoolipers!
Reply
#16
Qbaasichelp,

See a solution I posted for you on your other post.
*****
Reply
#17
Quote:What do you mean stop spamming I am in a class and can not figure out one of my labs and I have to get this done ASAP. So why can I not get help?
Reply
#18
Quote:* Do not post topic with stupid subjects, make them descriptive in some way. Please use your common sense here.
* When posting a question, especially if its home work, you need to show that you have attempted it in some way. Either by showing some code that you have written or where your thoughts on the matter have stopped or got stuck.
Jumping Jahoolipers!
Reply
#19
...who actually reads forum rules? :o
I'd knock on wood, but my desk is particle board.
Reply
#20
... i do when i think someone is breaking them? :oops:
i didn't so much as read them, as copied and pasted them.
Jumping Jahoolipers!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)