Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Just a Few Questions
#15
(09-10-2023, 02:47 PM)TerryRitchie Wrote: Perhaps a fixed (static) sized _MEM structure could be used and a stack pointer indicating the current memory location much the same as was done in Assembler. Depending on the pointer use you could create a LIFO or FIFO stack. I think using _REDIM _PRESERVE would be rather slow for something like a stack that is constantly updating.

I agree with this, instead of begging for something that could complicate the QB64 source code that deals with UDT's. Besides, one could write something that is compatible with the "official" QB64 as well.

Yes, I don't like using `REDIM _PRESERVE` (only "preserve" keyword carries the underscore in this BASIC dialect, Terry) for only one element of any type or size.
Reply


Messages In This Thread
Just a Few Questions - by TarotRedhand - 09-09-2023, 09:44 AM
RE: Just a Few Questions - by mnrvovrfc - 09-09-2023, 10:14 AM
RE: Just a Few Questions - by bplus - 09-09-2023, 11:20 AM
RE: Just a Few Questions - by SMcNeill - 09-09-2023, 12:19 PM
RE: Just a Few Questions - by bplus - 09-09-2023, 12:42 PM
RE: Just a Few Questions - by mnrvovrfc - 09-09-2023, 01:02 PM
RE: Just a Few Questions - by SMcNeill - 09-09-2023, 02:05 PM
RE: Just a Few Questions - by bplus - 09-09-2023, 02:41 PM
RE: Just a Few Questions - by mnrvovrfc - 09-09-2023, 08:37 PM
RE: Just a Few Questions - by TarotRedhand - 09-10-2023, 07:09 AM
RE: Just a Few Questions - by TarotRedhand - 09-10-2023, 01:45 PM
RE: Just a Few Questions - by TerryRitchie - 09-10-2023, 02:47 PM
RE: Just a Few Questions - by bplus - 09-10-2023, 02:57 PM
RE: Just a Few Questions - by mnrvovrfc - 09-11-2023, 10:58 AM
RE: Just a Few Questions - by TarotRedhand - 09-11-2023, 09:11 AM
RE: Just a Few Questions - by DSMan195276 - 09-11-2023, 12:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Half baked pipe dream questions - hardware and os Parkland 9 1,335 05-23-2025, 03:00 PM
Last Post: madscijr
  _IIF limits two questions doppler 18 3,073 05-14-2025, 04:33 PM
Last Post: madscijr
  IDE suggestions / editor questions madscijr 14 2,365 05-01-2025, 12:56 PM
Last Post: madscijr
  Questions about INSTR Circlotron 7 1,038 04-27-2025, 03:12 PM
Last Post: mdijkens
  Questions on style justsomeguy 23 4,452 06-28-2023, 08:31 PM
Last Post: CharlieJV

Forum Jump:


Users browsing this thread: