Click here to Skip to main content
15,906,569 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CFile title Pin
David Crow18-Jan-08 2:57
David Crow18-Jan-08 2:57 
GeneralRe: CFile title Pin
CodingLover22-Jan-08 17:49
CodingLover22-Jan-08 17:49 
Questionis this loop right? Pin
gentleguy17-Jan-08 14:44
gentleguy17-Jan-08 14:44 
AnswerRe: is this loop right? Pin
cp987617-Jan-08 15:21
cp987617-Jan-08 15:21 
GeneralRe: is this loop right? Pin
gentleguy17-Jan-08 15:34
gentleguy17-Jan-08 15:34 
AnswerRe: is this loop right? Pin
David Crow18-Jan-08 2:59
David Crow18-Jan-08 2:59 
General"Out of Memory" in the debugger Pin
thecodedemon17-Jan-08 11:24
thecodedemon17-Jan-08 11:24 
GeneralTry...Catch Problem Pin
rover_boy17-Jan-08 10:35
rover_boy17-Jan-08 10:35 
Can anyone help me on a try catch block? Not quite sure on the catch block. I want it to display a message box if the error the path in the try block does not exist.

<br />
<br />
 try<br />
 {<br />
System::Diagnostics::Process::Start("C:\\client\\debug\\client.exe");<br />
}<br />
			 <br />
catch(char *ex)<br />
{<br />
MessageBox::Show ("Not able to connect to PANGU server!", "PANGU Server Error!");<br />
}<br />
<br />
finally<br />
{<br />
}<br />

GeneralRe: Try...Catch Problem Pin
Mark Salsbery17-Jan-08 10:52
Mark Salsbery17-Jan-08 10:52 
GeneralRe: Try...Catch Problem Pin
rover_boy18-Jan-08 0:17
rover_boy18-Jan-08 0:17 
GeneralRe: Try...Catch Problem Pin
Hamid_RT17-Jan-08 17:59
Hamid_RT17-Jan-08 17:59 
Generalquick c++ problem for an exam Pin
VIP-CoMmAnDo17-Jan-08 10:13
VIP-CoMmAnDo17-Jan-08 10:13 
GeneralRe: quick c++ problem for an exam Pin
Mark Salsbery17-Jan-08 10:39
Mark Salsbery17-Jan-08 10:39 
GeneralRe: quick c++ problem for an exam Pin
CPallini17-Jan-08 10:48
mveCPallini17-Jan-08 10:48 
JokeRe: quick c++ problem for an exam Pin
Iain Clarke, Warrior Programmer18-Jan-08 2:51
Iain Clarke, Warrior Programmer18-Jan-08 2:51 
JokeRe: quick c++ problem for an exam Pin
David Crow18-Jan-08 3:02
David Crow18-Jan-08 3:02 
JokeRe: quick c++ problem for an exam Pin
CPallini18-Jan-08 3:09
mveCPallini18-Jan-08 3:09 
JokeRe: quick c++ problem for an exam Pin
Mark Salsbery18-Jan-08 7:30
Mark Salsbery18-Jan-08 7:30 
GeneralRe: quick c++ problem for an exam Pin
Dr. Emmett Brown17-Jan-08 10:55
Dr. Emmett Brown17-Jan-08 10:55 
GeneralRe: quick c++ problem for an exam Pin
Mark Salsbery17-Jan-08 11:11
Mark Salsbery17-Jan-08 11:11 
GeneralRe: quick c++ problem for an exam Pin
CPallini17-Jan-08 11:27
mveCPallini17-Jan-08 11:27 
GeneralRe: quick c++ problem for an exam Pin
Mark Salsbery17-Jan-08 11:29
Mark Salsbery17-Jan-08 11:29 
GeneralRe: quick c++ problem for an exam Pin
CPallini17-Jan-08 11:38
mveCPallini17-Jan-08 11:38 
GeneralRe: quick c++ problem for an exam Pin
VIP-CoMmAnDo18-Jan-08 14:56
VIP-CoMmAnDo18-Jan-08 14:56 
GeneralRe: quick c++ problem for an exam Pin
CPallini19-Jan-08 4:26
mveCPallini19-Jan-08 4:26 

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.