高级C ++(需要帮助) [英] advanced c++ (need help)

查看:61
本文介绍了高级C ++(需要帮助)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是的,所以我学习了C ++的基础知识,能为我提供一些技巧,示例或解释(例如字符串,应用程序,复杂程序)等等!!!!!

yeah, so i learnd the basics of C++, can you help me with some tips, examples or explanations(like strings, apps,complex programs) and so on!!!!

推荐答案

您可能会学到更多的C++阅读(学习)书籍和开发应用程序.没有诸如提示和工具之类的快捷方式.
You may learn a bit more of C++ reading (studying) books and developing applications. There aren''t shortcuts like tips & tricks for this.


它需要一本名为"C ++技巧和窍门"的整本书.首先,您如何期望在 Quick 问题与解答中发布此类图书?答案?同样,这样的书可能存在,但这并不是关于这些主题的最佳文献.您需要一些教育,而不是技巧和窍门-同意CPallini.

—SA
It calls for a whole book called "C++ tips and tricks". First, how could you expect posting such book in Quick Questions & Answers? Also, such book might exist, but this is not the best kind of literature on such topics. You need some education, not tips and not tricks — agree with CPallini.

—SA


我能提供的最佳建议是获得一些您自己的经验.考虑一个您想从事的小项目,看看是否可以用您所了解的C ++来实现它.如果遇到障碍,您无法想象如何解决,请提出问题,然后会有很多人愿意提供帮助.

我建议您不要在第一个项目中使用任何花哨的东西-只是简单的文本输入和输出,或者也许是从文件中读取和写入文件.还没有图形,还没有数据库,也没有与互联网相关的东西(虽然其他编程语言支持Web应用程序的轻松开发,但C ++并不是其中之一!)

之后添加图形.为此目的,请检查工具:e. G. Visual Studio提供了一个向导"来创建基于Windows或对话框的应用程序. (包括教程)还有其他工具,其中一些是免费的.根据您的目标,您可能更喜欢其中之一.请注意,图形功能不是C ++的一部分,这就是为什么我建议不要从一开始就添加它的原因-它要求您学习C ++以外的知识,并可能使您偏离学习语言的目标.

数据库或Internet访问也是如此:需要添加附加库并学习如何使用它们的功能.
The best advice I can give is to get some experience of your own. Consider a small project that you would like to work on and see if you can realize it with what you know of C++. If you encounter a roadblock, anything that you can''t imagine how to solve, post a question about that and there will be plenty of people willing to help.

I suggest you don''t use anything fancy in your first projects - just simple text input and output, or maybe reading from and writing to files. No graphics (yet), no databases, and no internet-related stuff (while other programming languages support the easy development of web apps, C++ is not one of them!)

After that add graphics. Check out tools to that end: e. g. Visual Studio provides a ''wizard'' for creating windows- or dialog-based applications. (including tutorials) There are other tools, some of them free. Depending on your goals you might prefer one of those. Note that graphics functionality is not part of C++, that is why I advised against adding that from the start - it requires you to learn something in addition to C++ and may distract you from your goal to learn the language.

The same goes for databases or internet access: that is functionality which requires adding additonal libraries, and learning how to use them.


这篇关于高级C ++(需要帮助)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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