本文介绍了C ++中的GUI开发:大家推荐什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好!

因此,我在c ++中研究的概念是序列,选择,重复,面向对象(封装,继承,多态),通过动态内存一般地处理类.我是第一个合作社学期的大学A +学生,我想知道接下来应该去哪里,以便继续发展对语言的理解.所以我问一位教授,我下一步应该去哪里.他推荐使用win32或MFC.现在我不知道两者之间的区别,还是同一件事?如果它们不同,那么每个人都会为初学者推荐使用哪种c ++ GUI?我也想知道是否有人会向我推荐任何好的教程或书籍.

我已经用Java和Visual Basic制作了GUI(提供此信息以防万一,这对我有帮助).如果我的问题不够具体,是否需要更多信息,请告诉我!

谢谢大家的宝贵时间!
robNO.

更新:

感谢大家的意见!它使我对需要做的事情和所有选择有了很好的了解!

谢谢大家,保重!!
robNO.

解决方案



Hi everybody!

So The concepts I have studied in c++ are Sequence, Selection, Repetition, Object-Oriented (Encapsulation, Inheritance, Polymorphism), handling classes Generically with Dynamic Memory. I am an A+ student in college on my first co-op term and I am wondering where should I go next in-order to keep developing my understanding of the language. So I Asked one of my professor where should I go next. He recommended either win32 or MFC. Now I do not know the different between the two or are they the same thing? and if they are different which one would everyone recommend for beginner getting into c++ GUI''s? I am also wondering if there are any good tutorials or books anyone would recommend to me.

I have made GUI''s with Java and Visual Basic ( providing this information just in case it would be helpful) I am sorry if my question is not specific enough and if more information is require let me know!

Thanks for everyone''s time!!!
robNO.

UPDATE:

Thanks for everyone''s opinion! It has given me a great idea of what I need to do and of all my options!!

Thanks everyone and take care!!
robNO.

解决方案




这篇关于C ++中的GUI开发:大家推荐什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-15 23:34