C ++可以帮我吗? [英] Can C++ do it for me?

查看:55
本文介绍了C ++可以帮我吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好!


我会开始一个聊天程序。首先,它将是一个简单的聊天程序,

只有文本,之后我想要声音支持(如Skype)和视频。

我不知道编程好吧,但我相当擅长PHP和Tcl。 PHP

是一种webdevelopment语言,如果我使用PHP-GTK,我宁愿

Tcl / Tk。


所以我'我在这里问你关于C ++的事。我知道C ++有很多很酷的功能:

- 它很快。

- 我不需要任何翻译或VM。

- 我可以使用很多工具包。

- 我可以在Windows,Linux,许多平台下编译。


我需要一种语言:

- 可以在Windows,Linux,很多

平台下编译/解释。

- 具有网络集成

- 这将允许我接收和发送音频和视频等数据。

- 可以隐藏代码(许多解释语言不能这样做)


我在考虑

- Tcl / Tk

- Mono

- Java
- C

- C ++


C ++可以做些什么?


我会的询问其他用户组中的问题。非常感谢。

Hello all!

I''ll start one chat program. Firstly, it will be a simple chat program,
only text, after that I want put sound support (like Skype) and video.
I don''t know programming well, but I''m fairly good at PHP and Tcl. PHP
is a webdevelopment language and if I used PHP-GTK I would prefer
Tcl/Tk.

So I''m here to ask you about C++. I know C++ has many cool features:
- it''s fast.
- I don''t need any interpreter or VM.
- I can use lots of Toolkits with it.
- I can compile under Windows, Linux, many platforms.

I need a language:
- which can be compiled/interpreted under Windows, Linux, many
platforms.
- which have web-integration
- which would allow me to receive and send data like audio and video.
- which can hides the code (many interpreted languages can''t do that)

I was thinking about:
- Tcl/Tk
- Mono
- Java
- C
- C++

What C++ can do?

I''ll ask about thta in others usergroups. Thank you very much.

推荐答案

Silas Justiniano写道:
Silas Justiniano wrote:
大家好!
<我将开始一个聊天程序。首先,它将是一个简单的聊天程序,只有文本,之后我想要声音支持(如Skype)和视频。
我不知道编程好,但我很公平擅长PHP和Tcl。 PHP
是一个webdevelopment语言,如果我使用PHP-GTK,我更喜欢
Tcl / Tk。

所以我在这里向你询问C ++。我知道C ++有很多很酷的功能:
- 它很快。
- 我不需要任何翻译或VM。
- 我可以使用很多工具包。
- 我可以在Windows,Linux,很多平台下编译。

我需要一种语言:
- 可以在Windows,Linux,很多平台下编译/解释。
- 它有网络集成
- 这将允许我接收和发送音频和视频等数据。
- 可以隐藏代码(许多解释语言不能这样做)

我在考虑
- Tcl / Tk
- Mono
- Java
- C - C ++

C ++可以做什么?

我会问其他用户组。非常感谢。
Hello all!

I''ll start one chat program. Firstly, it will be a simple chat program,
only text, after that I want put sound support (like Skype) and video.
I don''t know programming well, but I''m fairly good at PHP and Tcl. PHP
is a webdevelopment language and if I used PHP-GTK I would prefer
Tcl/Tk.

So I''m here to ask you about C++. I know C++ has many cool features:
- it''s fast.
- I don''t need any interpreter or VM.
- I can use lots of Toolkits with it.
- I can compile under Windows, Linux, many platforms.

I need a language:
- which can be compiled/interpreted under Windows, Linux, many
platforms.
- which have web-integration
- which would allow me to receive and send data like audio and video.
- which can hides the code (many interpreted languages can''t do that)

I was thinking about:
- Tcl/Tk
- Mono
- Java
- C
- C++

What C++ can do?

I''ll ask about thta in others usergroups. Thank you very much.




C ++可以做任何事情。但是,你必须使用第三方

库来做你正在讨论的事情,那就是

一般超出范围这个新闻组。


干杯! --M



C++ can do just about anything. However, you''ll have to use third-party
libraries to do the sort of things you''re talking about, and that is
generally beyond the scope of this newsgroup.

Cheers! --M


Silas Justiniano写道:
Silas Justiniano wrote:
我将开始一个聊天程序。首先,它将是一个简单的聊天程序,只有文本,之后我想要声音支持(如Skype)和视频。
我不知道编程好,但我很公平擅长PHP和Tcl。 PHP
是一个webdevelopment语言,如果我使用PHP-GTK,我更喜欢
Tcl / Tk。

所以我在这里向你询问C ++。我知道C ++有很多很酷的功能:
- 它很快。
- 我不需要任何翻译或VM。
- 我可以使用很多工具包。
- 我可以在Windows,Linux,很多平台下编译。

我需要一种语言:
- 可以在Windows,Linux,很多平台下编译/解释。


您可能会面临许多特定于平台的问题。

- 其中包含网络集成


C ++没有那个。特定于平台的库将为您提供帮助。

- 这将允许我接收和发送音频和视频等数据。


同样,这不是语言提供的部分,它通常由

提供某种第二方或第三方操作系统特定的图书馆。

- 可以隐藏代码(许多解释语言不能这样做)

我在想
- Tcl / Tk
- Mono
- Java
- C
- C ++

C ++能做什么?
I''ll start one chat program. Firstly, it will be a simple chat program,
only text, after that I want put sound support (like Skype) and video.
I don''t know programming well, but I''m fairly good at PHP and Tcl. PHP
is a webdevelopment language and if I used PHP-GTK I would prefer
Tcl/Tk.

So I''m here to ask you about C++. I know C++ has many cool features:
- it''s fast.
- I don''t need any interpreter or VM.
- I can use lots of Toolkits with it.
- I can compile under Windows, Linux, many platforms.

I need a language:
- which can be compiled/interpreted under Windows, Linux, many
platforms.
You''re probably going to face many platform-specific issues.
- which have web-integration
C++ doesn''t have that. Platform-specific libraries will help you.
- which would allow me to receive and send data like audio and video.
Again, that''s not part provided by the language, it''s usually served by
some kind of second- or third-party OS-specific library.
- which can hides the code (many interpreted languages can''t do that)

I was thinking about:
- Tcl/Tk
- Mono
- Java
- C
- C++

What C++ can do?




无论你能做什么,C ++都能做到。 _You_是程序员。就像

一辆公共汽车不会带你到任何地方,它需要一个司机。就像滑雪板一样,他们不需要自己动手,他们需要滑雪者。就像飞机不会自行飞行一样,他们需要飞行员。


V



Whatever you can do, C++ can do. _You_ are the programmer. Just like
a bus doesn''t take you anywhere, it needs a driver. Just like skis do
not go by themselves, they need a skier. Just like planes do not fly
themselves, they need pilots.

V


是那些第三方图书馆平台特定? Java似乎有这些功能,它是跨平台的。

Are those third party libraries platform-specific? Java seems have
these features, and it is cross-platform.


这篇关于C ++可以帮我吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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