hello,
I would like to ask if someone can recommend me any programming books for c , c++ , java , python , swift , ruby and rails , html/css/php.
Thanks a lot
hello,
I would like to ask if someone can recommend me any programming books for c , c++ , java , python , swift , ruby and rails , html/css/php.
Thanks a lot
First of all, trying to learn half a dozen languages all at the same time is at best going to be a superficial experience.
Or you just like the look of lots of books on a shelf.
We have book lists in the C and C++ sub-forums, did you bother to read those?
What makes you think the book reviews on amazon are any less (or more) trustworthy than random statements on a forum?
ACCU :: Book Reviews Search is another place where books have been reviewed, with the same old "why should I believe this reviewer" problem.
In the end, you need to dip your toe in the water, buy a book or two and actually read it properly. Then see how the reviews you read match with your own personal experience, to guide you in future purchase decisions.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
look I am not saying that I will learn all these programming languages in 1 night or something like that but I want to have all these books and start reading one language at the time. Just I am a person of the last moment thats all. As for the c and c++ sub forums you said above yes I read them but unfortunately I don't have a 2nd screen and reading and compelling at the same time is too hard (alt-tab all time) thats why I said I need books. Physical copies are the best.
Anyway thanks for your time
does that book contains example or any quizzes with the answers ?
That is not important. What's important is if the book will teach you correctly. And since it is being recommended here, it will.
Another good book is C++ Primer. IIRC, it does not contains quizzes, puzzles, or crosswords. But will teach you about anything you need to know to start programming in C++.
Originally Posted by brewbuck:
Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.
Stay away from anything that says "Learn <insert language here> in 24 hours/21 days" - those books are exactly what they seem. Teaching you the bare bone basics of each concept and never going into detail about any important points of what each feature really adds to the development of an application. Anything by Deitel "<language> how to program" are not bad, but every single edition gets worse in the C department at least. C++ is shoved in your face less than halfway through. It's a C book - they already have C++ books.
Double Helix STL