chat program

hi i need help with a programming language um just learning now.iv been asked to program chat program that uses c++ syntax and semantics.in this program,a client invokes requests to the server and the server responds using a method.please help out.my lecture has taught us nothing on c++.

There are a few examples around. But do you know any C++? And do you understand network programming?
i have atempted other programing languages except for this one in particular..iv seen examples but i dont understand.
Last edited on
You probably won't understand the details and methods unless you know C++. So you'll need to learn some C++ before you begin.

Using the sockets library directly is the simplest way of doing network programming. You're probably expected to use it for an assignment.

Modern professional programs will proably use Boost ASIO, which looks very different.
il try research more to understand the language before i begin..i dd a bit of research but i truly dont understand ryt nw and the asignmnt is due soon...thnx anyways
Topic archived. No new replies allowed.