06-02-2022, 06:41 AM
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.
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.