зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-30 21:26:09 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			96 строки
		
	
	
		
			4.7 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			96 строки
		
	
	
		
			4.7 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # C++ 11/14 General Info
 | |
| 
 | |
| ## Books
 | |
| 
 | |
| * Stroustrup - Programming Principles and Practice using Cpp 2nd ed
 | |
| * Horton - Beginning Cpp17 5th ed
 | |
| * Lippman - Cpp Primer 5th ed (Ch 13, 16.2.6, 16.2.7)
 | |
| * Josuttis - Cpp Standard Library 2nd ed (Ch 3)
 | |
| * Stroustrup - C++ Programming Language (check our Minsk library)
 | |
| * Meyers - Effective Modern C++
 | |
| * Lischner - Exploring C++11 2nd ed
 | |
| * Deitel - C++11 for Programmers 2nd ed 
 | |
| * Prata - C++ Primer Plus 6th ed (Ch 18)
 | |
| * Gregorie - Professional Cpp 3rd ed
 | |
| * Gottschling - Discovering Modern C++
 | |
| * Rao - Teach Yourself Cpp in One Hour a Day
 | |
| * Roth - Clean Cpp
 | |
| 
 | |
| ### Please, share the following Books if you have
 | |
| 
 | |
| * [Meyers - Presentation Materials: Overview of the New C++ 11/14] (http://www.artima.com/shop/overview_of_the_new_cpp)
 | |
| * [Karban - C++ Rocks] (http://cpprocks.com)
 | |
| 
 | |
| ## Presentations
 | |
| 
 | |
| * [Sinyakov - C++11 Slides] (http://www.slideshare.net/adankevich/c11-15621074)
 | |
| * [Synyakov - C++11 CheatSheet] (http://isocpp.org/blog/2012/12/c11-a-cheat-sheet-alex-sinyakov)
 | |
| * [Stroustrup - C++11 The Future is Here] (http://www.infoq.com/presentations/Cplusplus-11-Bjarne-Stroustrup)
 | |
| * [Stroustrup - C++14 Early Thoughts] (http://www.infoq.com/presentations/c-plus-plus-14)
 | |
| * [DeLong - Cpp The Good Parts] (http://isocpp.org/blog/2014/03/c-the-good-parts-jordan-delong)
 | |
| * [DeLong - Cpp The Good Parts at InfoQ] (http://www.infoq.com/presentations/c-plus-plus-pros)
 | |
| * [Maudal - Intro to the Modern C++] (http://www.pvv.org/~oma/ModernCPP_Thales_Oct2014.pdf)
 | |
| 
 | |
| ## Articles
 | |
| 
 | |
| * [The 15 C++11 features you must really use in your C++ projects] (http://cppdepend.com/blog/?p=319)
 | |
| * [Filipek - What you should know about C++11 Part 1] (http://bfilipek.hubpages.com/hub/What-you-should-know-about-C11)
 | |
| * [Filipek - What you should know about C++11 Part 2] (http://bfilipek.hubpages.com/hub/What-you-should-know-about-C11-Part-II)
 | |
| * [Filipek - What you should know about C++11 Part 3] (http://bfilipek.hubpages.com/hub/What-you-should-know-about-C11-Part-III)
 | |
| 
 | |
| ## FAQ
 | |
| 
 | |
| * [C++ FAQ] (http://isocpp.org/faq)
 | |
| * [C++ 11 FAQ] (http://isocpp.org/wiki/faq/cpp11)
 | |
| * [C++ 14 FAQ] (http://isocpp.org/wiki/faq/cpp14)
 | |
| * [Parashift Marshall Cline FAQ] (http://www.parashift.com/c++-faq-lite)
 | |
| 
 | |
| ## Wiki
 | |
| * [C++0x Wiki] (http://en.wikipedia.org/wiki/C++0x)
 | |
| * [C++11 Wiki] (http://en.wikipedia.org/wiki/C++11)
 | |
| * [C++11 Wiki Ru] (http://ru.wikipedia.org/wiki/C++11)
 | |
| * [C++14 Wiki] (http://en.wikipedia.org/wiki/C++14)
 | |
| 
 | |
| ## Standard
 | |
| * [C++ Standards Committee Papers] (http://www.open-std.org/JTC1/SC22/WG21/docs/papers)
 | |
| * [Latest publicly available draft of C++ standard] (http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3797.pdf)
 | |
| * [C standard documents] (http://www.open-std.org/JTC1/SC22/WG14/www/documents)
 | |
| * [Latest publicly available draft of C99 standard] (http://www.open-std.org/JTC1/SC22/WG14/www/docs/n1539.pdf)
 | |
| * [Tenouk page about standards] (http://www.tenouk.com/cplusstandard.html)
 | |
| * [Technical announcements and discussion of ISO C++ standardization process and C++ standard] (http://groups.google.com/group/comp.std.c++)
 | |
| 
 | |
| 
 | |
| ## Video
 | |
| 
 | |
| * [Falcou - Migrating of C++ Libraries to C++14] (https://www.youtube.com/watch?v=idPThkw2p6c)
 | |
| * [Sutter about VS 2013] (http://events.visualstudio.com/eng/sessions/details/?SessionProfile=1876)
 | |
| * [Lavavej - Core Cpp] (http://channel9.msdn.com/Series/C9-Lectures-Stephan-T-Lavavej-Core-C-/Core-Cpp-10)
 | |
| * [Qian - Modern C++] (https://www.youtube.com/playlist?list=PL5jc9xFGsL8FWtnZBeTqZBbniyw0uHyaH)
 | |
| 
 | |
| ### Going Native 2013
 | |
| * [GoingNative 2013 Ch9] (http://channel9.msdn.com/Events/GoingNative/2013)
 | |
| * [GoingNative 2013 YT] (https://www.youtube.com/playlist?list=PL09Ke5-ligfmlkBZRHA3HbEQSU2LanWti)
 | |
| * [GoingNative 2013 Papers and Presentations]  (https://github.com/sean-parent/sean-parent.github.com/wiki/Papers-and-Presentations)
 | |
| 
 | |
| ### Going Native 2012
 | |
| * [Going Native 2012 Ch9] (http://channel9.msdn.com/Events/GoingNative/GoingNative-2012)
 | |
| * [Going Native 2012 YT] (https://www.youtube.com/playlist?list=PL09Ke5-ligfm6f6br95tC6Zsoxfxc1Q0c)
 | |
| * [Going Native 2012 Sessions] (http://herbsutter.com/2012/02/08/going-native-sessions-online)
 | |
| 
 | |
| ### Cpp and Beyond 2012
 | |
| * [Cpp and Beyond 2012 Ch9] (http://channel9.msdn.com/Tags/cppbeyond+2012)
 | |
| * [Cpp and Beyond 2012 Galery] (http://cppandbeyond.com/video-gallery)
 | |
| 
 | |
| ## Compilers Support
 | |
| * [Compilers Support by CppRocks] (http://cpprocks.com/c1114-compiler-and-library-shootout)
 | |
| * [Compilers Support by GCC] (http://gcc.gnu.org/projects/cxx0x.html)
 | |
| * [Compilers Support by Clang] (http://clang.llvm.org/cxx_status.html)
 | |
| * [Compilers Support by Filipek] (http://www.bfilipek.com/2013/12/c-status-at-end-of-2013.html)
 | |
| 
 | |
| ## People blogs
 | |
| * [Herb Sutter] (http://herbsutter.com)
 | |
| 
 | |
| ## Groups
 | |
| * [comp.lang.c++.moderated] (http://groups.google.com/group/comp.lang.c++.moderated)
 | |
| 
 | 
