Click here to Skip to main content
15,897,718 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to write text to the command prompt in Dlg based Appln. Pin
David Crow4-Oct-06 3:19
David Crow4-Oct-06 3:19 
GeneralRe: How to write text to the command prompt in Dlg based Appln. Pin
Naveen4-Oct-06 17:27
Naveen4-Oct-06 17:27 
QuestionRe: How to write text to the command prompt in Dlg based Appln. Pin
zxc894-Oct-06 21:13
zxc894-Oct-06 21:13 
Questionsend to the socket Pin
yijia_243-Oct-06 19:23
yijia_243-Oct-06 19:23 
AnswerRe: send to the socket Pin
Naveen3-Oct-06 19:51
Naveen3-Oct-06 19:51 
QuestionRe: send to the socket Pin
yijia_243-Oct-06 20:16
yijia_243-Oct-06 20:16 
AnswerRe: send to the socket Pin
Naveen3-Oct-06 20:22
Naveen3-Oct-06 20:22 
AnswerRe: send to the socket Pin
ThatsAlok4-Oct-06 7:29
ThatsAlok4-Oct-06 7:29 
yijia_24 wrote:
BOOL CConfigurationView::SendConfig(int nCode)
{
CString str;
str.Format("6x1%2d", nCode);
send(conn,str,5,0);
}



missing string argument.. and use const CString& in function argument!


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
VC Forum Q&A :- I/ IV
Support CRY- Child Relief And you

QuestionButtons problem Pin
radhika283-Oct-06 19:22
radhika283-Oct-06 19:22 
AnswerRe: Buttons problem Pin
_AnsHUMAN_ 3-Oct-06 19:24
_AnsHUMAN_ 3-Oct-06 19:24 
GeneralRe: Buttons problem Pin
ThatsAlok4-Oct-06 7:24
ThatsAlok4-Oct-06 7:24 
AnswerRe: Buttons problem Pin
Nibu babu thomas3-Oct-06 19:31
Nibu babu thomas3-Oct-06 19:31 
GeneralRe: Buttons problem Pin
radhika283-Oct-06 20:38
radhika283-Oct-06 20:38 
GeneralRe: Buttons problem Pin
Nibu babu thomas3-Oct-06 20:45
Nibu babu thomas3-Oct-06 20:45 
GeneralRe: Buttons problem Pin
radhika283-Oct-06 21:17
radhika283-Oct-06 21:17 
GeneralRe: Buttons problem Pin
Nibu babu thomas3-Oct-06 21:26
Nibu babu thomas3-Oct-06 21:26 
GeneralRe: Buttons problem Pin
radhika283-Oct-06 21:41
radhika283-Oct-06 21:41 
GeneralRe: Buttons problem Pin
Nibu babu thomas3-Oct-06 21:51
Nibu babu thomas3-Oct-06 21:51 
GeneralRe: Buttons problem Pin
ThatsAlok4-Oct-06 7:25
ThatsAlok4-Oct-06 7:25 
Questioncall stack and memory options in VS2005 Pin
mpk19793-Oct-06 19:13
mpk19793-Oct-06 19:13 
AnswerRe: call stack and memory options in VS2005 Pin
prasad_som3-Oct-06 19:44
prasad_som3-Oct-06 19:44 
AnswerRe: call stack and memory options in VS2005 Pin
ThatsAlok4-Oct-06 7:24
ThatsAlok4-Oct-06 7:24 
QuestionModification of the Project Multi Layer Perceptron Pin
Pitufo553-Oct-06 18:44
Pitufo553-Oct-06 18:44 
AnswerRe: Modification of the Project Multi Layer Perceptron Pin
Waldermort3-Oct-06 19:20
Waldermort3-Oct-06 19:20 
AnswerRe: Modification of the Project Multi Layer Perceptron Pin
Hamid_RT3-Oct-06 19:35
Hamid_RT3-Oct-06 19:35 

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.