chat program

I need to make a custom chat program that requests info from a php script and reads and writes from a database does anyone have any tutorials or can help me on how to do this.
closed account (S6k9GNh0)
This is a C++ forum. Don't ask about PHP tutorials on a C++ forum.

OTHERWISE: PHP Manual gives a bit of info. Start with that or w3.
i need the c++ part of this in a windows form where i can type and hit the submit button it will show up on the list for everyone
closed account (S6k9GNh0)
If your trying to make an IRC or IM type of application, I suggest a mixture of Ruby or Python and a Python GUI kit which might possibly be wxPython. Or you can script the GUI in C++ (no point really) and then call what you need into Ruby or Python.
Last edited on
Topic archived. No new replies allowed.