This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes C / C++ and the fly likes questions for c++ without fear Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Languages » C / C++
Reply Bookmark "questions for c++ without fear" Watch "questions for c++ without fear" New topic
Author

questions for c++ without fear

xin wei
Greenhorn

Joined: Jul 22, 2007
Posts: 9
I have 2 questions :
1. which level of readers is this book target for? novice? or intermedia level user?
2. java has a lot of good framework like struts, hibernate, spring, etc... to be a good programmer of c++, which c++ framework need to be learn? how about QT?

thanks a lot for the reply.
Brian Overland
author
Ranch Hand

Joined: Sep 09, 2011
Posts: 36
Hi. Brian Overland here....

1) The book is for absolute beginner up through intermediate, although even advanced programmers should find the sections on new features useful, as well as the 75-page reference section in the back.

Oh, the other question... I'll have to go back and look at your post and respond again...
Brian Overland
author
Ranch Hand

Joined: Sep 09, 2011
Posts: 36
Oh, answer to #2...


The Standard Template Library (STL) comes with nearly all C++ compilers now (including free ones) and has marvelous capabilities extending C++ way beyond its basic capabilities and the old capabilites of the stanard run-time library inherited mostly from C. My book includes an introduction to some of the most commonly used features of STL.

I don't go into Windows programming or Microsoft Foundation Classes (MFC) used in Msft Visual Studio. But that is what I'd recommend for Windows programming, at least. You'd get all that by buying Microsoft Visual Studio.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: questions for c++ without fear
 
Similar Threads
Interview Questions
Benefits and drawbacks of struts
Reviews Required.
Cleared SCJP 5.0 today with 94%
where can i get help on Struts 2?