C ++编译应用程序 [英] C++ compiled application

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

问题描述

有人可以用非常外行的人的术语解释什么是C ++编译的应用程序?有网络可访问的计算机运行某种类型的安装的程序/小程序(由于缺乏更好的术语)通过网络访问它,但它不使用http / https。

Can someone explain in a "very layman's terms" what a C++ compiled application is? There are network accessible computers which run some type of installed program/applet (for lack of better term) to access it across the network but it does not use http/https. Any assistance is appreciated just looking for an overview because I am not a coder/genius like most of you on here.

[从评论]


我理解,但我更感兴趣
如何编译​​工作超过
任何东西;有人告诉我,
他们正在使用一个c ++编译的应用程序到
我和我不知道究竟
意味着什么。

I understand but I am more interested in how compiling works more than anything; someone stated to me that "they are using a c++ compiled app" to me and I did not know exactly what that meant.

感谢

推荐答案

您提出了一个非常笼统的问题,一般答案。您对网络和http的引用使该问题混乱。你真的想知道什么?

You have asked a very general question so I'll give a general answer. Your reference to networks and http is confusing the issue. What are you really wanting to know?

一个C ++编译应用程序是一组用于CPU的低级指令,从一个打印Hello World!到控制台,到一个有大量的图形和网络通信。通常它们可以独立运行,而不需要像浏览器这样的其他应用程序的支持。它是一个C ++程序只意味着程序员使用一种名为C ++的语言,这通常只对其他程序员很重要。编译的应用程序可以用很多其他语言创建。

A C++ compiled application is a set of low-level instructions for the CPU, from a simple one that prints "Hello World!" to the console, to one that does lots of graphics and communicates across networks. Usually they can run standalone, without needing support from another application like a browser. It being a 'C++' program only means the programmer used a language named 'C++' which is typically only important to other programmers. Compiled applications can be created in lots of other languages.

你问的是什么是一个编译器,只是在一个不同的形式。我很惊讶,我找不到一个职位Stackoverflow为此,所以我创建它作为自己的

You have asked "What is a compiler" just in a different form. I was surprised I couldn't find a post on Stackoverflow for this so I created it as its own question.

现在,我将给你维基百科链接: http://en.wikipedia.org/wiki/Compiler

For now, I'll give you the Wikipedia link: http://en.wikipedia.org/wiki/Compiler

A更长的解释将是计算机科学的介绍。

A longer explanation would be an intro to Computer Science.

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

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