Books about advanced programming

Just starting out? Need help? Post your questions and find answers here.
MrCor
User
User
Posts: 22
Joined: Tue Dec 01, 2015 8:31 pm

Books about advanced programming

Post by MrCor »

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
User avatar
jacdelad
Addict
Addict
Posts: 2004
Joined: Wed Feb 03, 2021 12:46 pm
Location: Riesa

Re: Books about advanced programming

Post by jacdelad »

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
User avatar
mk-soft
Always Here
Always Here
Posts: 6242
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Books about advanced programming

Post by mk-soft »

There are older books. But not advanced programming,
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
SMaag
Enthusiast
Enthusiast
Posts: 324
Joined: Sat Jan 14, 2023 6:55 pm
Location: Bavaria/Germany

Re: Books about advanced programming

Post by SMaag »

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.
User avatar
idle
Always Here
Always Here
Posts: 5888
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: Books about advanced programming

Post by idle »

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.
Post Reply