控制台应用程序后要做什么 [英] What to do after Console Apps

查看:57
本文介绍了控制台应用程序后要做什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我已经完成了两本关于C ++的书籍,这两本书都是在控制台应用程序上,Sams每天1小时教授C ++,每个人都有C ++,现在我想要进行Visual编程但是我对于从哪里开始可视化编程感到困惑,我下载了Visual Studio 2012,但在Visual C ++选项卡下有很多Visual C ++编程选项,我对控制台编程后从哪里开始有点困惑。

解决方案

从Win32应用程序开始:窗口,对话框等。您也可以获得 Windows编程 [ ^ ]作者Charles Petzold。 http://www.winprog.org/ 上有一些很好的在线教程[ ^ ], http:// www .relisoft.com / index.htm [ ^ ]和 http://www.functionx.com/win32/index.htm [ ^ ]。当然,很多CodeProject文章都在 http://www.codeproject.com/Chapters/1/ Desktop-Development.aspx [ ^ ]。


最简单的起点可能是使用WinForms C ++应用程序:创建一个新项目,然后选择Windows Forms Application作为类型。



但我会选择另一本书,无论你采取哪种方式,都有相当多可以学习:这可能有所帮助: Ivor Horton的Beginning Visual C ++ 2008 [ ^ ]或者2010年和2012年有更新版本(但我还没看过): Ivor Horton的开始Visual C ++ 2012 [ ^

Hi,
I have completed two books on C++ both of them are on console applications,Sams Teach C++ 1 hour a Day and C++ for Everyone,now I want to get forward to Visual programming but i am confused on where to start in visual programming ,i downloaded Visual Studio 2012 but under visual C++ tab there are many options for Visual C++ Programming, i am a bit confused on where to start now after console programming.

解决方案

Start with the Win32 applications: Window, Dialog etc. You would also do well to get a copy of Programming Windows[^] by Charles Petzold. There are also some good online tutorials at http://www.winprog.org/[^], http://www.relisoft.com/index.htm[^] and http://www.functionx.com/win32/index.htm[^]. And, of course, lots of CodeProject articles at http://www.codeproject.com/Chapters/1/Desktop-Development.aspx[^].


The easiest place to start is probably with a WinForms C++ app: create a new project, and select "Windows Forms Application" as the type.

But I'd go with another book, as whichever way you do go, there is a considerable about to learn: this may help: Ivor Horton's Beginning Visual C++ 2008[^] or there is a more up-to-date-versions for 2010 and 2012 (but I've not read them): Ivor Horton's Beginning Visual C++ 2012[^]


这篇关于控制台应用程序后要做什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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