Re: PBP3 download trial and purchase links
You would need to define what better means to you
pbp has no Strings, no floats, no ability to select between signed and unsigned procedure's
pbb cannot do 32 bit math on anything but pic18 chips and then only if you compile for longs
pbp has a very limited range of variable types and no inherent ability to use user defined memory structures
pbb cannot use pointers [address of objects in memory] natively
pbp is very efficient, can have user defined functions, works well with limited memory chips
pbp allows assembly code to woven in seamlessly
pbp has a good forum with heaps of example code
pbp has lots of ways to side step its limitations due to its very open architecture
Last edited by richard; - 29th September 2023 at 02:51.
Warning I'm not a teacher
Bookmarks