Click here to Skip to main content
16,017,788 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Simple parameter return question (strings) Pin
8-Aug-02 1:32
suss8-Aug-02 1:32 
GeneralRe: Simple parameter return question (strings) Pin
Tomasz Sowinski8-Aug-02 1:32
Tomasz Sowinski8-Aug-02 1:32 
GeneralRe: Simple parameter return question (strings) Pin
Rutger Ellen8-Aug-02 1:48
Rutger Ellen8-Aug-02 1:48 
GeneralHELP ME........... Pin
Anonymous8-Aug-02 0:30
Anonymous8-Aug-02 0:30 
GeneralRe: HELP ME........... Pin
Ravi Bhavnani8-Aug-02 3:14
professionalRavi Bhavnani8-Aug-02 3:14 
Generalquestion on recv() function Pin
zecodela8-Aug-02 0:30
zecodela8-Aug-02 0:30 
hi all,
i want to know any character can trigger return of recv() function?
i used java to send data to VC++ client. for example, i send 5 lines to VC client and i want to have 5 times of return in recv().
what can i do?

example:
while(y=recv(pSoc->conn,buff,512,0))
{
// i want to run 5 times of this loop.
// for 5 lines of data
// e.g.
// loginlist
// Jim
// Mary
// Joe
// Ken
// 5 lines of data, want to have 5 returns in recv(), any help?
}

thanks,
jim
GeneralRe: question on recv() function Pin
markkuk8-Aug-02 0:45
markkuk8-Aug-02 0:45 
GeneralRe: question on recv() function Pin
zecodela8-Aug-02 15:53
zecodela8-Aug-02 15:53 
GeneralIrregular fatal error Pin
s_k7-Aug-02 23:42
s_k7-Aug-02 23:42 
GeneralRe: Irregular fatal error Pin
Tomasz Sowinski8-Aug-02 0:57
Tomasz Sowinski8-Aug-02 0:57 
GeneralRe: Irregular fatal error Pin
s_k8-Aug-02 23:34
s_k8-Aug-02 23:34 
Questionhow to get location like VB's "app path" Pin
nss7-Aug-02 23:22
nss7-Aug-02 23:22 
AnswerRe: how to get location like VB's "app path" Pin
Ravi Bhavnani8-Aug-02 2:51
professionalRavi Bhavnani8-Aug-02 2:51 
GeneralRe: how to get location like VB's "app path" Pin
nss8-Aug-02 5:21
nss8-Aug-02 5:21 
Generalcall oracle pl/sql procedures with cursors as outputparameters Pin
ownlife7-Aug-02 23:11
ownlife7-Aug-02 23:11 
GeneralRe: call oracle pl/sql procedures with cursors as outputparameters Pin
Michael P Butler7-Aug-02 23:18
Michael P Butler7-Aug-02 23:18 
GeneralA simple SQL question Pin
nss7-Aug-02 23:02
nss7-Aug-02 23:02 
GeneralRe: A simple SQL question Pin
Jon Hulatt7-Aug-02 23:17
Jon Hulatt7-Aug-02 23:17 
GeneralRe: A simple SQL question Pin
nss7-Aug-02 23:43
nss7-Aug-02 23:43 
GeneralRe: A simple SQL question Pin
Todd Smith8-Aug-02 6:43
Todd Smith8-Aug-02 6:43 
Generalgood point, but...... Pin
nss8-Aug-02 7:04
nss8-Aug-02 7:04 
GeneralRe: A simple SQL question Pin
Anthony_Yio8-Aug-02 3:34
Anthony_Yio8-Aug-02 3:34 
GeneralRe: A simple SQL question Pin
nss8-Aug-02 5:11
nss8-Aug-02 5:11 

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.