简体   繁体   English

什么是同时学习C ++和Qt的最佳方法?

[英]what's the best way to learn C++ and Qt at the same time?

Hi I did A Google search and couldn't find anything, 嗨,我做了谷歌搜索,找不到任何东西,

so I wanna learn Qt/C++ my University (I'm a first year CompSci Student) won't be teaching C++ next year which is a big disappointment 所以我想学习Qt / C ++我的大学(我是CompSci学生的第一年)明年将不会教C ++,这是一个很大的失望

I already know Python and dabbled in LaTeX, Javascript, C++ 我已经了解Python并涉足LaTeX,Javascript,C ++

I'm currently helping out a free software project Clementine but it's programmed in Qt/C++ and I don't know enough of both to help out enough. 我目前正在帮助一个免费的软件项目Clementine,但它是用Qt / C ++编程的,我不知道两者都足够帮助。

Is there any tips, Tutorial, howtos out there? 有没有提示,教程,怎么样?

Don't learn both at the same time. 不要同时学习两者。 Learn C++, then learn Qt. 学习C ++,然后学习Qt。 Grab a book about C++ , then a book about Qt ; 拿一本关于C ++ ,然后是一本关于Qt ; there is no substitute for a good book. 一本好书无可替代。

Trying to learn C++ and Qt at the same time is like trying to learn the alphabet while reading Shakespeare. 试图同时学习C ++和Qt就像在阅读莎士比亚时学习字母一样。

I don't think it's an impossible thought learning both at the same time. 我不认为这是一个不可能的想法同时学习。 Since you already know Python, try learning some basic Qt concepts by implementing something simple in PyQt or PySide . 既然你已经了解Python,那么尝试通过在PyQtPySide中实现一些简单的东西来学习一些基本的Qt概念。 Learn C++ by writing simple console programs. 通过编写简单的控制台程序来学习C ++。 Once you've mastered C++, try doing the same stuff with Qt using C++. 一旦掌握了C ++,尝试使用C ++对Qt进行相同的操作。 It's a fact that you'll get a lot more help and code examples from people using C++, so you shouldn't just be satisfied with using Python to implement Qt programs. 事实上,您将从使用C ++的人那里获得更多帮助和代码示例,因此您不应只对使用Python实现Qt程序感到满意。

From Qt's website: How to learn Qt and Qt tutorials . 来自Qt的网站: 如何学习QtQt教程 Since you're familiar with programming already, the Best Practices might be of interest too. 既然您已经熟悉编程,那么最佳实践也可能会引起人们的兴趣。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 值得花时间投资学习Qt(c ++)? - worth the time investment to learn Qt (c++)? Qt/C++:在 Qt 事件循环中异步调用方法的最佳方法是什么,而不必将其名称写为字符串? - Qt/C++: What's the best way to call a method asynchronously in Qt event loop without having to write its name as string? 构建相同C / C ++应用程序变体的最佳方法是什么 - What's the best way to build variants of the same C/C++ application 在C ++中使编译时常数取决于类型大小的最佳方法是什么? - What is the best way in C++ to have a compile-time constant depend on a type's size? 在 C/C++ 上传输数据的最佳(最简单)方法是什么 - What's the best(easiest) way to transfer data on C/C++ 如果我在学习和工作上的时间有限,首先要学习什么-C ++ / STL / QT或.NET / C#? - What to learn first - C++/STL/QT or .NET/C# - if I have limited time while learning and working? 继续使用高级C ++的最佳方法是什么? - What's the best way to move on to advanced C++? 在C ++中将指针表示为字符串的最佳可移植方式是什么? - What's the best portable way to represent pointer as string in C++? 在 C++ 中清除容器的最佳方法是什么? - What's the best way to clear a container in C++? 在Mac上编写c ++的最佳方法是什么? - What's the best way to program c++ on a Mac?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM