473,387 Members | 3,810 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

C++ book recommendation

FC
Hi all:
I am looking for a C++ book that will help me take my skills to the next
level. My highest level of C++ education goes as far as the Data
Structures class in college. As part of a project for another class
(SystemC) I have to modify this code that is (as far as I know)
industrial grade code. And off course, I am having problems with it. I
do have the Stoutstrup (spelled right?) book, but I found it hard to
understand. May be I need something that will leave me ready for that
book. With that information in mind please recommend me a book.
Jul 23 '05 #1
9 1543
FC wrote:
Hi all:
I am looking for a C++ book that will help me take my skills to the next
level. My highest level of C++ education goes as far as the Data
Structures class in college. As part of a project for another class
(SystemC) I have to modify this code that is (as far as I know)
industrial grade code. And off course, I am having problems with it. I
do have the Stoutstrup (spelled right?) book, but I found it hard to
understand. May be I need something that will leave me ready for that
book. With that information in mind please recommend me a book.


The second version of C++ Primer is a good start.

Doug
Jul 23 '05 #2
FC wrote:

Hi all:
I am looking for a C++ book that will help me take my skills to the next
level. My highest level of C++ education goes as far as the Data
Structures class in college. As part of a project for another class
(SystemC) I have to modify this code that is (as far as I know)
industrial grade code. And off course, I am having problems with it. I
do have the Stoutstrup (spelled right?) book, but I found it hard to
understand. May be I need something that will leave me ready for that
book. With that information in mind please recommend me a book.


See the alt.comp.lang-learn.c-c++ FAQ for some recommendations.

http://ma.rtij.nl/acllc-c++.FAQ.html

--
Karl Heinz Buchegger
kb******@gascad.at
Jul 23 '05 #3
On 2005-03-25, FC <fc*****@NOJUNKcomcast.net> wrote:
Hi all:
I am looking for a C++ book that will help me take my skills to the next
level. My highest level of C++ education goes as far as the Data
Structures class in college. As part of a project for another class
(SystemC) I have to modify this code that is (as far as I know)
industrial grade code. And off course, I am having problems with it. I
do have the Stoutstrup (spelled right?) book, but I found it hard to
understand. May be I need something that will leave me ready for that
book. With that information in mind please recommend me a book.


Stroustrup is a good book, but it's more of a reference.

I'd recommend these 3 books.

Accelerated C++ (Koenig/Moo)
Effective/More Effective C++ (Meyers)

Cheers,
--
Donovan Rebbechi
http://pegasus.rutgers.edu/~elflord/
Jul 23 '05 #4
FC wrote:
I am looking for a C++ book that will help me take my skills to the next
level. My highest level of C++ education goes as far as the Data
Structures class in college. As part of a project for another class
(SystemC) I have to modify this code that is (as far as I know)
industrial grade code. And off course, I am having problems with it. I
do have the Stoutstrup (spelled right?) book, but I found it hard to
understand. May be I need something that will leave me ready for that
book. With that information in mind please recommend me a book.


Design Patterns
Refactoring
Test-Driven Development
Refactoring to Patterns.

Except most of them use Java. Forgive them - they know not what they do.

--
Phlip
http://industrialxp.org/community/bi...UserInterfaces

Jul 23 '05 #5
FC wrote:
Hi all:
I am looking for a C++ book that will help me take my skills to the next level. My highest level of C++ education goes as far as the Data
Structures class in college. As part of a project for another class
(SystemC) I have to modify this code that is (as far as I know)
industrial grade code. And off course, I am having problems with it. I do have the Stoutstrup (spelled right?) book, but I found it hard to
understand. May be I need something that will leave me ready for that book. With that information in mind please recommend me a book.


I strongly recommend the C++ Primer (4th version). It is a really nice
beginning book. easy to understand and lots of examples

Jul 23 '05 #6

