Sciweavers

3708 search results - page 49 / 371
» Programming with C Exceptions
Sort
View
172 views 126 votes 15 years 1 months ago  APLAS 2010»
Abstract. Through foreign function interfaces (FFIs), software components in different programming languages interact with each other in the same address space. Recent years have w...
121 views 125 votes 14 years 10 months ago  CACM 2010»
We present Goldilocks, a Java runtime that monitors program executions and throws a DataRaceException when a data race is about to occur. This prevents racy accesses from taking p...
184 views 89 votes 15 years 6 months ago  ICCS 2004»
We describe and compare the programming languages C, MATLAB and Python as teaching languages for engineering students. We distinguish between two distinct phases in the process of ...
190 views 130 votes 15 years 7 months ago  PLDI 2009»
Program errors are a source of information leaks. Tracking these leaks is hard because error propagation breaks out of program structure. Programming languages often feature excep...
460 views 213 votes 16 years 11 months ago
"This book serves as an introduction to the C++ language. It teaches how to program in C++ and how to properly use its features. It does not attempt to teach object-oriented...
352 views 219 votes 16 years 11 months ago
This book covers the styling code convention of the C language.
424 views 217 votes 16 years 11 months ago
"This book contains a detailed analysis of the International Standard for the C language"
144 views 109 votes 15 years 5 months ago  HOPL 1993»
This paper outlines the history of the C++ programming language. The emphasis is on the ideas, constraints, and people that shaped the language, rather than the minutiae of langua...
343 views 195 votes 16 years 11 months ago
"This book is primarily intended to be a text for the programming component in an introductory two semester computer science course (some materials are a little advanced and m...
424 views 124 votes 15 years 6 months ago  INAP 2005»
This article introduces the turtle++ library which combines constraint-based and imperative paradigms and enables in this way constraint imperative programming (CIP) with c++. Inte...