Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 05-08-2008, 08:13 PM   #1 (permalink)
Elevating Humanity
 
The Conqueror's Avatar
 
Join Date: Sep 2007
Location: Now on Earth
Posts: 1,954
Default Recommend me some Good books for C/C++,PHP


Hi all!
Can u please recommend me any good books for learning C/C++ , PHP ? Also video tutorials If any.
__________________
Regards,
The Conqueror
The Conqueror is online now  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 05-08-2008, 08:18 PM   #2 (permalink)
MMO Addict
 
amitava82's Avatar
 
Join Date: Jul 2004
Location: Bangalore
Posts: 1,474
Default Re: Recommend me some Good books for C/C++,PHP

Lynda.com video tutorial. You know where to get em.
__________________
Steam Profile || Personal Page
Warp drive active. Approaching stargate.
amitava82 is offline  
Old 05-08-2008, 08:20 PM   #3 (permalink)
Elevating Humanity
 
The Conqueror's Avatar
 
Join Date: Sep 2007
Location: Now on Earth
Posts: 1,954
Default Re: Recommend me some Good books for C/C++,PHP

Thanks mate ,ya i kno. but was thinking of opinion from experienced programmers.i will get lynda.com tutorials
__________________
Regards,
The Conqueror
The Conqueror is online now  
Old 05-08-2008, 08:24 PM   #4 (permalink)
MMO Addict
 
amitava82's Avatar
 
Join Date: Jul 2004
Location: Bangalore
Posts: 1,474
Default Re: Recommend me some Good books for C/C++,PHP

hey I'm experienced in PHP and started with Lynda..
__________________
Steam Profile || Personal Page
Warp drive active. Approaching stargate.
amitava82 is offline  
Old 05-08-2008, 08:26 PM   #5 (permalink)
M3TAL H3AD M3
 
skippednote's Avatar
 
Join Date: Feb 2007
Location: Highway To Hell
Posts: 1,376
Default Re: Recommend me some Good books for C/C++,PHP

If u want hard copy then try "Let us C"
__________________
I spit Rainbows.
skippednote is offline  
Old 05-08-2008, 08:26 PM   #6 (permalink)
Elevating Humanity
 
The Conqueror's Avatar
 
Join Date: Sep 2007
Location: Now on Earth
Posts: 1,954
Default Re: Recommend me some Good books for C/C++,PHP

Cool,Thanks mate for recommending me lynda.com . BTW how is totaltraining.com?
__________________
Regards,
The Conqueror
The Conqueror is online now  
Old 05-08-2008, 08:27 PM   #7 (permalink)
CG Artist
 
gaurav_indian's Avatar
 
Join Date: May 2006
Location: New Delhi,India
Posts: 1,462
Default Re: Recommend me some Good books for C/C++,PHP

^^ Nothing is better than books.
gaurav_indian is offline  
Old 05-08-2008, 08:28 PM   #8 (permalink)
MMO Addict
 
amitava82's Avatar
 
Join Date: Jul 2004
Location: Bangalore
Posts: 1,474
Default Re: Recommend me some Good books for C/C++,PHP

Quote:
Originally Posted by The Conqueror View Post
Cool,Thanks mate for recommending me lynda.com . BTW how is totaltraining.com?
I tried one of em but didn't like it.
__________________
Steam Profile || Personal Page
Warp drive active. Approaching stargate.
amitava82 is offline  
Old 05-08-2008, 08:29 PM   #9 (permalink)
Elevating Humanity
 
The Conqueror's Avatar
 
Join Date: Sep 2007
Location: Now on Earth
Posts: 1,954
Default Re: Recommend me some Good books for C/C++,PHP

@gaurav_indian : yeah i am getting some good books as well with videos.and btw i learnt some basic 3d in maya from lynda.com , their tutorials are excellent.
Quote:
Originally Posted by bassam904 View Post
If u want hard copy then try "Let us C"
Thanks , will try to get this.

How is for dummies series ? I read a lot of good reviews about this book on amazon.com
__________________
Regards,
The Conqueror

