Yahoo España Búsqueda web

Search results

  1. Hace 3 días · by Bjarne Stroustrup. Summary of the talk: Type safety was one of the key initial C++ design ideals. We have evolved C++ to the point where we can write C++ with no violations of the type system, no resource leaks, no memory corruption, no garbage collector, no limitation of expressiveness or performance degradation compared to well ...

  2. Hace 2 días · by Bjarne Stroustrup. Summary of the talk: Type safety was one of the key initial C++ design ideals. We have evolved C++ to the point where we can write C++ with no violations of the type system, no resource leaks, no memory corruption, no garbage collector, no limitation of expressiveness or performance degradation compared to well-written ...

  3. Hace 5 días · Back in 1979, Bjarne Stroustrup was working on his PhD thesis and needed a language that combined the efficiency and control of C with the higher-level programming capabilities of Simula. This...

  4. Hace 5 días · C++, born from C’s roots, is a potent programming language shaped by Bjarne Stroustrup at Bell Labs in the early 1980s. Valued for its efficiency, performance, and adaptability, C++ merges procedural and object-oriented programming, empowering developers to craft modular, reusable code.

  5. Hace 4 días · En este volumen el autor realiza un completo recorrido del lenguaje C++ moderno, desde los fundamentos hasta temas más avanzados. Actualizada para C++20, esta edición trata muchas funciones nuevas en C++20, tal y como han sido implementadas por los principales proveedores del lenguaje, incluyendo módulos, conceptos, corrutinas y ...

  6. Hace 5 días · Since at least 2014, Bjarne Stroustrup has advocated addressing safety in C++ via asubset of a superset”: That is, first “superset” to add essential items not available in C++14, then “subset” to exclude the unsafe constructs that now all have replacements.

  7. Hace 2 días · The report cites this class of vulnerability as a common theme in the some of the most infamous cyber events, such as the Morris worm of 1988, the Heartbleed vulnerability in 2014, and the Blastpass exploit of 2023. Herb Sutter works at Microsoft and chairs the ISO C++ standards committee. He joins the show to talk about C++ safety.