Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralVariable argument lists Pin
#realJSOP17-Oct-01 13:23
professional#realJSOP17-Oct-01 13:23 
GeneralRe: Variable argument lists Pin
Christian Graus17-Oct-01 16:26
protectorChristian Graus17-Oct-01 16:26 
GeneralRe: Variable argument lists Pin
#realJSOP18-Oct-01 2:41
professional#realJSOP18-Oct-01 2:41 
GeneralUndeclared identifer message Pin
Sam C17-Oct-01 12:29
Sam C17-Oct-01 12:29 
GeneralRe: Undeclared identifer message Pin
Tomasz Sowinski17-Oct-01 12:33
Tomasz Sowinski17-Oct-01 12:33 
GeneralRe: Undeclared identifer message Pin
Sam C17-Oct-01 12:39
Sam C17-Oct-01 12:39 
GeneralRe: Undeclared identifer message Pin
Fazlul Kabir17-Oct-01 12:36
Fazlul Kabir17-Oct-01 12:36 
GeneralRe: Undeclared identifer message Pin
Sam C17-Oct-01 12:42
Sam C17-Oct-01 12:42 
So if I only wanted to check basically the "OPEN" function of the class I have declared I have to encapsulate the rest of the code within the try block? So for example:

...
try
{
Open(...)
//Rest of fuctions and command
}
catch (...)
{
}


And I can't do this?

try
{
   Open(...);
}
Catch (...)
{
}

REST OF FUCTION CODE HERE USING CStdioFile


I find that peculiar and thanks for informing me of the try/catch scope, I did not know that it had it's own scope.



Sam C
----
Systems Manager
Hospitality Marketing Associates
GeneralRe: Undeclared identifer message Pin
Fazlul Kabir17-Oct-01 12:47
Fazlul Kabir17-Oct-01 12:47 
GeneralConverting ... Pin
Hadi Rezaee17-Oct-01 12:23
Hadi Rezaee17-Oct-01 12:23 
GeneralRe: Converting ... Pin
Christian Graus17-Oct-01 16:26
protectorChristian Graus17-Oct-01 16:26 
GeneralRe: Converting ... Pin
Hadi Rezaee18-Oct-01 12:25
Hadi Rezaee18-Oct-01 12:25 
GeneralRe: Converting ... Pin
Christian Graus18-Oct-01 12:28
protectorChristian Graus18-Oct-01 12:28 
GeneralRe: Converting ... Pin
Hadi Rezaee18-Oct-01 12:53
Hadi Rezaee18-Oct-01 12:53 
GeneralADO question 1 ... Pin
Hadi Rezaee17-Oct-01 12:20
Hadi Rezaee17-Oct-01 12:20 
GeneralRedraw a control.. Pin
RobJones17-Oct-01 12:19
RobJones17-Oct-01 12:19 
GeneralRe: Redraw a control.. Pin
Fazlul Kabir17-Oct-01 12:27
Fazlul Kabir17-Oct-01 12:27 
GeneralRe: Redraw a control.. Pin
RobJones17-Oct-01 12:29
RobJones17-Oct-01 12:29 
GeneralModeless Dialog Inside a Frame Pin
Mark Lenz17-Oct-01 10:43
Mark Lenz17-Oct-01 10:43 
GeneralRe: Modeless Dialog Inside a Frame Pin
RobJones17-Oct-01 11:41
RobJones17-Oct-01 11:41 
GeneralRe: Modeless Dialog Inside a Frame Pin
Mark Lenz18-Oct-01 3:16
Mark Lenz18-Oct-01 3:16 
GeneralRe: Modeless Dialog Inside a Frame Pin
RobJones18-Oct-01 4:32
RobJones18-Oct-01 4:32 
GeneralDialog Box Pin
syedhassan417-Oct-01 10:33
syedhassan417-Oct-01 10:33 
GeneralRe: Dialog Box Pin
Christian Graus17-Oct-01 11:18
protectorChristian Graus17-Oct-01 11:18 
GeneralRe: Dialog Box Pin
syedhassan417-Oct-01 21:20
syedhassan417-Oct-01 21:20 

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.