Sciweavers

3708 search results - page 22 / 371
» Programming with C Exceptions
Sort
View
90 views 100 votes 15 years 27 days 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 243 votes 16 years 10 months 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 149 votes 15 years 6 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 79 votes 15 years 6 months ago  WCRE 2003»
93 views 105 votes 15 years 2 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 108 votes 14 years 11 months 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 113 votes 15 years 5 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 222 votes 16 years 11 months 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 82 votes 15 years 6 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 89 votes 15 years 4 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...