Sciweavers

3708 search results - page 31 / 371
» Programming with C Exceptions
Sort
View
103 views 89 votes 15 years 4 months ago  POS 1994»
Persistent programming languages exhibit several requirements that affect the generation of native code, namely: garbage collection; arbitrary persistence of code, data and proces...
99 views 102 votes 15 years 6 months ago  QSIC 2006»
This paper describes a prototype tool, called SimC, which automatically generates test data for unit testing of C programs. The tool symbolically simulates the execution of the gi...
320 views 114 votes 15 years 6 months ago  GPCE 2005»
Abstract. This paper presents AOP++, a generic aspect-oriented programming framework in C++. It successfully incorporates AOP with object-oriented programming as well as generic pr...
301 views 199 votes 16 years 9 months ago
"This book is a tutorial. Its aim is to teach C to a beginner, but with enough of the details so as not be outgrown as the years go by. It presumes that you have some previo...
101 views 100 votes 15 years 4 months ago  GCSE 2000»
Combinations of C++ features, like inheritance, templates, and class nesting, allow for the expression of powerful component patterns. In particular, research has demonstrated that...
110 views 74 votes 15 years 5 months ago  HICSS 1997»
The mpC language was developed to write efJicientand portable programsfor wide range of distributed memory machines. It supports both task and data parallelism, allows both static...
195 views 105 votes 15 years 3 months ago  DATE 2010»
Abstract--This paper summarizes a special session on multicore/multi-processor system-on-chip (MPSoC) programming challenges. Wireless multimedia terminals are among the key driver...
110 views 126 votes 15 years 4 months ago  PEPM 1992»
A partial evaluator is an automatic program transformation tool. Given as input a general program and part of its input, it can produce a specialized version. If the partial evalu...
198 views 120 votes 14 years 4 months ago  ESOP 2011»
We present a static analysis by Abstract Interpretation to check for run-time errors in parallel C programs. Following our work on Astr´ee, we focus on embedded critical programs ...
285 views 181 votes 16 years 11 months ago
"This book is designed to provide teaching materials to any instructor who wants to use Practical C++ Programming in his classroom. The materials contained in this book contai...