Author |
Message |
LaZ3R
|
Posted: Sat Mar 15, 2008 10:55 pm Post subject: Dev C++ and Net ? |
|
|
I'm simply wondering where to begin looking at how to begin making a VERY BASIC net chat program between two clients. This was very simple and easy to do in Turing of course, though I'm curious to know where to begin looking for how to do it in C++.
Point me in the right direction please and thanks ![Very Happy Very Happy](http://compsci.ca/v3/images/smiles/icon_biggrin.gif) |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
OneOffDriveByPoster
|
Posted: Sun Mar 16, 2008 11:07 am Post subject: Re: Dev C++ and Net ? |
|
|
You probably want some pre-made libraries for this. If you want to push forward, you could look into sockets and threads. It may be easier to learn it in Java first. |
|
|
|
|
![](images/spacer.gif) |
md
![](http://compsci.ca/v3/uploads/user_avatars/1849317514ed6c4399768d.png)
|
Posted: Sun Mar 16, 2008 1:18 pm Post subject: RE:Dev C++ and Net ? |
|
|
Threads are not needed; simple sockets would do fine.
The question is how you want it to work. Depending on your choice of platform and if you want a GUI or text-mode interface the complexity will vary significantly. |
|
|
|
|
![](images/spacer.gif) |
LaZ3R
|
Posted: Sun Mar 16, 2008 9:26 pm Post subject: RE:Dev C++ and Net ? |
|
|
Right now I'm looking at a text-mode interface only, I don't really care about any GUI just yet.
I was already looking at simple sockets so I guess I was looking in the right place afterall, though even simple sockets isn't as simple as it sounds ![Smile Smile](http://compsci.ca/v3/images/smiles/icon_smile.gif) |
|
|
|
|
![](images/spacer.gif) |
|