Pls suggest some resources
-
Hi All, Well, I have an average knowledge in C++. I'd like to improve my understanding and knowldge in C++. Could you please suggest some books, sites or blogs? What is your opinion about C++ Gems? I haven't read it yet :( SaRath.
"Do Next Thing..." Understanding State Pattern in C++ -
Hi All, Well, I have an average knowledge in C++. I'd like to improve my understanding and knowldge in C++. Could you please suggest some books, sites or blogs? What is your opinion about C++ Gems? I haven't read it yet :( SaRath.
"Do Next Thing..." Understanding State Pattern in C++ -
:( SaRath.
"Do Next Thing..." Understanding State Pattern in C++ -
:-D Darka [Xanya]
-
:( SaRath.
"Do Next Thing..." Understanding State Pattern in C++I don't want to be mean, but if you are an intermediate C++ developer, then you should already know where to look, if not, then there is google (or microsoft live if you prefer :)) Darka [Xanya]
-
Hi All, Well, I have an average knowledge in C++. I'd like to improve my understanding and knowldge in C++. Could you please suggest some books, sites or blogs? What is your opinion about C++ Gems? I haven't read it yet :( SaRath.
"Do Next Thing..." Understanding State Pattern in C++Scott Meyers is good[^]. This is good if you want to get your head around template metaprogramming[^]. Ryan
"Michael Moore and Mel Gibson are the same person, except for a few sit-ups. Moore thought his cheesy political blooper reel was going to tell people how to vote. Mel thought that his little gay SM movie about his imaginary friend was going to help him get to heaven." - Penn Jillette
-
I don't want to be mean, but if you are an intermediate C++ developer, then you should already know where to look, if not, then there is google (or microsoft live if you prefer :)) Darka [Xanya]
I actually meant to know about some good books in C++. definitely we will get enough resource if we google. Many people will have some opinions about books this is something we could not get by googling and searching by live.com :( SaRath.
"Do Next Thing..." Understanding State Pattern in C++ -
Scott Meyers is good[^]. This is good if you want to get your head around template metaprogramming[^]. Ryan
"Michael Moore and Mel Gibson are the same person, except for a few sit-ups. Moore thought his cheesy political blooper reel was going to tell people how to vote. Mel thought that his little gay SM movie about his imaginary friend was going to help him get to heaven." - Penn Jillette
Thanks alot. "The modern design of C++" seems to be a good one where i was searching for one like that. SaRath.
"Do Next Thing..." Understanding State Pattern in C++ -
Hi All, Well, I have an average knowledge in C++. I'd like to improve my understanding and knowldge in C++. Could you please suggest some books, sites or blogs? What is your opinion about C++ Gems? I haven't read it yet :( SaRath.
"Do Next Thing..." Understanding State Pattern in C++this [^]
-
I don't want to be mean, but if you are an intermediate C++ developer, then you should already know where to look, if not, then there is google (or microsoft live if you prefer :)) Darka [Xanya]
Darka wrote:
I don't want to be mean, but if you are an intermediate C++ developer, then you should already know where to look, if not, then there is google (or microsoft live if you prefer :))
Crap, it is always better to get the recommendation from experts (as will be found on CP) than from random sites on the web or randoms books chosen from the short description on the back. Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004
-
Hi All, Well, I have an average knowledge in C++. I'd like to improve my understanding and knowldge in C++. Could you please suggest some books, sites or blogs? What is your opinion about C++ Gems? I haven't read it yet :( SaRath.
"Do Next Thing..." Understanding State Pattern in C++Get the Sutter books: "Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions", "More Exceptional C++", and "Exceptional C++ Style : 40 New Engineering Puzzles, Programming Problems, and Solutions". Also the Scott Meyers book "Effective C++ : 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)" (do be sure to get the latest 3rd Edition). I'm sure there's something to learn from Lippman's C++ Primer too.