• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need advice on beginner programing books

JOHNGALT99

Senior member

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
 
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?
 
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.
 
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?
 
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.
 
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
 
Back
Top