Need advice on beginner programing books

JOHNGALT99

Senior member
Mar 26, 2001
431
0
71

I would like to learn C++, Java, and Assembly Lang.

Anyone have any recomendations on good books to learn these langauges?

I have had a undergrad C++ class but I dont remeber much.


Remember am I beginner though i have a little knowledge of object oriented langes


Thanks for the Help
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
Pick one language and stick with that until you get the hang of it.

And "assembly language" isn't a language. What processor do you want to learn assembly for?
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
thanks, any one have recomendations for assembly?

Don't. Actually it's not bad to know for debugging applications, but don't worry about using it in anything unless you want to do kernel development or you can really justify the non-portability you'll be sticking yourself with.
 

JOHNGALT99

Senior member
Mar 26, 2001
431
0
71
I want to learn for how reverse engineer programs, and I heard knowing assembly would be very help.
I guess it it would be for x86 processors

Did I hear wrong?
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
IMO it's a better use of your time to work on things that you have a right to work on, like those that are already open source, but yes you would need to know assembly to be able to read the output from a decompiled binary.
 

JOHNGALT99

Senior member
Mar 26, 2001
431
0
71
I am just starting a master in information security and assurance and I am interested in learning for to reverse engineer viruses and worms.

Thanks for the help though. This anandtech's forums are a great resource