Yahoo Search Busca da Web

  1. Anúncio

    relacionado a: stroustrup c

Resultado da Busca

  1. en.wikipedia.org › wiki › C++C++ - Wikipedia

    Há 2 dias · C++ (/ ˈ s iː p l ʌ s p l ʌ s /, pronounced "C plus plus" and sometimes abbreviated as CPP) is a high-level, general-purpose programming language created by Danish computer scientist Bjarne Stroustrup.

  2. Há 22 horas · C ( pronounced / ˈsiː / – like the letter c) [6] is a general-purpose programming language. It was created in the 1970s by Dennis Ritchie and remains very widely used and influential. By design, C's features cleanly reflect the capabilities of the targeted CPUs. It has found lasting use in operating systems code (especially in kernels [7 ...

  3. Há 2 dias · 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.

  4. Há 4 dias · C++, a general-purpose programming language, is well-regarded for its wide-ranging use and continuous relevance in the realm of computing. Developed as an extension of the C programming language, C++ is a powerful tool designed to encapsulate both high and low-level language features. Pioneered by Bjarne Stroustrup at Bell Labs in the early ...

  5. Há 5 dias · 1. The C++ Programming Language (Fourth Edition) Author: Bjarne Stroustrup. For: Beginner-level and intermediate-level programmers. It is written by none other than Bjarne Stroustrup, the creator of C++, and who else to know better C++ than him? The C++ Programming Language is an immensely popular and hands-on guide on the subject.

  6. en.wikipedia.org › wiki › C++11C++11 - Wikipedia

    Há 5 dias · C++11 is a version of the ISO / IEC 14882 standard for the C++ programming language. C++11 replaced the prior version of the C++ standard, called C++03, [1] and was later replaced by C++14. The name follows the tradition of naming language versions by the publication year of the specification, though it was formerly named C++0x ...

  7. Há 2 dias · Strange arithmetic conversions. Stroustrup states in C++ Programming Language 4th edition page 271 that the result of converting an unsigned integer to a signed one of possibly larger size implementation defined. This contradicts him saying that the value is unchanged if it can be represented in the destination type, otherwise it is ...