Last edited by The Conqueror; 05-08-2008 at 08:31 PM. Reason: Automerged Doublepost
The Conqueror is online now  
Old 05-08-2008, 11:18 PM   #10 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: Recommend me some Good books for C/C++,PHP

Quote:
Originally Posted by bassam904 View Post
If u want hard copy then try "Let us C"
Uh man... that book is exclusively for programmers interested in Windows. If you want to be a global C programmer get this book - http://books.google.com/books?id=3fZ...ummary_s&cad=0

This book is completely based on ANSI C that is supported everywhere.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 05-08-2008, 11:38 PM   #11 (permalink)
CAFEBABE
 
chandru.in's Avatar
 
Join Date: Mar 2008
Location: Bangalore
Posts: 474
Default Re: Recommend me some Good books for C/C++,PHP

"Let Us C" encourages lot of bad practices. Esp due to its recommendation of TC which is in itself a dinosaur compiler. I'm talking till 5th edition. Don't know if things have changed now.

ANSI C by Balaguruswamy is a good one. But even that misses few important subtleties of C. The best way to learn C is "The C Programming Language" by Ritchie himself (along with Kernighan). It gives you implementation details of even the standard libraries.

But you need to be a patient. It may not be having a very analogy filled style like other books. But it has almost all details about C.
__________________
Chandru

http://tuxychandru.blogspot.com
chandru.in is offline  
Old 06-08-2008, 09:02 AM   #12 (permalink)
Elevating Humanity
 
The Conqueror's Avatar
 
Join Date: Sep 2007
Location: Now on Earth
Posts: 1,954
Default Re: Recommend me some Good books for C/C++,PHP

Quote:
Originally Posted by The Unknown View Post
Uh man... that book is exclusively for programmers interested in Windows. If you want to be a global C programmer get this book - http://books.google.com/books?id=3fZ...ummary_s&cad=0

This book is completely based on ANSI C that is supported everywhere.
Thanks mate

Quote:
Originally Posted by chandru.in View Post
"Let Us C" encourages lot of bad practices. Esp due to its recommendation of TC which is in itself a dinosaur compiler. I'm talking till 5th edition. Don't know if things have changed now.

ANSI C by Balaguruswamy is a good one. But even that misses few important subtleties of C. The best way to learn C is "The C Programming Language" by Ritchie himself (along with Kernighan). It gives you implementation details of even the standard libraries.

But you need to be a patient. It may not be having a very analogy filled style like other books. But it has almost all details about C.
I will try to get balaugruswamy , heard a lot about him as well as the ritchie's book.
Thank you
__________________
Regards,
The Conqueror
The Conqueror is online now  
Old 06-08-2008, 09:24 AM   #13 (permalink)
Right Off the Assembly Line
 
Join Date: Aug 2008
Posts: 3
Unhappy Re: Recommend me some Good books for C/C++,PHP

for c & c++ Balaguru samy is the best book. And let us c by yashvant kanetkar is also good for c. And I also don't Know about PHP.I think 21 days is good for it.
pooja dudhatra is offline  
Old 06-08-2008, 09:55 AM   #14 (permalink)
Elevating Humanity
 
The Conqueror's Avatar
 
Join Date: Sep 2007
Location: Now on Earth
Posts: 1,954
Default Re: Recommend me some Good books for C/C++,PHP

^^Thank you..
I just got the video tutorials of PHP from lynda.com and they are amazing
__________________
Regards,
The Conqueror
The Conqueror is online now  
Old 06-08-2008, 10:22 AM   #15 (permalink)
CAFEBABE
 
chandru.in's Avatar
 
Join Date: Mar 2008
Location: Bangalore
Posts: 474
Default Re: Recommend me some Good books for C/C++,PHP

As an interesting read, if you are a novice programmer, try this.

http://norvig.com/21-days.html
__________________
Chandru

http://tuxychandru.blogspot.com
chandru.in is offline  
Old 06-08-2008, 10:29 AM   #16 (permalink)
Elevating Humanity
 
The Conqueror's Avatar
 
Join Date: Sep 2007
Location: Now on Earth
Posts: 1,954
Default Re: Recommend me some Good books for C/C++,PHP

