September 14th, 2007, 12:13 am
Quote IMO doing C++ part-time (for lack of a better term) is very difficult. You cannot learn it from any book without spending months and years taming this beast.Then I would advise C# instead. Easier.And don't forget templates!!!! Exactly what I think! But, for a student like me, this is a "chicken & egg" problem: you don't get good at C++ without doing industrial level projects for several years and as a student you don't get such experience. So, my aim is just to show that I am willing to learn/improve myself. So, I want to mention these books on one hand, however on the other hand, I don't want them take too much attention to turn my interviews into C++ interviews: at the end of the day, my knowledge/experience is basic. What should I do? just say "basic C++" or mention these books and/or relevant code (e.g. simple MC, FDM, Trees etc..) as well.QuoteOk, being enthusiastic about C++ is good, but you must mean it. When I meet people I know within 10 minutes if they like C++ BTW, did you run the code in my book? Reading is not enough. BBTW I have 2 books-> intro(2006) and advanced (2004)I have the 2004 version of your books. Very nice book. mostly about FDM. the first 18 chapters or so took some patience, but everything came together very nicely around Chp 20. I ran your code, and even implemented some of your classes in my own code. I also coded all the exercises in MJ's Design Patterns book.Btw, to your point: I truly like C++. It's the only language that really requires a clever mind for a nice code/structure that I know of. However, I am also aware that I don't have enough experience.