It has been a long time coming since I announced that I was going to post the solutions to the book Accelerated C++. Well, I got really lazy and procrastinated. Then at the beginning of the year, life got a little complicated so I put this on hold.
Anyway here it is. I'm posting solutions starting from chapter 2 to the beginning of chapter 12. You will notice that some problems are missing, especially all the *-0. The problems that are missing are what I remember being trivial, such as typing in the source code from the examples in the book, or slightly modifying a previous problem.
I'm really sorry, but I won't be providing detailed explanations for each solution like the author in parks computing, which you can see in a previous post I made. It would just take too much time. However, you can leave a message here, or shoot me an e-mail to arroyjose at gmail dot com, if you need clarification or help.
NOTE These are a set of solutions to the problems. There are many other ways to get the correct result, that aren't the same as mine, and in all likelihood, there are probably better solutions. A word of advice is to try to figure out the problems yourself, and use my solutions to see how another person implemented the same answer.
NOTE 2 I used Visual Studio and I'm providing the solutions in the folder structure that Visual C++ creates for a project. My apologies to those in Linux and other systems.
NOTE 3 The solutions are provided in a dropbox link until I find a better way to distribute them. At some point I intend to finish all the problems, but I don't want to give a date.
Here they are. Good luck!
Accelerated C++ Solutions
No comments:
Post a Comment