嘿伙计们,我正在考虑尝试将 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++?
我想帮助我一些我应该参考的技术或资源。先感谢您!干杯!