Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Books you've read - share experiences

Newbie Spellweaver
Joined
Jun 23, 2010
Messages
20
Reaction score
5
So what's up coders. It's pretty simple, list here the books you've read along the years, and tell a little about them, if you liked or not, recommendations and stuff.

So this is my list:

  • How to Read a Book - Mortimer J. Adler & Charles Van Doren
    Epic book. Recommend this for people that don't actually like books. 5 stars.
  • The C Programming Language - Brian Kernighan & Dennins Ritchie
    C book by the creators of the language. A must read if you want to learn C.
  • The Art of Assembly Language - Randall Hyde
    I highly rec this because it covers the basics and gives you a really good foundation on assembly language on 80x86 computers

There is some other books I don't remember right now but if I do I update my post :)

regards, Sharp.
 
Last edited:
Custom Title Activated
Loyal Member
Joined
May 23, 2011
Messages
1,607
Reaction score
588
Programming with class - A C++ introduction to computer science
Very good book, dumbs a lot of the basic stuff down, and gives you a bibliography for further reading.

Algorithms - A functional programming approach
Teaches you a lot. It's a book based on algorithm design and development in Haskell, but it does have generic implementations and whatnot
 
Custom Title Activated
Loyal Member
Joined
Apr 29, 2008
Messages
1,297
Reaction score
509
Reversing - Secrets of Reverse Engineering by Eldad Eilam
Not a bad book imo, teached me a lot about ASM
 
Back
Top