Click here to Skip to main content
16,006,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: integer arithmetic Pin
Anonymous1-May-05 18:10
Anonymous1-May-05 18:10 
GeneralRe: integer arithmetic Pin
Christian Graus1-May-05 18:16
protectorChristian Graus1-May-05 18:16 
GeneralRe: integer arithmetic Pin
Anonymous1-May-05 19:45
Anonymous1-May-05 19:45 
GeneralRe: integer arithmetic Pin
Christian Graus2-May-05 12:54
protectorChristian Graus2-May-05 12:54 
GeneralRe: integer arithmetic Pin
Anonymous1-May-05 18:11
Anonymous1-May-05 18:11 
GeneralRe: integer arithmetic Pin
ddmcr1-May-05 22:28
ddmcr1-May-05 22:28 
Generalsystem command Pin
picasso21-May-05 9:26
picasso21-May-05 9:26 
GeneralRe: system command Pin
mark novak1-May-05 9:31
mark novak1-May-05 9:31 
I'm a fan of sstream. Observe:

#include <sstream>
std::ostringstream oss;
oss << "ping " << cbBuffer << " C:\\Temp\\pingresult.txt";
system(oss.str().c_str());
GeneralRe: system command Pin
ThatsAlok1-May-05 19:16
ThatsAlok1-May-05 19:16 
Generalproblem&gt;&gt; java server &amp; vc++ client Pin
Member 17623431-May-05 9:14
Member 17623431-May-05 9:14 
Generalconvert inches,feet to centimetrs--and throw exceptions etc.... Pin
John K......1-May-05 8:50
John K......1-May-05 8:50 
GeneralRun executable from C++ Pin
Anonymous1-May-05 7:00
Anonymous1-May-05 7:00 
GeneralRe: Run executable from C++ Pin
Andrew Kirillov1-May-05 8:40
Andrew Kirillov1-May-05 8:40 
GeneralRe: Run executable from C++ Pin
picasso21-May-05 9:28
picasso21-May-05 9:28 
GeneralRe: Run executable from C++ Pin
ThatsAlok2-May-05 23:10
ThatsAlok2-May-05 23:10 
GeneralWindows media player Pin
azmina1-May-05 6:57
azmina1-May-05 6:57 
GeneralRe: Windows media player Pin
Christian Graus1-May-05 11:20
protectorChristian Graus1-May-05 11:20 
Questionget winhttp server using HINTERNET handle? Pin
ThinkingPrometheus1-May-05 5:08
ThinkingPrometheus1-May-05 5:08 
QuestionRichEdit for non MFC? Pin
DKT_1-May-05 1:05
DKT_1-May-05 1:05 
AnswerRe: RichEdit for non MFC? Pin
mark novak1-May-05 2:17
mark novak1-May-05 2:17 
GeneralRe: RichEdit for non MFC? Pin
DKT_1-May-05 2:21
DKT_1-May-05 2:21 
GeneralRe: RichEdit for non MFC? Pin
ThatsAlok2-May-05 23:12
ThatsAlok2-May-05 23:12 
Questionhow to write a multichat application !!!!??? Pin
khiconbmt1-May-05 0:40
khiconbmt1-May-05 0:40 
AnswerRe: how to write a multichat application !!!!??? Pin
ThatsAlok1-May-05 0:53
ThatsAlok1-May-05 0:53 
Generalmake data retrieved once, and be available to the whole application Pin
Mohammad Tarik30-Apr-05 23:19
Mohammad Tarik30-Apr-05 23:19 

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.