QB64.org Forum

Active Forums => Programs => Topic started by: Kiara87 on December 24, 2020, 07:39:09 pm

Title: program qb64
Post by: Kiara87 on December 24, 2020, 07:39:09 pm
Hello everyone

I leave these sources are basic and qb64 programs
to share with you
also to study the code for a while, who is perhaps a beginner and wants to learn
Title: Re: program qb64
Post by: STxAxTIC on December 24, 2020, 09:23:15 pm
Seems like it came from here:

http://rudih.info/ (http://rudih.info/)
Title: Re: program qb64
Post by: Kiara87 on December 24, 2020, 09:32:16 pm
Seems like it came from here:

http://rudih.info/ (http://rudih.info/)

Yes
Title: Re: program qb64
Post by: bplus on December 24, 2020, 09:52:11 pm
Allot of old classics, that Edit program looks interesting.
Title: Re: program qb64
Post by: STxAxTIC on December 24, 2020, 10:35:45 pm
I found EDIT - looks interesting. Especially the opening comment. Spot any keywords in here?

'CONTENT:
'   This is a program for a small editor. The editor has pull down menus
' and multi-windowing facility. There are however some major limitations
' to it. It can not open a file longer than 310 lines, with each line
' containing a max of 200 characters. This is basically due to lack of
' linked-list facility
in BASIC for storage of file in memory.

Not that you NEED to do it that way, because the existence of QB64.bas as an "editor" is a counterexample to this... but juss sayin anyway...