At 5/9/08 05:19 PM, El-Presidente wrote:
Anyone used this book?
I just bought it, the only thing I'm scared of is that it will teach me only a little. I know Java in Processing and Actionscript in Flash, but I'm thinking that most of it will be about Math functions like ++ or --, +=, etc. So if you know about it, it'd help.
You should ask these questions BEFORE making the purchase :p
I haven't but I took a look at the table of contents on Google, and it looks like it'll be a decent introduction. Can't help much there, I guess. I have seen a lot of good reviews on the Sam's '21 day' book, though...
A lot of the fundamental C/C++ stuff is "magic'd" away in languages like Java and Actionscript. I don't doubt that there'll be ++ and += type of stuff in there (it is an intro book, after all), but things rudimentary to C++ probably seem 'ultra advanced' to a Java/AS only programmer. Switching from Java to/from AS is like switching from a car to a truck, while switching from Java/AS to C++ is like switching from driving a car/truck to a jet fighter. You need to start from square one.
There are probably "C++ for Java programmers" type of books out there, but chances are any good introduction to C++ book will have more than enough new material for a AS/Java programmer, even if there's a lot of review. Plus I personally hate the idea of creating inter-language analogies... it promots too much of the "This is how I do it in Java, how do I do this same thing in C++" sort of mentality. Write C++ the C++ way, write Java the Java way, etc.
Guess that isn't a whole lot of help, but I think the book will get you up and running, then you can start looking around online, or get a good second book (Effective C++)