Support Forums
Any C++ books you recommend me? - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Programming with C++ (https://www.supportforums.net/forumdisplay.php?fid=20)
+---- Thread: Any C++ books you recommend me? (/showthread.php?tid=5628)

Pages: 1 2 3


RE: Any C++ books you recommend me? - FiLTHY - 05-20-2010

(04-06-2010, 09:17 PM)Mar0x Wrote: I've been reading this one for a little while, it doesn't seem too bad.

http://newdata.box.sk/bx/c/htm/ch01.htm

I have this book also it is good for beginning helped me allot.


RE: Any C++ books you recommend me? - delme - 05-22-2010

I learned from "sams teach yourself C++ in 21 days", I couldn't find a download so i uploaded it for anyone that wants it:
http://www.mediafire.com/?zkmymzdwdy3

Theres also versions for C and VC++


RE: Any C++ books you recommend me? - Yang- - 08-26-2010

Donot learn programming by reading books.. Its a language. Take some source, reverse engineer it using google.. Gradually you will make it.


RE: Any C++ books you recommend me? - Eminent - 08-30-2010

Do- learn c++ in 21 days


RE: Any C++ books you recommend me? - Secret - 09-21-2010

Well, you don't necessarily need to buy the books. You can download them or even use an internet version.


RE: Any C++ books you recommend me? - DAMINKā„¢ - 09-22-2010

I have a video you might like?

I used it and it rocks. It starts from the absolute basics and gets very advanced.
No prior experience needed at all.
Here is the opening screen.

[Image: Capture-2.jpg]

Its a big download. File size: 571.86 MB in a single file.
http://www.megaupload.com/?d=BJ4LOVGM
Now before anyone asks. This is mine. This is not just a warez copy. I just put it on mega for well... Points but also for the reliability of the download size.
Enjoy. I know i used to when i played with C.
If you are interested in it and want more screeners etc to know what it does then let me know mate and i will up them for you.


RE: Any C++ books you recommend me? - Disease - 10-06-2010

(08-26-2010, 10:36 AM)Yang- Wrote: Donot learn programming by reading books.. Its a language. Take some source, reverse engineer it using google.. Gradually you will make it.

Programming isn't just writing code. It's logical reasoning, algorithm design and implementation, comprehending and utilizing design patterns, testing (arguably that could be grouped with writing code if you're a test-driven developer as is desirable), debugging, performance tweaking, and the list goes on. Truthfully, writing code isn't even how a programmer spends the majority of their time.

Reading source code might teach you pieces of the language. But it won't teach you how to be a programmer.


RE: Any C++ books you recommend me? - Zankza - 10-08-2010

problem sloving with c++, pretty great for total begin like me.

It explains as if you dont know any else language, and it explains WHY it's like that.

Pretty detailed and it's worth it...


RE: Any C++ books you recommend me? - ariton - 10-08-2010

There are just so many C++ learner sites; just type at gogle: C++ helping sites or eBooks; you will find tons of 'em.


RE: Any C++ books you recommend me? - Zankza - 10-08-2010

(10-08-2010, 02:28 AM)ariton Wrote: There are just so many C++ learner sites; just type at gogle: C++ helping sites or eBooks; you will find tons of 'em.
Yes but don't forget they only explain part of c++ language, textbooks explain whole language.


Also they syncs things, and teach you stuffs when its time to. So you dont have to worry what to learn first and later.