Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
Complete  Modern C++ (C++11/14/17) (updated 6/2021) Vote_lcapComplete  Modern C++ (C++11/14/17) (updated 6/2021) Voting_barComplete  Modern C++ (C++11/14/17) (updated 6/2021) Vote_rcap 
Engh3
Complete  Modern C++ (C++11/14/17) (updated 6/2021) Vote_lcapComplete  Modern C++ (C++11/14/17) (updated 6/2021) Voting_barComplete  Modern C++ (C++11/14/17) (updated 6/2021) Vote_rcap 
ПΣӨƧӨFƬ
Complete  Modern C++ (C++11/14/17) (updated 6/2021) Vote_lcapComplete  Modern C++ (C++11/14/17) (updated 6/2021) Voting_barComplete  Modern C++ (C++11/14/17) (updated 6/2021) Vote_rcap 
ℛeℙ@¢ᴋ€r
Complete  Modern C++ (C++11/14/17) (updated 6/2021) Vote_lcapComplete  Modern C++ (C++11/14/17) (updated 6/2021) Voting_barComplete  Modern C++ (C++11/14/17) (updated 6/2021) Vote_rcap 
大†Shinegumi†大
Complete  Modern C++ (C++11/14/17) (updated 6/2021) Vote_lcapComplete  Modern C++ (C++11/14/17) (updated 6/2021) Voting_barComplete  Modern C++ (C++11/14/17) (updated 6/2021) Vote_rcap 
missyou123
Complete  Modern C++ (C++11/14/17) (updated 6/2021) Vote_lcapComplete  Modern C++ (C++11/14/17) (updated 6/2021) Voting_barComplete  Modern C++ (C++11/14/17) (updated 6/2021) Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Chaos Corona 12 for 3ds Max 2016 – 2025 + Material Library Win x64
Complete  Modern C++ (C++11/14/17) (updated 6/2021) EmptyHoy a las 2:29 pm por tano1221

» Nitro PDF Pro 14.26.1.0 (x64) Enterprise / Retail Multilingual
Complete  Modern C++ (C++11/14/17) (updated 6/2021) EmptyHoy a las 2:15 pm por tano1221

» Appeon Powerbuilder 2022 Build 1878
Complete  Modern C++ (C++11/14/17) (updated 6/2021) EmptyHoy a las 2:11 pm por tano1221

» Wise Care 365 Pro 6.7.4.649 Multilingual +Portable
Complete  Modern C++ (C++11/14/17) (updated 6/2021) EmptyHoy a las 2:06 pm por tano1221

» Key Metric FolderSizes 9.6.490 Enterprise
Complete  Modern C++ (C++11/14/17) (updated 6/2021) EmptyHoy a las 2:00 pm por tano1221

» Avast Ransomware Decryption Tools 1.0.0.723
Complete  Modern C++ (C++11/14/17) (updated 6/2021) EmptyHoy a las 1:12 pm por tano1221

» 4K Video Downloader Plus 1.7.2.0098 Multilingual
Complete  Modern C++ (C++11/14/17) (updated 6/2021) EmptyHoy a las 1:00 pm por tano1221

» 4K YouTube to MP3 5.4.2.0098 Multilingual
Complete  Modern C++ (C++11/14/17) (updated 6/2021) EmptyHoy a las 12:50 pm por tano1221

» Audified MixChecker ULTRA v1.0
Complete  Modern C++ (C++11/14/17) (updated 6/2021) EmptyHoy a las 4:22 am por missyou123

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Complete Modern C++ (C++11/14/17) (updated 6/2021)

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 70279
Fecha de inscripción : 20/08/2016

Complete  Modern C++ (C++11/14/17) (updated 6/2021) Empty
MensajeTema: Complete Modern C++ (C++11/14/17) (updated 6/2021)   Complete  Modern C++ (C++11/14/17) (updated 6/2021) EmptyLun Jul 12, 2021 4:39 am

