Click here to Skip to main content
15,918,330 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: strlen question Pin
Michael Dunn4-Aug-02 17:01
sitebuilderMichael Dunn4-Aug-02 17:01 
GeneralRe: strlen question Pin
Le centriste4-Aug-02 17:02
Le centriste4-Aug-02 17:02 
GeneralRe: strlen question Pin
Christian Graus4-Aug-02 19:06
protectorChristian Graus4-Aug-02 19:06 
Generalstrlen and _bstr_ ....... Pin
nss4-Aug-02 14:58
nss4-Aug-02 14:58 
GeneralOOPs - no message in this post - my mistake! Sorry Pin
nss4-Aug-02 15:03
nss4-Aug-02 15:03 
GeneralRe: OOPs - no message in this post - my mistake! Sorry Pin
Chris Losinger4-Aug-02 19:24
professionalChris Losinger4-Aug-02 19:24 
Generala small intant messenger Pin
smallcoder4-Aug-02 14:31
smallcoder4-Aug-02 14:31 
GeneralRe: a small intant messenger Pin
Brian Azzopardi4-Aug-02 23:59
Brian Azzopardi4-Aug-02 23:59 
smallcoder wrote:
i'm begining with visual c++ and winsock

Although you wanna do p2p it's better to learn the basics and do a client/server version of the messenger first. The stuff you learn will be directly usable in the P2P version.

smallcoder wrote:
Without a server is it possible
Yes. Otherwise how would gnutella work?

Most gnutella clients connect at startup to server which then gives them a list of nodes to connect to. Another method for discovering peers is to send broadcast packets. This will only work on a lan however.

smallcoder wrote:
how programming 2 aplications that can communicate without a server with winsocks
The client/server model is just a paradigm. In a P2P application a client is both client and server (thus you should have a thread to accept() connections) and also a client of other nodes in the p2p network.


bibamus, edamus, cras moriemur
[eat, drink, for tomorrow we die]

GeneralRe: a small intant messenger Pin
Anonymous5-Aug-02 3:21
Anonymous5-Aug-02 3:21 
GeneralRe: a small intant messenger Pin
Brian Azzopardi5-Aug-02 3:57
Brian Azzopardi5-Aug-02 3:57 
GeneralRe: a small intant messenger Pin
Anonymous5-Aug-02 4:40
Anonymous5-Aug-02 4:40 
GeneralRe: a small intant messenger Pin
Brian Azzopardi5-Aug-02 4:49
Brian Azzopardi5-Aug-02 4:49 
GeneralRe: a small intant messenger Pin
Anonymous5-Aug-02 5:18
Anonymous5-Aug-02 5:18 
GeneralRe: a small intant messenger Pin
Anonymous5-Aug-02 5:20
Anonymous5-Aug-02 5:20 
GeneralRe: a small intant messenger Pin
Brian Azzopardi5-Aug-02 5:20
Brian Azzopardi5-Aug-02 5:20 
GeneralRe: a small intant messenger Pin
Anonymous5-Aug-02 5:24
Anonymous5-Aug-02 5:24 
GeneralRe: a small intant messenger Pin
Anonymous5-Aug-02 5:25
Anonymous5-Aug-02 5:25 
General5 damned fonts Pin
Nish Nishant4-Aug-02 14:25
sitebuilderNish Nishant4-Aug-02 14:25 
GeneralRe: 5 damned fonts Pin
Rama Krishna Vavilala4-Aug-02 14:31
Rama Krishna Vavilala4-Aug-02 14:31 
GeneralRe: 5 damned fonts Pin
Nish Nishant4-Aug-02 14:36
sitebuilderNish Nishant4-Aug-02 14:36 
GeneralRe: 5 damned fonts Pin
Rama Krishna Vavilala4-Aug-02 14:45
Rama Krishna Vavilala4-Aug-02 14:45 
GeneralRe: 5 damned fonts Pin
Nish Nishant4-Aug-02 14:58
sitebuilderNish Nishant4-Aug-02 14:58 
GeneralRe: 5 damned fonts Pin
Nish Nishant4-Aug-02 15:07
sitebuilderNish Nishant4-Aug-02 15:07 
GeneralRe: 5 damned fonts Pin
Rama Krishna Vavilala4-Aug-02 15:21
Rama Krishna Vavilala4-Aug-02 15:21 
GeneralRe: 5 damned fonts Pin
Nish Nishant4-Aug-02 15:24
sitebuilderNish Nishant4-Aug-02 15:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.