PB Beginner

Everything else that doesn't fall into one of the other PB categories.
BenH
New User
New User
Posts: 2
Joined: Fri May 08, 2009 2:05 pm

PB Beginner

Post by BenH »

Hello, O/

I've been intrested in learning PB for a long time, a couple of months ago i purchased the book from pb-beginners.co.uk unfortunatly i've only just got around to start reading it and starting to learn PB, i visited the site to download the source material to find the message
"My book is no longer available for purchase, as the information contained within was rendered obsolete by a new language version." Does this mean the whole book is no good or are just some topics like the 3D no longer useful.

Any help or a point in the right direction would be greatly apreciated.
Thnx
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6175
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB - upgrade incoming...)
( The path to enlightenment and the PureBasic Survival Guide right here... )
User avatar
Demivec
Addict
Addict
Posts: 4283
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: PB Beginner

Post by Demivec »

BenH wrote:Hello, O/

I've been intrested in learning PB for a long time, a couple of months ago i purchased the book from pb-beginners.co.uk unfortunatly i've only just got around to start reading it and starting to learn PB, i visited the site to download the source material to find the message
"My book is no longer available for purchase, as the information contained within was rendered obsolete by a new language version." Does this mean the whole book is no good or are just some topics like the 3D no longer useful.

Any help or a point in the right direction would be greatly apreciated.
Thnx
IMHO it means that because PureBasic is an evolving language that some of the information in the book has become inaccurate. This applies in some degree to the code presented throughout the book. In other words the code may not function without some modification to bring it in line with the current version of PureBasic. The PureBasic help file has a History list of changes to help alert you to some of the things that may need to be changed, or you can just respond to messages that are displayed when you try to compile/run sample source code.

After looking through the book you can of course make use of these forums to supplement the PureBasic help file so that you can work through the different aspects of the language. blueznl's PB Survival Guide, which he posted a link too is also a good source and it is kept more up-to-date.
BenH
New User
New User
Posts: 2
Joined: Fri May 08, 2009 2:05 pm

Post by BenH »

thnx guys, thats cleared things up nicely.
freak
PureBasic Team
PureBasic Team
Posts: 5962
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

The changes made to the language are outlined here:
http://www.purebasic.com/documentation/ ... story.html

I think the book was written for version 4.20, so you just have to look at the history for 4.30. The "Changed" and "Removed" parts are the important ones.

As long as you apply these changes to the code provided in the book you should be fine.
quidquid Latine dictum sit altum videtur
Post Reply