Complete  Modern C++ (C++11/14/17) (updated 6/2021) 2741c8857aa71e0372edbf613272116d
MP4 | Video: h264, 1280x720 | Audio: AAC, 44100 Hz
Language: English | Size: 8.45 GB | Duration: 19h 43m

What you'll learn
Use C++ as an object-oriented language
Demystify function & class templates
Use STL components in your applications
Write real-world applications in C++
Apply Modern C++ (C++11/14/17) in programs

Description
Learn C++ in depth with modern features introduced with C++11/14/17

Updated with C++17 features!

C++ is a general purpose programming language invented by Bjarne Stroustrup. It is still one of the more popular programming languages, used for creating high performance applications across a wide variety of domains & platforms.

In 2011, C++11 was born. This revision added lot of new features to the language and it got a new name, Modern C++. This emphasizes writing C++ code using modern features of the language such as move semantics, automatic type inference, threading, lambda expressions, smart pointers and a lot more. C++11 was followed by C++14, that added even more features and enhanced existing ones. C++17 released in 2017 added a filesystem library (covered in the course), parallel versions of STL algorithms, new library types such as std::optional, std::any and more.

This course teaches C++ as an object oriented language with modern features. It focuses on teaching C++ concepts, both old and new, with clear examples. It builds upon the basic language facilities that are then used to build more complex programs with classes, operator overloading, composition, inheritance, polymorphism, templates, concurrency, etc. It even digs deep into assembly to understand few concepts better. After every few topics, a quiz is presented that tests your understanding of the previous topics. Have fun learning Modern C++.

Note that this course is not for you if

You have never programmed before

You don't know ANY programming language

You want to learn basics of programming

Update [April 19, 2020] : Biggest update so far. Added C++17 core language changes, template enhancement and new library types.

Update [April 11, 2020] : Added content on copy elision, type traits, static_assert & generalized lambda capture, C++11 unions

Update [Mar 25, 2020]: XCode installation & high-level concurrency (std::async)

Update [Mar 1, 2019] : More videos added for memory management with smart pointers (shared_ptr, unique_ptr, weak_ptr_)

Update [Oct 19, 2017] :Instructions added for installing Visual Studio Community 2017, Cevelop (Eclipse) & Code::Blocks

Update [Sep 29, 2107] : Added more content on dynamic memory allocation (malloc, new[], 2D arrays, strings)

Update [Sep 16, 2017] : C++ concurrency (std::thread, std::mutex, etc)

Update [April 27, 2017] : Templates, Function Object, Lambda Expressions, Standard Template Library

Update [Mar 23, 2017] : Virtual Inheritance, Exception handling, File I/O, std::filesystem (C++17)

Update [Mar 4, 2017] : Strings, stringstreams, enums, inheritance, polymorphism

Update [Feb 25, 2017] : Source Code of existing topics added

Who this course is for:
College students who want to learn Modern C++
Expert C++ developers who want to migrate to Modern C++
C++ developers with varying level of experience, who want to refresh basics of the C++ language and get acquainted with the new features
Software professionals who want to learn & implement Modern C++
Anyone who is comfortable with other languages like C, Java, C#, Python, etc, and wants to learn & apply Modern C++
Anyone interested in learning C++

Screenshots

Complete  Modern C++ (C++11/14/17) (updated 6/2021) 7512a6fb2aff4a684f8fc60cb6c927b2

DOWNLOAD:
Citación :

