Topic: C,C++
rahul00759's photo
Fri 12/21/07 02:37 AM
which are the good books for c,c++ and unix?
i am B. TECH STUDENT OF COMP SCIENCE.

Classyjeff's photo
Fri 12/21/07 02:48 AM
Edited by Classyjeff on Fri 12/21/07 02:49 AM
there are ton's
It depends on your current skill level

rahul00759's photo
Fri 12/21/07 02:56 AM
I AM JUST A BEGINNER. BUT I WANT VERY DEEP KNOWLEDGE OF THEM SINCE I 2WILL GO FOR M TECH

JWShell's photo
Fri 12/21/07 03:22 AM
It sounds corny, but I've found the "for dummies" books to be a great start. Just about any book store will carry them.

Classyjeff's photo
Fri 12/21/07 12:50 PM
ya they are a good start and then get a developer book..
just take your time and make sure your logic is nice and clean and the rest writes itself

no photo
Fri 12/21/07 03:29 PM
This is a good source for C&C++


http://www.computer-books.us/c.php

dispraekailo's photo
Fri 12/21/07 08:30 PM
The C++ Black Book is by far my favorite. It won't guide you through the beginner's steps, (that's what www.cppreference.com is for), but it will stand as a complete reference for all of those quirky syntax rules of the more advanced features you need to know.

Dankaslav's photo
Tue 12/25/07 03:33 AM
for c++, there is a book I have personally used "How to make video games using C++" , it is a very good beginner book. Aside from that, if you do so choose to pick up that certain book, also pick up a generic C++ book of commands(Just one giant table of all the commands and definitions next to them).