.net - Best place to learn C++ for a C# programmer -
After the first release of .NET, I am now developing using C #. I have never spent on C or C ++ and thought that to get some more awareness it would be a good idea whether anyone has any recommendations for sites, which can provide a good learning / tutorial, Is that the C ++ experience for enterprise in C ++?
Thanks
Warning: C ++ is not C and only C ++ is concerned with. If you are already AC # Developer I think that you should work in three different directions: 1) Copy the semantics, memory management and CONST keywords, These are the main differences between C # and C ++, introduce yourself to the copy constructor, the director and the assignment operator. Learn how to use RAII idioms I will also suggest a master of effective C + week. This is a great resource. The more effective C ++ is a good lesson on the difference between the pointer and the context. 2) You have to familiarize yourself with the standard library, in my opinion this is a very good book 3) Standard library is great but not enough, you will soon be able to Promotion will be required. I am reading this book at this time I have not yet completed it, but it looks like far away. To continue the practice, you would prefer coding in C ++.
Comments
Post a Comment