https://rapidgator.net/file/5dd99c2be02be59d7270ff1cef0b6a36/h19jb.Complete.Modern.C.C111417.updated.62021.part01.rar.html
https://rapidgator.net/file/ca4f0f4c20cf89234cccaca4ef483833/h19jb.Complete.Modern.C.C111417.updated.62021.part02.rar.html
https://rapidgator.net/file/ee5ff84ac58d13c1da83adfb0aa13e23/h19jb.Complete.Modern.C.C111417.updated.62021.part03.rar.html
https://rapidgator.net/file/2110fe954b70ea72c5231f7df992d51a/h19jb.Complete.Modern.C.C111417.updated.62021.part04.rar.html
https://rapidgator.net/file/fb19b29aa1b44cbe7cd88d2b6591a966/h19jb.Complete.Modern.C.C111417.updated.62021.part05.rar.html
https://rapidgator.net/file/45c4aa4e594a84229b6eacc821cca036/h19jb.Complete.Modern.C.C111417.updated.62021.part06.rar.html
https://rapidgator.net/file/39df46fed47f19b5589d836be56dc747/h19jb.Complete.Modern.C.C111417.updated.62021.part07.rar.html
https://rapidgator.net/file/c8b7cc6195788e549faff57bd069a100/h19jb.Complete.Modern.C.C111417.updated.62021.part08.rar.html
https://rapidgator.net/file/981b9931d766d8bef60be55c031aef0f/h19jb.Complete.Modern.C.C111417.updated.62021.part09.rar.html


https://uploadgig.com/file/download/ea05400be2eDBb90/h19jb.Complete.Modern.C.C111417.updated.62021.part01.rar
https://uploadgig.com/file/download/33F9595dbe371fA9/h19jb.Complete.Modern.C.C111417.updated.62021.part02.rar
https://uploadgig.com/file/download/c6Fb254F2ab4c9bc/h19jb.Complete.Modern.C.C111417.updated.62021.part03.rar
https://uploadgig.com/file/download/5e2A955fA7749509/h19jb.Complete.Modern.C.C111417.updated.62021.part04.rar
https://uploadgig.com/file/download/E613c06050407bdf/h19jb.Complete.Modern.C.C111417.updated.62021.part05.rar
https://uploadgig.com/file/download/b891E20C6dd91b15/h19jb.Complete.Modern.C.C111417.updated.62021.part06.rar
https://uploadgig.com/file/download/72Fd8d1b4E973818/h19jb.Complete.Modern.C.C111417.updated.62021.part07.rar
https://uploadgig.com/file/download/b791009a39052d5b/h19jb.Complete.Modern.C.C111417.updated.62021.part08.rar
https://uploadgig.com/file/download/6605310a97393303/h19jb.Complete.Modern.C.C111417.updated.62021.part09.rar


https://nitroflare.com/view/149886AF0CAE6E9/h19jb.Complete.Modern.C.C111417.updated.62021.part01.rar
https://nitroflare.com/view/E26E4786542D522/h19jb.Complete.Modern.C.C111417.updated.62021.part02.rar
https://nitroflare.com/view/410FB953A8763B0/h19jb.Complete.Modern.C.C111417.updated.62021.part03.rar
https://nitroflare.com/view/537B822B8535361/h19jb.Complete.Modern.C.C111417.updated.62021.part04.rar
https://nitroflare.com/view/7EC75E917B75EF6/h19jb.Complete.Modern.C.C111417.updated.62021.part05.rar
https://nitroflare.com/view/92E73FCED8D3F8D/h19jb.Complete.Modern.C.C111417.updated.62021.part06.rar
https://nitroflare.com/view/98C9BF88DBDE83C/h19jb.Complete.Modern.C.C111417.updated.62021.part07.rar
https://nitroflare.com/view/D1BD463DB7993CA/h19jb.Complete.Modern.C.C111417.updated.62021.part08.rar
https://nitroflare.com/view/CDE069FFCC66AEA/h19jb.Complete.Modern.C.C111417.updated.62021.part09.rar

Volver arriba Ir abajo
 

Complete Modern C++ (C++11/14/17) (updated 6/2021)

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» JavaScript Modern ES6 - 2020 - The Complete Course (Updated)
» JavaScript Modern ES6 - 2020 - The Complete Course (Updated 52020)
» NestJS Zero to Hero - Modern TypeScript Back-end Development (Updated 5/2021)
» The Complete Healthcare Artificial Intelligence Course 2021 (Updated 04/2021)
» The Complete SQL Bootcamp 2021: from Zero to Hero SQL (Updated 3/2021)

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-