"Douglas Dou" <do*********@yahoo.com> wrote
I am looking for a C++ book that will help me take my skills to the next
level. My highest level of C++ education goes as far as the Data
Structures class in college. As part of a project for another class
(SystemC) I have to modify this code that is (as far as I know)
industrial grade code. And off course, I am having problems with it. I do
have the Stoutstrup (spelled right?) book, but I found it hard to
understand. May be I need something that will leave me ready for that
book. With that information in mind please recommend me a book.
The second version of C++ Primer is a good start.
Doug


.... And of course the 3rd and 4th editions are even better, especially
because the 2nd edition was published in 1991 !

Tommaso Galleri
Jul 23 '05 #7
FC wrote:
Hi all:
I am looking for a C++ book that will help me take my skills to the next
level. My highest level of C++ education goes as far as the Data
Structures class in college. As part of a project for another class
(SystemC) I have to modify this code that is (as far as I know)
industrial grade code. And off course, I am having problems with it. I
do have the Stoutstrup (spelled right?) book, but I found it hard to
understand. May be I need something that will leave me ready for that
book. With that information in mind please recommend me a book.

http://www23.brinkster.com/noicys/learningcpp.htm
--
Ioannis Vranos

http://www23.brinkster.com/noicys
Jul 23 '05 #8
Add
"Effective STL" (Scott Meyers) to the two earlier Meyers books.
Also Add
"Inside the Object Model" (Stanley Lippman)
His C++ blog posting.
http://blogs.msdn.com/slippman

A good UML book will go a long way also.
Heres one I like alot. Espeacily in undersatanding design patterns.
"Real time UML: Developing Efficient Objects for Embedded Systems"
(Bruce Powel Douglass)
Dont let the realtime or embedded reference throw you this is a good
UML book it also just happens to be a good real time embedded book.

Noit sure if your working on a windows platform if so you might want to
also add.
"Win32 System Services
The heart of windows 98 and windows 2000"
(Marshal Brain, Ron Reeves)

Jul 23 '05 #9
FC
A good UML book will go a long way also.
Heres one I like alot. Espeacily in undersatanding design patterns.
"Real time UML: Developing Efficient Objects for Embedded Systems"
(Bruce Powel Douglass)
Dont let the realtime or embedded reference throw you this is a good
UML book it also just happens to be a good real time embedded book.


hmm, thanks. I think I need to buy that book anyway for my embedded
systems class next semester.
Jul 23 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: php newbie | last post by:
I have the Transact-SQL Programming book from O'Reilly. It was published in 1999. It states that "SELECT ... INTO" statements end up locking the entire database of the target table. Since the...
0
by: Phil Da Lick! | last post by:
Hi all, I am about to move into programming using an xml web services model. The first thing I need to know is whether you can use them privately within a corporate LAN, or whether you need to...
2
by: Bruce Dodds | last post by:
I will be doing an app for a nonprofit. It would be useful for them to have a good entry-level book on Access so that they don't have to pay someone to design all their queries and reports. I'm not...
3
by: Alan | last post by:
I got a book : C# Primer Plus, this is about the C#. I am going to learn Visual C#, another book recommendation about this specific topic ? I don't want a book repeat the C# stuffs already in my...
9
by: Reginald Blue | last post by:
I asked this before, although several months ago, and I want to make sure the recommendation hasn't changed. I'm a developer who is working on a Web application, but most of my work is at the...
16
by: Robert Zurer | last post by:
Can anyone suggest the best book or part of a book on this subject. I'm looking for an in-depth treatment with examples in C# TIA Robert Zurer robert@zurer.com
6
by: ted | last post by:
Hi, I have been programming for about 5 years mainly on client apps that are standalone and n-tier. I have very little experience with web development. I need a recommendation on a book that...
4
by: Huy | last post by:
I am in need of a book recommendation to pick up C++ properly and elegantly. I program extensively within the Python programming language and have a decent grasp of OOP (possibly could be better)...
3
by: Lauren Quantrell | last post by:
After a few years of Access VBA it's time to learn C#.Net. Can anyone recommend a book that is good for someone with no experience other than VBA?
14
by: At_sea_with_C | last post by:
Hello all, Im some way in C and i have to start on C++ to. I want your opinions on Teach yourself C++ in 21 days by Jessi Liberty. Can I go with it as my first book are are there better ones? ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.