Hi all, am new to this community. Am trying to implement a chat Program in C (windows).
where I need both the client and the server to communicate, without waiting for a reply from the other side, like the way we chat in any messenger.
Is there any way of accomplishing it? I tried out CreateProcess() function, but am not clear how to specify the location of the file as an argument. Can anyone help me out? If there are better techniques than CreateProcess(), then pls suggest that.