创建Instant Messenger [英] Creating an Instant Messenger

查看:96
本文介绍了创建Instant Messenger的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

C ++是创建基于Windows的Instant Messenger的最佳语言吗?

有关MSN Messenger,ICQ,Yahoo Chat等的内容吗?

有没有可下载的完整或试用版SDK?


我很久以前使用过Visual Basic但是想创建

最快,最容易安装,最可靠的软件

程序可能


我当然更喜欢更直观的编程方法

解决方案

Dee写道:

C ++是创建基于Windows的Instant Messenger的最佳语言吗?


C ++适用于大型,硬,高性能的程序。聊天客户端很小,很容易,而且性能低下。

有关MSN Messenger,ICQ,Yahoo Chat等的内容吗?

有没有可下载的完整版或试用版SDK?

http://sf.net

我当然更喜欢更直观的编程方法



在为客户画一个对话框的短暂时期内,你会得到

视觉。剩下的是合乎逻辑的。


-

Phlip
http://industrialxp.org/community/bi...UserInterfaces


Dee写道:

C ++是创建基于Windows的Instant Messenger的最佳语言吗?

MSN Messenger,ICQ,Yahoo Chat等等?



我想所有这些都是用C ++编写的。


是否有可下载的完整版或试用版SDK ?



有用于与这些信使交互的SDK。但是我想如果你想用b
写自己的信使,这与这些SDK无关。您需要知道的是,b $ b知道的是网络和多线程。大多数网络应用程序都涉及多线程。


我很久以前就习惯使用Visual Basic但想要创建最快,最容易安装的最终用户,最可靠的软件
程序可能

我当然更喜欢更直观的编程方法



在VS 2003和即将推出的VS 2005中,所有语言共享同一个Designer( RAD),所以

没问题。


事实上我这些天正在研究.NET网络,而我目前正在阅读的是

a示例网络TCP聊天客户端!这是两页代码,包括GUI代码,它由Designer自动生成。所以我们可以说,编写你的网络聊天客户端是相对容易的(至少在.NET下)。


但是你必须学习多线程首先,这有点苛刻。


-

Ioannis Vranos

http://www23.brinkster.com/noicys


< blockquote> Ioannis Vranos写道:

事实上我这些天正在研究.NET网络,而我目前正在阅读的是一个示例网络TCP聊天客户端!这是


大约4

页面的代码,包括由
Designer自动生成的GUI代码。所以我们可以说编写你的网络聊天客户端比较容易(至少在.NET下)。

然而你必须首先学习多线程,这是
有点苛刻。



-

Ioannis Vranos

http://www23.brinkster.com/noicys


Is C++ the best language to create a Windows based Instant Messenger?

Something along the lines of MSN Messenger, ICQ, Yahoo Chat, etc?

Are there any downloadable full or trial SDK''s out there?

I used to use Visual Basic a long time ago but want to create the
fastest, easiest for the end user to install, most reliable software
program possible

I certainly prefer the more visual approach to programming

解决方案

Dee wrote:

Is C++ the best language to create a Windows based Instant Messenger?
C++ is for big, hard, high-performance programs. A chat client is small,
easy, and low-performance.
Something along the lines of MSN Messenger, ICQ, Yahoo Chat, etc?

Are there any downloadable full or trial SDK''s out there?
http://sf.net
I certainly prefer the more visual approach to programming



For the brief period of painting a dialog box for your client, you will get
visual. The rest is logical.

--
Phlip
http://industrialxp.org/community/bi...UserInterfaces


Dee wrote:

Is C++ the best language to create a Windows based Instant Messenger?

Something along the lines of MSN Messenger, ICQ, Yahoo Chat, etc?

I suppose all these were written in C++.

Are there any downloadable full or trial SDK''s out there?

There are SDKs for interacting with these messengers. However I suppose if you want to
write your own messenger, this has nothing to do with these SDKs. What you will need to
know is networking and multithreading. Most network applications involve multithreading.

I used to use Visual Basic a long time ago but want to create the
fastest, easiest for the end user to install, most reliable software
program possible

I certainly prefer the more visual approach to programming


In VS 2003 and the upcoming VS 2005 all languages share the same Designer (RAD), so there
is no problem with that.

In fact myself am studying .NET networking these days, and what I am currently reading is
a sample network TCP chat client! This is two pages of code including the GUI code which
is automatically produced by the Designer. So we can say that it is relatively easy to
write your network chat client (at least under .NET).

However you will have to learn multithreading first, and this is somewhat demanding.


--
Ioannis Vranos

http://www23.brinkster.com/noicys


Ioannis Vranos wrote:

In fact myself am studying .NET networking these days, and what I am
currently reading is a sample network TCP chat client! This is
about 4
pages
of code including the GUI code which is automatically produced by the
Designer. So we can say that it is relatively easy to write your network
chat client (at least under .NET).

However you will have to learn multithreading first, and this is
somewhat demanding.


--
Ioannis Vranos

http://www23.brinkster.com/noicys


这篇关于创建Instant Messenger的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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