【发布时间】:2012-10-31 01:41:23
【问题描述】:
大家好,我正在考虑尝试将 C++ 网络编程与 PHP 结合起来,我在 PHP/MySQL/AJAX 等方面有所了解,但对 C++ 了解不多。所以我正在考虑构建一个网络应用程序。并以 Cpp/Qt4 为例为他们创建客户端:
The php app is a chat application/server that offers the users to chat in rooms or PMs and etc. ( Like IRC ).
And would want to make a chat client in Cpp/Qt4 to be downloadable and use the same server. Like (mIRC)
- 我应该使用 PHP 作为服务器还是应该重新考虑另一种语言?
- Qt4 是个好建议还是我必须重新考虑?
- 我应该如何将 PHP 连接到 C++?
我想通过一些我应该参考的技术或资源来帮助我。 先感谢您! 干杯!
【问题讨论】:
标签: php c++ web-services web-applications