Alaram app visualc ++ visual studio 2015。 [英] Alaram app visualc++visual studio 2015.

查看:165
本文介绍了Alaram app visualc ++ visual studio 2015。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

i want to use visual C++ with visual studio 2015 cross platform development mobile development .i have tried man opton but not get sucess. i want to write code in visual c++ to make an alram in cross web platform





我尝试过:



i希望在Visual Studio 2015跨平台开发中使用visual C ++



What I have tried:

i want to use visual C++ with visual studio 2015 cross platform development

推荐答案

更新的问题仍然不是问题。



The updated "question" is still not a question.

引用:

我想写代码在visual c ++中使用跨Web平台制作alram

i want to write code in visual c++ to make an alram in cross web platform

在C ++中编写Web应用程序并不常见,因为它的库很少。但是,您可以使用任何Web开发框架,只要它具有C ++接口或您自己实现它。



但主要问题 - 何时应该在不同平台上运行 - 是C / C ++应用程序使用系统特定的库实现(包含启动代码和标准C和C ++库实现的CRT)。因此,您必须为不同的目标平台构建此类应用程序。这意味着,虽然您的源可能是跨平台的,但生成的可执行文件不是。

It is uncommon to write web applications in C++ because there are very few libraries for it. You may however use any web development framework provided it has a C++ interface or you implement it yourself.

But the main problem - when it should run on different platforms - is that C/C++ applications use system specific library implementations (the CRT containing the startup code and the standard C and C++ library implementations). So you have to build such an application for different target platforms. That means, while your sources might be cross platform, the generated executable is not.


这篇关于Alaram app visualc ++ visual studio 2015。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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