How do you make LARGE matrices in qbasic or qb 4.5
How do you make LARGE matrices in qbasic or qb 4.5
Author
Message
Steven Petrovi #1 / 1
How do you make LARGE matrices in qbasic or qb 4.5
Hi everyone, I am in the midst of writing a program which requires a large 2 dimensional matrix. Currently qbasic allows me to allocate memory for a 180 by 180 matrix of integers. However, I would like to use matrices which are 350 by 350 or even larger! Is there a way to do this in qbasic? Thanks. Steve