* Cantinho Satkeys

Refresh History
  • xifanwaifan11: ja
    18 de Julho de 2025, 11:44
  • JPratas: try65hytr A Todos  4tj97u<z classic k7y8j0
    18 de Julho de 2025, 05:11
  • cunha45: Entendido
    16 de Julho de 2025, 20:33
  • j.s.: reafirmo 15/07/2026 o forum encerra
    16 de Julho de 2025, 18:26
  • j.s.: o que foi dito é que este ano está pago, e para bom entendedor foi dito que após desinteresse nos membros, ficam já avisados que a 15/07/2026
    16 de Julho de 2025, 18:25
  • j.s.: boa tarde
    16 de Julho de 2025, 18:22
  • cunha45: Com a colaboração de 6 membros, aos quais agradecemos e com custos muito elevados, por parte da administração, foi pago mais um ano , do domínio e nome do fórum, num servidor externo.  Como o fórum é dos dos seus membros, e como estes mostraram total desinteresse numa pequena ajuda para a sua manutenção informamos que  a partir de 15/07/2026 o fórum encerra as suas portas.  Para todos os membros que não nos quiseram ajudar, e que fazem neste fórum, os seus downloads do que aqui disponibilizamos, para seu proveito e de borla, iremos cancelar essa função, apenas podendo vizualizar o forum.  A administação
    16 de Julho de 2025, 13:43
  • cunha45: ainda nao encerrou
    16 de Julho de 2025, 13:42
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    16 de Julho de 2025, 11:46
  • m1957: Obrigado pelo cuidado em informar!
    16 de Julho de 2025, 00:45
  • cereal killa: boas gomes, 4tj97u<z
    14 de Julho de 2025, 21:32
  • j.s.: cereal enviei pm  4tj97u<z
    14 de Julho de 2025, 21:13
  • j.s.: Entre as 20h do dia 13 de agosto de 2025 e as 10h do dia 14 de agosto de 2025 (horário CEST).
    14 de Julho de 2025, 20:55
  • j.s.: foi refeita nova data para migração
    14 de Julho de 2025, 20:55
  • j.s.: 43e5r6
    14 de Julho de 2025, 16:49
  • j.s.: por isso o forum deve estar off line  Início: 16/07/2025 às 20:00 (CEST) Fim: 17/07/2025 às 10:00 (CEST)
    14 de Julho de 2025, 16:49
  • j.s.: vai ser efectuada migração de servidores
    14 de Julho de 2025, 16:48
  • j.s.: dgtgtr a todosc 49E09B4F
    14 de Julho de 2025, 16:47
  • cunha45: ja
    14 de Julho de 2025, 08:25
  • j.s.: passem por aqui p.f. [link]
    13 de Julho de 2025, 16:29

