Sciweavers

12334 search results - page 39 / 2467
» The Use of C
Sort
View
ECOOP
2010
Springer
13 years 12 months ago
Adding Dynamic Types to C#
Developers using statically typed languages such as C and Java are increasingly having to interoperate with APIs and object models defined in dynamic languages. This impedance mis...
Gavin M. Bierman, Erik Meijer, Mads Torgersen
CORR
2010
Springer
73views Education» more  CORR 2010»
13 years 10 months ago
Privacy Issues of the W3C Geolocation API
The W3C's Geolocation API may rapidly standardize the transmission of location information on the Web, but, in dealing with such sensitive information, it also raises serious...
Nick Doty, Deirdre K. Mulligan, Erik Wilde
POPL
1994
ACM
14 years 2 months ago
Reducing Indirect Function call Overhead in C++ Programs
Modern computer architectures increasingly depend on mechanisms that estimate future control flow decisions to increase performance. Mechanisms such as speculative execution and p...
Brad Calder, Dirk Grunwald
C++
1990
64views more  C++ 1990»
13 years 11 months ago
Reliable Distributed Programming in C++: The Arjuna Approach
Programming in a distributed system is fraught with potential difficulties caused, in part, by the physical distribution of the system itself. By making the distribution of the sy...
Graham D. Parrington
HOPL
2007
14 years 1 months ago
Evolving a language in and for the real world: C++ 1991-2006
This paper outlines the history of the C++ programming language from the early days of its ISO standardization (1991), through the 1998 ISO standard, to the later stages of the C+...
Bjarne Stroustrup