Sciweavers

3708 search results - page 39 / 371
» Programming with C Exceptions
Sort
View
99 views 98 votes 15 years 20 days ago  ACTAC 2002»
A method for recognizing design patterns from C++ programs is presented. The method consists of two separate phases, analysis and reverse engineering of the C++ code, and architec...
171 views 114 votes 15 years 26 days ago  ECEASST 2008»
Abstract: Templates are a language feature of C++ and can be used for metaprogramming. The metaprogram is executed by the compiler and outputs source code which is then compiled. T...
182 views 85 votes 15 years 23 days ago  ENTCS 2007»
If a program does not fulfill a given specification, a model checker delivers a counterexample, a run which demonstrates the wrong behavior. Even with a counterexample, locating...
164 views 126 votes 15 years 7 months ago  MICRO 2007»
The emergence of multicore processors has heightened the need for effective parallel programming practices. In addition to writing new parallel programs, the next generation of pr...
100 views 85 votes 15 years 4 months ago  VLDB 1990»
Jasmine/C is a C-based database proqramninq language that allows the handling of persistent objects in Jasmine databases. The language is used to write methods for objects and app...
127 views 106 votes 15 years 20 days ago  ASE 2004»
Abstract. The use of pointers presents serious problems for software productivity tools for software understanding, restructuring, and testing. Pointers enable indirect memory acce...
154 views 96 votes 15 years 7 months ago  CASES 2009»
Accurate estimation of the tick length of a synchronous program is essential for efficient and predictable implementations that are devoid of timing faults. The techniques to dete...
181 views 147 votes 15 years 4 months ago  ESOP 2000»
We exhibit a technique for automatically verifying the safety of simple C programs working on tree-shaped data structures. We do not consider the complete behavior of programs, but...
136 views 102 votes 14 years 11 months ago  ISOLA 2010»
Automatic bug finding with static analysis requires precise tracking of different memory object values. This paper describes a memory modeling method for static analysis of C pro...
107 views 112 votes 15 years 2 months ago  DIMVA 2006»
Incomplete or improper input validation is one of the major sources of security bugs in programs. While traditional approaches often focus on detecting string related buffer overfl...