阅读完整的参考资料后,学习c ++的下一步 [英] next step in learning c++ after reading a complete reference

查看:71
本文介绍了阅读完整的参考资料后,学习c ++的下一步的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨 阅读完整的参考资料并理解语言基础后,下一步学习c ++的步骤是什么?
哪本书?
感谢

解决方案

SA的建议非常好-基本上回去练习.如果您想尝试一些更结构化的方法,我建议Bjarne Stroustrup撰写的编程-使用C ++的原理和实践"作为解决问题的好方法.

现在,您知道(或至少可以很快找到)使用道德指南可以使用的语言中的合法内容-可以告诉您应该要做的事情.两个非常不错的例子是Herb Sutter的"Exceptional C ++"和Scott Myers的"Effective C ++".您需要Myer的书BTW的第三版.从亚马逊或当地书店购买它们,他们将把您的时间和金钱花费还给您几百倍.

您可以抓取更多的书,这些书非常好,但其中三本可以脱颖而出,可以重复使用.

练习很多,继续阅读并参与此处的讨论.只是不要要求我们为您做功课:-)

干杯,

Ash


第一步,很好,恭喜.

下一步是:从头开始重新阅读,这次是在每章上进行简单练习.在这一步上,我将仅通过简单的控制台应用程序来限制您的编程活动.同时,尽量不要跳过任何精致的编程技术.尝试对所有您不了解100%的东西进行编程,以使其最终完全理解.



我最近了解了一个很好的C ++教程/参考: http://www.learncpp.com/ [


hi what is next step in learning c++ after reading a complete reference and understanding the language basics?
which book?
thanks

解决方案

SA''s advice is pretty good - basically go back and practise. If you want some more structured things to try I''d recommend "Programming -- Principles and Practice Using C++" by Bjarne Stroustrup as a good source of problems.

Now you know (or can at least find quickly) what''s legal in the language you could probably do with a morality guide - something that tells you what you should do. Two really good ones are "Exceptional C++" by Herb Sutter and "Effective C++" by Scott Myers. You want the third edition of Myer''s book BTW. Grab them off Amazon or a local book store, they''ll pay you back several hundred times what they cost in time and money.

There''s loads more books you could grab that are pretty good but those three stand out for repeated use.

Practise lots, keep reading and get involved in discussions on here. Just don''t ask for us to do homework for you :-)

Cheers,

Ash


The first step was pretty good, congratulations.

Next step is: read it again from the very beginning, this time doing simple exercises on each chapter. On this step, I would limit your programming activity by just simple console applications. At the same time, try not to skip any delicate programming techniques. Try to program everything that you don''t understand 100% clearly, in order to finally understand it well.

[EDIT]

A good C++ tutorial/reference which I learned about recently:
http://www.learncpp.com/[^].

It has a strong focus of C++ 11, which I find very useful.

—SA


Reading books is a fine way to brush up on a language, but it''s no substitute for actual experience using the language. Try to write little projects that target the different things that you''ve learned; gradually increase their complexity until you get used to thinking in the language.

To help you with the language, I would suggest that you also look at the book "Thinking in C++". It''s one of the de-facto standards when it comes to getting to grips with the language.


这篇关于阅读完整的参考资料后,学习c ++的下一步的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