Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » does u++ not support C++ exception ???
does u++ not support C++ exception ??? [message #39184] Mon, 25 February 2013 10:03 Go to previous message
porschee is currently offline  porschee
Messages: 1
Registered: February 2013
Junior Member
Code as follows :

int x = 0 ;

try
{
int y = 100 ;

int z = y/x ;
}
catch(...)
{
PromptOK("Exception ...");
}

but catch(...) can not catch


????
 
Read Message
Read Message
Previous Topic: Ultimate++ vs WTL and others?
Next Topic: Scatter-demo crash
Goto Forum:
  


Current Time: Mon Jun 17 05:31:16 CEST 2024

Total time taken to generate the page: 0.01569 seconds