Sciweavers

3708 search results - page 22 / 371
» Programming with C Exceptions
Sort
View
90 views 114 votes 15 years 2 months ago  APAL 2008»
Most type systems are agnostic regarding the evaluation strategy for the underlying languages, with the value restriction for ML which is absent in Haskell as a notable exception....
2455 views 263 votes 17 years 7 days ago
"The objective of this edition is not only to assist the contestants during the contest hours but also describing the core subjects of Computer Science such as C Programming, ...
140 views 167 votes 15 years 7 months ago  PLDI 2003»
This paper presents a static analysis tool that can automatically find memory leaks and deletions of dangling pointers in large C and C++ applications. We have developed a type s...
81 views 89 votes 15 years 7 months ago  WCRE 2003»
93 views 113 votes 15 years 4 months ago  APLAS 2008»
Abstract. We propose c2-calculus, which is a second-order polymorphic call-by-value calculus with extensional universal types. Unlike product types or function types in call-by-val...
118 views 119 votes 15 years 20 days ago  TSE 2010»
—Process modeling allows for analysis and improvement of processes that coordinate multiple people and tools working together to carry out a task. Process modeling typically focu...
140 views 125 votes 15 years 6 months ago  POPL 1999»
A promising technique for protecting privacy and integrity of sensitive data is to statically check information flow within programs that manipulate the data. While previous work...
1455 views 242 votes 17 years 13 days ago
A set of lecture notes that introduces the reader to the object-orientation as a new programming concept. However, this is not a course for learning the C++ programming language.
94 views 91 votes 15 years 8 months ago  DDECS 2006»
Abstract— In this paper, we describe a system for transforming a code given in ANSI C into an equivalent SystemC description. In order to synthesize parallel C codes into hardwar...
122 views 104 votes 15 years 6 months ago  CAV 2006»
We show how to find and fix faults in Boolean programs by extending the program to a game. In the game, the protagonist can select an alternative implementation for an incorrect st...