What should I learn next in QB64

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
Albert
Coder
Posts: 14
Joined: Mon Jul 04, 2016 10:30 am

What should I learn next in QB64

Post by Albert »

I master printing, strings, variables, booleans, loops,getting user input, screens, functions, drawing, arrays in QB64 but I'm not ready right now to make a good game. What do you suggest me to learn next?
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

Re: What should I learn next in QB64

Post by burger2227 »

Graphics of course unless you are doing all text. Then learn ASCII characters. See Main page of WIKI

http://www.qb64.net/wiki/index.php/Main_Page
Please acknowledge and thank members who answer your questions!
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
Albert
Coder
Posts: 14
Joined: Mon Jul 04, 2016 10:30 am

Re: What should I learn next in QB64

Post by Albert »

burger2227 wrote:Graphics of course unless you are doing all text. Then learn ASCII characters. See Main page of WIKI

http://www.qb64.net/wiki/index.php/Main_Page
ok I will practice graphics and ascii characters. thank you
Post Reply