QB64.org Forum
Active Forums => Programs => Topic started 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
-
Seems like it came from here:
http://rudih.info/ (http://rudih.info/)
-
Seems like it came from here:
http://rudih.info/ (http://rudih.info/)
Yes
-
Allot of old classics, that Edit program looks interesting.
-
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...