Sciweavers

12334 search results - page 39 / 2467
» The Use of C
Sort
View
ECOOP
2010
Springer
15 years 5 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
95
Voted
CORR
2010
Springer
73views Education» more  CORR 2010»
15 years 3 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
119
Voted
POPL
1994
ACM
15 years 7 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
85
Voted
C++
1990
64views more  C++ 1990»
15 years 4 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
135
Voted
HOPL
2007
15 years 7 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