Looking for a Book about PureBasic (not gaming side)

Everything else that doesn't fall into one of the other PB categories.
mlwhitt
User
User
Posts: 67
Joined: Sat Jun 11, 2005 3:38 am
Location: Western Kentucky
Contact:

Post by mlwhitt »

How's the book going Num3? I would love to buy it when it's finished.
Num3 wrote:Lol, curious you ask, but i think not....

I'm writting one, but i'm still on the first chapter!
PB and PureVision XP Registered.
www.michaelwhitt.com
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

Lol,

The first 7 pages are made...

I just finished bitwise operators...

Next is basic keywords, arrays, linked lists, structures...

After that a new chapter for PB syntax (libraries, etc...)

Last chapter will be advanced use...

Pointers, DLL's, WinApi...

Uffff....

It was a slow start because i build an application in PureBasic to auto create a PDF book by parsing html files....

Download here -> http://io-soft.planetaclix.pt/files/pb_beginners.pdf

I would appreciate some comments on what i've done so far, so that i can add or fine tune the book...
mlwhitt
User
User
Posts: 67
Joined: Sat Jun 11, 2005 3:38 am
Location: Western Kentucky
Contact:

Post by mlwhitt »

Cool, checking it out now. Thanks.. I will give you some feedback after I look at it.
Num3 wrote:Lol,

The first 7 pages are made...

I just finished bitwise operators...

Next is basic keywords, arrays, linked lists, structures...

After that a new chapter for PB syntax (libraries, etc...)

Last chapter will be advanced use...

Pointers, DLL's, WinApi...

Uffff....

It was a slow start because i build an application in PureBasic to auto create a PDF book by parsing html files....

Download here -> http://io-soft.planetaclix.pt/files/pb_beginners.pdf

I would appreciate some comments on what i've done so far, so that i can add or fine tune the book...
:)
PB and PureVision XP Registered.
www.michaelwhitt.com
mlwhitt
User
User
Posts: 67
Joined: Sat Jun 11, 2005 3:38 am
Location: Western Kentucky
Contact:

Post by mlwhitt »

Looks Great! Can't wait to see more of it. Already picked up on a couple of items that I didn't know myself. It is very clean looking and is exactly what I am looking for. This will be great for new PureBasic programmers like myself. I love getting ahold of all the documentation that I can. And I must say that your .PDF is looking like it could be one of (if not the) best docs out there on PureBasic.

Would love to see it once you get the next chapter ready.

Thanks again.
Num3 wrote:Lol,

The first 7 pages are made...

I just finished bitwise operators...

Next is basic keywords, arrays, linked lists, structures...

After that a new chapter for PB syntax (libraries, etc...)

Last chapter will be advanced use...

Pointers, DLL's, WinApi...

Uffff....

It was a slow start because i build an application in PureBasic to auto create a PDF book by parsing html files....

Download here -> http://io-soft.planetaclix.pt/files/pb_beginners.pdf

I would appreciate some comments on what i've done so far, so that i can add or fine tune the book...
PB and PureVision XP Registered.
www.michaelwhitt.com
remi_meier
Enthusiast
Enthusiast
Posts: 468
Joined: Sat Dec 20, 2003 6:19 pm
Location: Switzerland

Post by remi_meier »

@Num3:
Looks really nice :)
But there are some errors:
PORC.exe isn't the assembler, that's a resource compiler. The assembler
used by PB is FAsm. After FAsm polink.exe links it into an executable.

Keep up the good work :!:
Athlon64 3700+, 1024MB Ram, Radeon X1600
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

I'll give now my "The best book" opinion to the best way to learn:
Try examples, try snippets, wrong, try again, mistake, watch this, watch that ... how to ... watch forum ... ask ... consult there ... :wink:
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

remi_meier wrote:@Num3:
Looks really nice :)
But there are some errors:
PORC.exe isn't the assembler, that's a resource compiler. The assembler
used by PB is FAsm. After FAsm polink.exe links it into an executable.

Keep up the good work :!:
Eheheh Thanks, i'll correct the info....
Intrigued
Enthusiast
Enthusiast
Posts: 501
Joined: Thu Jun 02, 2005 3:55 am
Location: U.S.A.

Post by Intrigued »

Num3, I did not fully proofread the document (nice start though! Right on!), but I did notice that on page three, first paragraph (below the image), first word should be As (instead of Has). And, page five first subheading, starts with Especial and it should be A special note about floats!

I make tons of typos
, therefore I usually spot any fairly quickly. D'oh.

This is shaping up to be a nice offering!
Intrigued - Registered PureBasic, lifetime updates user
Post Reply