07-14-2014, 07:13 AM -
(07-13-2014, 04:45 PM)Cold_Rock Wrote:(07-13-2014, 12:53 PM)derpf Wrote:(07-12-2014, 01:49 PM)Cold_Rock Wrote: But it makes me sad i have a lot of time, but no knowledge about C++ or ps3 to even help a tiny bit.
Then you're not using your time wisely.
Well, then how hard would it be to learn C++ and be able to commit code? Like i said i know nothing about c++ or ps3 technical details, (except some general info). It's just really hard to start somewhere, do you have a link to a tutorial for emulation coding if something like that even exists?
I volunteer to work with people who are learning programming so I have a decent chance at observing people. C++ is, indeed, one of the worst places to start. Typically what we'll recommend is starting with something like Python (LPTHW is a pretty decent free book for this) and get a grip on what you're even doing.
Once you are confident enough that you can write solid moderately complex programs you might feel up to starting to learn C++. But remember, one does not simply learn C++. It's an incredibly large and complicated language (the standard is over 1,300 pretty concise + technical pages) and it's hard to get right.
(Heh, fortunately it's not like RPCS3 is the most stellar C++ you'll ever see.)