Autor Tópico: The C++ Programming Language: Learn and Master C++  (Lida 122 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
The C++ Programming Language: Learn and Master C++
« em: 05 de Novembro de 2022, 04:06 »

The C++ Programming Language: Learn and Master C++
Published 11/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 146 lectures (4h 27m) | Size: 1.93 GB
Master the C++ programming language from the ground up! 40 hands-on coding exercises and 6 quizzes

What you'll learn
Go from having little/no experience in C++ to being PROFICIENT in writing programs in C++ code
Master C++ programming with a hands-on approach focused on getting you professional C++ experience you can use to GET A JOB!
Understand critical coding concepts like RECURSION, REGEX, LINKED LISTS, and TREES with C++ code
Includes INTERACTIVE QUIZZES and CODING EXERCISES to ensure you get hands-on coding knowledge and retain the concepts taught
Gain knowledge of C++ CONTAINERS like vectors, forward lists, lists, deques, sets, maps, stacks, and queues
Build the coding skills and deep understanding of computer science, data structures, and algorithms to pass coding interviews with TOP TIER TECH COMPANIES!
Learn to use C++ to code STRING algorithms like roman to integer, palindrome, and anagram coding interview questions
Code ARRAY algorithms like remove element, remove duplicates, Pascal's triangle, and sort array by parity
Master traversing TREES and coding algorithms like BREADTH FIRST SEARCH and DEPTH FIRST SEARCH
Bolster your knowledge of LINKED LISTS and understand how to merge linked lists, remove elements from them, and reverse a linked list
Requirements
A computer with Windows, Mac, or Linux
Eagerness and willingness to learn C++ programming
Note: All software and programs for this course are FREE
Description
The goal of this course is to make C++ programming an easy-to-learn and approachable subject for programmers of any level.
Even if you don't know programming, or have any experience using C++, that is OK! I designed this course to take you from zero to hero in C++, explaining the concepts from the ground up. We will start out downloading the Visual Studio Code IDE (free) and writing a hello world program in C++.
By the end of the course you will be comfortable working with advanced data structures like trees and linked lists and writing algorithms to work with them. You will have a foundation of programming and the ability to solve coding interview level questions using C++ code.
In this course we will cover
The Basics of C++ - including how a C++ program is run, importing header files, built-in data types, and outputting information to the console using C++
Input, Conditional Statements & Loops - like if statements, switch statements, for loops, and while loops in C++
User-Defined Types - such as structs, classes, and enums in C++
Intermediate C++ - including the Standard Library, Dates & Times in C++, Recursion, REGEX, Linked Lists, and Trees in C++
Containers - like vectors, forward lists, lists, deques, sets, maps, stacks, queues, and how to work with each of these using C++ code
Object Oriented Programming (OOP) - including classes, objects, and inheritance in C++
Algorithms taught in this course
Along with an explanation of the algorithm, a hands-on opportunity to practice implementing it, and a step-by-step explanation showing how to code the solution using C++
String Algorithms - questions that come up frequently on coding interviews regarding strings in C++
Roman to Integer
Palindrome
Reverse Characters
Valid Parentheses
Valid Anagram
Array and Vector Algorithms - questions that come up frequently on coding interviews regarding arrays in C++
Remove Element
Remove Duplicates From Sorted Array
Pascal's Triangle
Sort Array by Parity
Tree Algorithms - questions that come up frequently on coding interviews regarding trees in C++
Inorder Traversal
Preorder Traversal
Postorder Traversal
Maximum Depth (Height) of Binary Tree
Balanced Binary Tree
Path Sum
Breadth First Search (BFS)
Depth First Search (DFS)
Linked List Algorithms - questions that come up frequently on coding interviews regarding strings in C++
Merge Two Sorted Linked Lists
Remove Linked List Elements
Reverse Linked List
What if you have questions?
Any questions you have can be posted to the Q&A forum or messaged to me on Udemy. I check my Udemy account every day to see if students have questions, and do my best to be as responsive and helpful as possible.
If you get stuck at any point during this course, send me a message and I will get you unstuck!
There is no risk in taking this course!
This course comes with a full 30 day money-back guarantee. You either end up with C++ skills, go on to develop great programs and potentially make an awesome career for yourself, or you try the course and simply get all your money back if you don't like it.
You literally can't lose.
Are you ready to master the C++ programming language and build an awesome set of software engineering skills? Then enroll now using the "Add to Cart" button on the right!
Who this course is for
Anyone that wants to learn and master the C++ programming language

Download link

rapidgator.net:
Citar
https://rapidgator.net/file/7431cd5c49e7eac07291bdf7403e8189/lgjoy.The.C.Programming.Language.Learn.and.Master.C.part1.rar.html
https://rapidgator.net/file/e93d2a83803b586a4e4669cfd363096a/lgjoy.The.C.Programming.Language.Learn.and.Master.C.part2.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/ae0511c7f5182D43/lgjoy.The.C.Programming.Language.Learn.and.Master.C.part1.rar
https://uploadgig.com/file/download/749ee79C391b7e1E/lgjoy.The.C.Programming.Language.Learn.and.Master.C.part2.rar

nitroflare.com:
Citar
https://nitroflare.com/view/F6C1BE828C5ACBB/lgjoy.The.C.Programming.Language.Learn.and.Master.C.part1.rar
https://nitroflare.com/view/92DD82063FC53D5/lgjoy.The.C.Programming.Language.Learn.and.Master.C.part2.rar

1dl.net:
Citar
https://1dl.net/2vhymv35sj9w/lgjoy.The.C.Programming.Language.Learn.and.Master.C.part1.rar.html
https://1dl.net/4l5wjahpa26u/lgjoy.The.C.Programming.Language.Learn.and.Master.C.part2.rar.html