Search found 3 matches

by sunnydown
Mon Aug 26, 2013 11:56 am
Forum: Off Topic
Topic: OOP and reliability
Replies: 2
Views: 1188

OOP and reliability

I've noticed the subject of oop and PB has come up a few times, and, not wishing to start any flame wars, but I found this which was posted on a LinkedIn discussion. The author is Les Hatton , who knows a thing or two about software reliability.

C v C++. Ah yes, we've been debating this for 25 ...
by sunnydown
Thu Aug 01, 2013 1:37 pm
Forum: Assembly and C Programming in PureBasic
Topic: Handy tool for learning/testing assembly
Replies: 2
Views: 3759

Re: Handy tool for learning/testing assembly

Thanks. I use Linux though, so gdb is probably my only option.
by sunnydown
Sat Jul 27, 2013 4:29 pm
Forum: Assembly and C Programming in PureBasic
Topic: Handy tool for learning/testing assembly
Replies: 2
Views: 3759

Handy tool for learning/testing assembly

Hi folks,

One of the reasons I purchased PureBasic was because it's easy to add inline assembly instructions. Here's a very useful free java app for playing around with assembler.

http://www.lrr.in.tum.de/~jasmin/

I haven't tried any assembler with PB yet, still getting to grips with the basics ...