Quote Originally Posted by redelite123 View Post
C++ is a basic programming language, and everyone saying that it is hard to make a prx, it IS NOT. Sure, it takes some skill to make a GOOD one, but a basic one could be done in a jiify. ALA a freeze when you press X PRX. I am not a C++ guy myself (Java) but if you take a look at Bakon's source and do a little research you should be able to see. You will also need a prx compiler (cygwin)
The problem is, unless you have read the first few chapters of a C++ book and understand all the functions and everything else in Bakon you really won't understand a thing it's not just self explanatory you can't just look at the names of the functions and figure out oh it does this ( most of the time at least. ).