Hi all,
Does anyone know about books or other resources about advanced programming in PureBasic?
I sometimes see code I have no clue what it does.
Thanks, MrCor
Books about advanced programming
Re: Books about advanced programming
Wrong subforum, also please use the search function/Google first.
Good morning, that's a nice tnetennba!
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
Re: Books about advanced programming
There are older books. But not advanced programming,
The PB help is already very good. Also take a closer look
Otherwise just ask here ...
The PB help is already very good. Also take a closer look

Otherwise just ask here ...
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: Books about advanced programming
If you search for advanced programming techniques in PB. Better look at the code of advanced programmers. All are here in the forum.
Search on Github for PureBasic. Many programmers published very good libraries.
To start with PB, I recomend to take a look at my PureBasic Extention Modul.
https://github.com/Maagic7/PureBasicFra ... dule_PX.pb
There you can find a lot of advaned programming techniques like:
- univeral Pointers
- Structure Union
- Some important Macro techniques
- Compiler commands
- Bitmanipulation
- Importing Linux system functions
- etc.
This module implements a lot of functions what are not directly integrated in PB.
If you are intersted in advanced Assembler integration, SSE SIMD commands.
Start with my Assembler Macro .pbi file
https://github.com/Maagic7/PureBasicFra ... Macros.pbi
I put always a lot of documentatiion in all my modules. Like links to the sources where you can find more informations.
If you are interested in more special things/problems, ask here in the forum.
For newbies in PB it seems that here is not much traffic. But PB Programmers are mostly professionals and do not need very much support. That's the reason for the sometimes very low traffic.
Search on Github for PureBasic. Many programmers published very good libraries.
To start with PB, I recomend to take a look at my PureBasic Extention Modul.
https://github.com/Maagic7/PureBasicFra ... dule_PX.pb
There you can find a lot of advaned programming techniques like:
- univeral Pointers
- Structure Union
- Some important Macro techniques
- Compiler commands
- Bitmanipulation
- Importing Linux system functions
- etc.
This module implements a lot of functions what are not directly integrated in PB.
If you are intersted in advanced Assembler integration, SSE SIMD commands.
Start with my Assembler Macro .pbi file
https://github.com/Maagic7/PureBasicFra ... Macros.pbi
I put always a lot of documentatiion in all my modules. Like links to the sources where you can find more informations.
If you are interested in more special things/problems, ask here in the forum.
For newbies in PB it seems that here is not much traffic. But PB Programmers are mostly professionals and do not need very much support. That's the reason for the sometimes very low traffic.
Re: Books about advanced programming
Easiest way to get ahead is just by trying new things and asking for help and if you've found some code on the forum you don't understand just ask the author, I'm sure they'll be happy to explain.