• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Programming

kamilcioo

Veteran OT User
Joined
Jul 25, 2008
Messages
977
Solutions
1
Reaction score
289
Hello, I started to learn C language recently. The main problem is that I can't find a good book to learn from.
Do you guys know any good books about programming in C?
 
Hi Kamilcioo, some good C books for you:
1. The C Programming Language
Kernighan, Ritchie
Prentice Hall
2. How to Program in C/C++
Deitel-Deitel
Prentice Hall
3. Fundamentals of Software Engineering
Ghezzi-Mandrioli
Prentice Hall
4. Algorithms and Data Structures: An Approach in C
Charles F. Bowman
Oxford University Press
5. Algorithms in C
Sedgewick
Addison Wesley
6. Compilers
Aho, Sethi, Ullman
Addison Wesley
7. Structured computer organization
Andrew Tanenbaum
Prentice Hall
8. Data Structures and Program Design in C
Kruse, Leung, Tondo
Prentice Hall

GOOD LUCK!! (You'll need it).
 
C isn't that tough to learn, I learned it years ago in 3 months without a computer, although i read the book 9 times :p
Because every time I didn't understand something I started over from the beginning :)

Eventually I applied what I learned to the AOL Message Boards, doing people's homework or small projects.

That is why I help out where I can on Otland, so I can improve what I already know and get up to speed on what I don't. :)
 
Back
Top