Sciweavers

3708 search results - page 14 / 371
» Programming with C Exceptions
Sort
View
143 views 94 votes 15 years 6 months ago  FMCO 2005»
Abstract. We describe the algorithmic and implementation ideas behind a tool, Orion, for finding common programming errors in C and C++ programs using static code analysis. We aim...
93 views 94 votes 14 years 10 months ago  ATVA 2010»
Exception handling is an important language feature for building more robust software programs. It is primarily concerned with capturing abnormal events, with the help of catch han...
51 views 71 votes 15 years 12 days ago  JSC 2002»
107 views 90 votes 15 years 2 months ago  APLAS 2008»
Abstract. Exceptions are an indispensable part of modern programming languages. They are, however, handled poorly, especially by higherorder languages such as Standard ML and Haske...
109 views 216 votes 16 years 1 months ago  ECOOP 2009»
The primary goal of exception mechanisms is to help ensure that when an operation fails, code that depends on the operation's successful completion is not executed (a property...
96 views 86 votes 15 years 5 months ago  ECOOPWEXCEPTION 2000»
This paper presents a set of concepts and design techniques that has proven successful in implementing and using C++ libraries intended for applications that simultaneously require...
119 views 75 votes 15 years 4 months ago  LCPC 1993»
This paper presents a model for concurrent programming, where programs (concurrent program structures) are represented as composition expressions over component programs with suita...
103 views 88 votes 16 years 1 months ago  SIGSOFT 2006»
It is usually assumed that the implementation of exception handling can be better modularized by the use of aspectoriented programming (AOP). However, the trade-offs involved in u...
124 views 120 votes 15 years 5 months ago  ICDCS 1998»
Exceptions are one of the most pervasive problems in process support systems. In installations expected to handle a large number of processes, having exceptions is bound to be a n...
170 views 103 votes 15 years 1 months ago  EUROPAR 2010»
Abstract. Algorithmic Skeletons offer high-level abstractions for parallel programming based on recurrent parallelism patterns. Patterns can be combined and nested into more comple...