Sciweavers

3708 search results - page 48 / 371
» Programming with C Exceptions
Sort
View
91 views 69 votes 15 years 3 months ago  FECS 2006»
79 views 73 votes 15 years 3 months ago  COOTS 1997»
69 views 38 votes 15 years 2 months ago  CORR 2007»
161 views 98 votes 15 years 7 days ago  IPPS 2010»
119 views 101 votes 16 years 2 months ago  ICFP 2008»
Earlier studies have introduced a list of high-level evaluation criteria to assess how well a language supports generic programming. Since each language that meets all criteria is...
172 views 142 votes 15 years 2 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 140 votes 14 years 11 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 102 votes 15 years 7 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 140 votes 15 years 9 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 234 votes 17 years 13 days 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...