Cool read,thanks
__________________
Regards,
The Conqueror
The Conqueror is online now  
Old 06-08-2008, 05:08 PM   #17 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: Recommend me some Good books for C/C++,PHP

Quote:
Originally Posted by chandru.in View Post
As an interesting read, if you are a novice programmer, try this.

http://norvig.com/21-days.html
nice one.

@thread_creator,

for PHP just read its super online manual!! that's the way I learnt PHP...
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 13-08-2008, 06:33 PM   #18 (permalink)
Right Off the Assembly Line
 
Join Date: Dec 2007
Location: Nadiad ,Gujarat,India
Posts: 17
Smile Re: Recommend me some Good books for C/C++,PHP

Read Free Resources for Learning Programming for more "Free Resources for Learning Programming"
anuj919 is offline  
Old 22-08-2008, 11:41 AM   #19 (permalink)
Elevating Humanity
 
The Conqueror's Avatar
 
Join Date: Sep 2007
Location: Now on Earth
Posts: 1,954
Default Re: Recommend me some Good books for C/C++,PHP

I am having exams and had lost track of this thread,sorry for late reply.
@The Unknown :
Thank you.
Quote:
Originally Posted by anuj919 View Post
Read Free Resources for Learning Programming for more "Free Resources for Learning Programming"
Thank you.
__________________
Regards,
The Conqueror
The Conqueror is online now  
Old 22-08-2008, 01:31 PM   #20 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: Recommend me some Good books for C/C++,PHP

For PHP - Programming PHP
Publisher : O'Reilly Media

nice book..
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline  
Old 22-08-2008, 08:49 PM   #21 (permalink)
Elevating Humanity
 
The Conqueror's Avatar
 
Join Date: Sep 2007
Location: Now on Earth
Posts: 1,954
Default Re: Recommend me some Good books for C/C++,PHP

Quote:
Originally Posted by Garbage View Post
For PHP - Programming PHP
Publisher : O'Reilly Media

nice book..
Thanks
Now I shall be getting all the books you all mentioned and should tell you how the books are after my exams (28th)
Thank you for helping me.
__________________
Regards,
The Conqueror
The Conqueror is online now  
Old 11-09-2008, 06:09 PM   #22 (permalink)
Addicted to FOSS
 
ManishSinha's Avatar
 
Join Date: Jan 2008
Location: Manipal
Posts: 32
Default Re: Recommend me some Good books for C/C++,PHP

For PHP - "PHP and MySQL Bible"

This was the book with which I started with. I felt that it contained all those which a beginner should know.
ManishSinha is offline  
Old 11-09-2008, 06:35 PM   #23 (permalink)
Here Since 2003
 
Indyan's Avatar
 
Join Date: Oct 2007
Location: LOST
Posts: 524
Default Re: Recommend me some Good books for C/C++,PHP

For C++ get Thinking With C++ by Bruce Eckel. Its a great book and you can even download it for free from Eckel's website. But the book assumes that you know some programming. Another good book is Accelerated C++.
Both of these books follow modern conventions and standardised C++ not the outdated crappy TC v3. Let US C is very entertaining, its easy to read and is a good first book to just warm up. But after glancing through it once and getting the basic ideas its best not to refer to it. For C try K&R.
__________________
My Blog :: http://www.pallab.net
Twitter :: http://www.twitter.com/indyan
Indyan is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Recommend a good TFT? raj.singla Reviews 12 07-08-2008 01:08 PM
Recommend some good Army games... go4saket Gamerz 22 30-04-2008 12:54 PM
Recommend A Good Cellphone for 5k a_k_s_h_a_y Mobiles and Tablets 10 04-11-2007 08:41 PM
Need Good .Net[C# and ASP] e books i googled it but in vain nothing good and easy Sinja Internet & WWW 2 29-09-2006 01:20 AM
Recommend a good DVD burning software drvarunmehta Software Q&A 26 30-07-2006 11:23 PM

 
Latest Threads
- by Sujeet
- by clmlbx
- by Sujeet
- by icebags

Advertisement




All times are GMT +5.5. The time now is 11:08 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2