Posts: 19
Threads: 1
Joined: May 2022
Reputation:
1
The size of the programs scared me at first, compared to the size of the same program compiled in QB45.
Later I understood that because QB64 loads all the libraries, a single-line program that says 'PRINT "HELLO WORLD" occupies 1,673 kb. On the other hand, my billing program, which already has 47,329 lines, occupies only 12,304 Kb.
Posts: 296
Threads: 14
Joined: Jul 2022
Reputation:
15
Reply to #1
also if I use programming in hobbystic manner, in the past at the age of Qbasic and DOS I have build some applications:
a tool for navigation file, directory and drives ,
a trainer for speed reading ,
a numerologist ,
a File manager (like Norton Commander/ PCtools for copy, rename, kill, create, move files and directories, format drives)
an hexadecimal editor of files
a RAD for creating ASCII interface using ASCII objects (I have posted the adaptation for QB64 some days before the first apparition of the first version of Inform by Fellippe) nowadays we say a RAD for TUI
in the same time I have build a clone of Arkanoid, a clone of Pong and a clone of Snake.
Reply #14
" Does this mean that there are really no limits if using qb64 to create something like a web browser? Or an email app similar to gmail or outlook? Or something like microsoft paint? Or would that be going too far and be better to use higher level languages?"
IMHO ( I am not a developer nor a project man to lead QB64 future)
All programming languages have their own limits,
QB64 is a procedural imperative high level ianguage , no OOP but if you like use external libraries you have much power.
So it is necessary that you use good programming practice to get some degree of results