Books Suggestions please to learn

Hi friends, my cousin sister has done with her first year at engineering... and now that most of you they just have the lame languages and subjects in their syllabus... nothing complaining though but i thought to recommend her a few sets of programming related books which would help her in the working field....

Please suggest a good book with indepth coverage of the following topics... i will give the list to her so she could try these books out and gaining exposure to these subjects...

PHP, Mysql, PHP with Mysql

Perl, Python, AJAX..???

ASP.net, and other .net technologies which seems important.....

Also please suggest which all technologies are in demand and i could suggest her those......

Please recommend book which give detailed knowledge and not a run through.....

Thanks in advance
 
C - The C programming Language by Dennis Ritchie

C++ - Thinking in C++ by Bruce Eckel

Java - All about Java by Dietel, The Complete Reference by Herbert Schildt, Thinking in Java by Bruce Eckel

Python - A Byte of Python by Swaroop C H

Algorithms - Introduction to Algorithms by Thomas Cormen

Data Structures in C++ - M.A. Weiss

Operating Systems - Modern Operating systems by Andrew Tannenbaum
 
C - The C programming Language by Dennis Ritchie

thats the one and only thing you need to know in college. Dont waste time trying to learn other stuff until you master C.

once a person is good at C.. the rest are a cakewalk.
 
^ +1 for K&R. I dont know why people go to some hefty books for C (mean beginners). Its short and has everything neatly laid out.
 
Back
Top