如何使用C ++创建应用程序 [英] How Do I Create Applications With C++

查看:179
本文介绍了如何使用C ++创建应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我真的很喜欢你的链接和导师。我有最需要的c ++知识

但我想知道如何创建一个应用程序。给我发电子邮件!!!电子邮件地址删除!!!



除非你喜欢垃圾邮件,否则不要把你的电子邮件地址放在公共论坛上。

i would really appriciate your links and tutors. i have most required knowledge of c++
but i want to know how to create an app. email me also !!!EMAIL ADDRESS REMOVED!!!

NEVER put your email address in a public forum unless you love to get tons and tone of spam.

推荐答案

参见学习C ++ - Google搜索 [ ^ ]。




试图根据您对我的评论的回复回复:

你需要做出一系列决定:



1)。你想要做什么,即你的申请服务的目的是什么?

2)。您想要定位到哪个平台:Linux或Windows或其他任何平台?

3)。您希望使用哪个库或框架?

4)。还需要哪些其他工具,如IDE等。



和最后但并非最不重要

5)。如何寻求帮助?



通常GUI应用程序是在某些库的帮助下构建的。这些库简化了创建用户界面元素,为UI元素等编写事件处理程序等任务的工作。

取决于您要为其构建应用程序的操作系统,

您必须决定要使用哪个库:

对于Windows,广泛使用的库由Microsoft提供: MFC [ ^ ]。这个库是windows独有的。



还有另一个流行的框架可以同时针对Windows和Linux: Qt [ ^ ]



MFC的首选IDE是Visual Studio。您可以从官方Microsoft下载中心 Microsoft Visual Studio Community 2015获得全功能版本 [ ^ ] (这将是大量下载可能超过7GB)或在的有限功能试用版Visual Studio Express [ ^ ](相比之下,这是一个较小的下载大小,但它将在90天后到期)



Qt拥有自己的Qt创建者和IDE。



无论您选择哪个操作系统和库,首先要查看互联网上提供的样本。这些示例应用程序演示了这些库的各种功能的用法和范围。



关于最后一个问题,您需要学习如何使用Google。如果您正在制作一个项目并陷入某个地方,CodeProject等网站将非常有用。



请通过 this link [ ^ ]。



网上有很多资源,你需要做的就是探索。

也许你可以从这里开始 [ ^ ]



希望这有帮助!!

trying to reply based on your reply to my comment :
you need to make a series of decisions:

1). what exactly you want to make i.e. what purpose will your application serve ?
2). which platform you want to target : Linux or windows or any other ?
3). which library or framework do you wish to work with ?
4). what other tools will be needed like which IDE etc.

and last but not the least
5). how to find help ?

typically GUI applications are built with help of some library. These libraries ease up the task of creating user interface elements, coding the event handlers for the UI elements etc. etc.
Depending on whichever operating system you want to build your application for,
you will have to decide which library you want to use:
For Windows, the widely used library is provided by Microsoft : MFC[^]. This library is exclusive for windows.

There is another popular framework which can target both Windows and Linux : Qt[^]

The IDE of choice for MFC is Visual Studio. You can get a full featured version at Microsoft Visual Studio Community 2015 from Official Microsoft Download Center[^]( this will be big download maybe more than 7gb) OR a limited features trial version at Visual Studio Express[^](comparatively this is of a smaller download size but it will expire in 90 days)

Qt has its own Qt creator and IDE.

Irrespective of whichever os and library you choose, first go through the samples which are provided on the internet. These sample applications demonstrate the usage and scope of the various features of these libraries.

As to the final question, you need to learn how to use Google. Sites like CodeProject will be useful if you are making a project and got stuck somewhere.

kindly go through this link[^] before posting further questions.

Plenty of resources are available online, all you need to do is explore.
maybe you can start here[^]

hope this helps !!


这篇关于如何使用C ++创建应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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