![]() |
|
The Speed Bible of coding in QB64pe: an educational program - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3) +---- Forum: Programs (https://qb64phoenix.com/forum/forumdisplay.php?fid=7) +---- Thread: The Speed Bible of coding in QB64pe: an educational program (/showthread.php?tid=3742) |
The Speed Bible of coding in QB64pe: an educational program - TempodiBasic - 06-13-2025 Hi friends playing with Informpe here in the code you can see :
But this is only the start, using the program you can learn the principles of speed coding in QB64pe. Those aren't mine but I find them so useful and I see some interest of these community about them that I wanted summarize them and build different demos. The code of demos are written by me except for some examples taken with permission from SmcNeill treasure box. Each demo has the goal to go straight to show what advantage you take using that tip or principle of coding. It is difficult for some principles to be used alone so you can see in the same demo the use of two or more speed principles. The theory of these principles has been discussed into this thread on the forum speed thread I have posted this program here but it should be visible also in Informpe section, and in Learning resource. here a screenshot ![]() User's guide: launch the program , select a method on the left, you can read the whole name/comment to the method in the cloud of tooltip click on the code showed in the right white space, using the arrow keys and Home, End, PageUp and PageDown keys you can navigate the code. select the button Visit Forum to open the webpage from which has been taken the informations of speed coding select the Run Code button to compile and run the code showed into the right part of program select the Export Code butto to get a file.BAS with the name of the tip and his author if it has not been coded by me. The file has saved in the folder of the program SpeedBible. In this same folder there is the folder of Asset. ![]() --------------------------------------------------------------------- Guide for download and compiling 1. download the zip file SpeedBible Informpe.7z 2. make a folder in the Qb64pe folder of your preferred name (i.e. SpeedBible) 3. unzip in this last folder (i.e. SpeedBible) , you'll get the source code (*.BAS and *.frm) and the Asset folder 4. if you have installed Inform pe jump to the step 6 5. download Informpe or the zip file InformPackageIncludeFiles.7z and unpack it into your Speedbible folder 6. open SpeedBible.BAS in your QB64pe IDE and compile with F5 7. click and run the SpeedBible.EXE I think that there is no issue for Linux and Mac because it has not been used any keyword specific for Windows Os. ---------------------------------------------------------------------- Thanks to QB64pe team for their suggestions. here attached 7z files |