C11 (C standard revision) - Wikipedia
https://en.wikipedia.org/wiki/C11_(C_standard_revision)
C11 (formerly C1X) is an informal name for ISO/IEC 9899:2011, a past standard for the C programming language. It replaced C99 (standard ISO/IEC 9899:1999) and has been superseded by C17...
C11 - C - WikiChip
https://en.wikichip.org/wiki/c/c11
C11 was also later adopted by INCITS as an ANSI standard on May 23, 2012 as INCITS/ISO/IEC The C11 standard adds concurrency support, provides a mechanism for type-generic expressions...
C++11 - cppreference.com
https://en.cppreference.com/w/cpp/11
C++11 is the second major version of C++ (the previous ones are C++98 and C++03, while the next ones are C++14, C++17, C++20, where major version are marked in bold) and the most important update since C++98.
The Biggest Changes in C++11 (and Why You Should Care)
https://smartbear.com/blog/the-biggest-changes-in-c11-and-why-you-should-care/
Indeed, core C++11 has changed significantly. The C++11 Standard Library was also revamped with new algorithms, new container classes, atomic operations, type traits, regular expressions, new smart...
C++11 Tutorial - thispointer.com
https://thispointer.com/c11-tutorial/
C++11 Lambda Function : Example & Tutorial. C++11 Lambda : Capturing local variables. C++11 Lambda : Capturing Member Variables.
c++ - Where can I find the C++11 standard papers? - Stack Overflow
https://stackoverflow.com/questions/7747069/where-can-i-find-the-c11-standard-papers
Where can I find the full C++11 standard? I know features of it are floating around the internet but I For C++03, the standard was (and is) available for $30 from ANSI, but the C++11 standard is still...
C11 and C17 Standard Support Arriving in MSVC | C++ Team Blog
https://devblogs.microsoft.com/cppblog/c11-and-c17-standard-support-arriving-in-msvc/
Our team is happy to announce that C11 and C17 are becoming supported language versions in the MSVC compiler toolset starting with Visual All the required features of C11 and C17 are supported.
C++11 Faq
https://www.stroustrup.com/C++11FAQ.html
C++11 is the ISO C++ standard ratified in 2011. The previous standard is often referred to as C++98 or C++03; the differences between C++98 and C++03 are so few and so technical that they ought not...