* Cantinho Satkeys

Refresh History
  • JPratas: try65hytr Pessoal  classic k7y8j0
    Hoje às 01:42
  • j.s.: try65hytr a todos  49E09B4F
    07 de Novembro de 2024, 18:10
  • JPratas: dgtgtr Pessoal  49E09B4F k7y8j0
    06 de Novembro de 2024, 17:19
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37

Autor Tópico: C++ Code Exercises-From Entry To Intermediate-2023  (Lida 50 vezes)

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

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115976
  • Karma: +0/-0
C++ Code Exercises-From Entry To Intermediate-2023
« em: 25 de Abril de 2023, 08:20 »

C++ Code Exercises-From Entry To Intermediate-2023
Published 4/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 207.01 MB | Duration: 0h 44m

Learn C++ programming language through hands-on exercises and problem-solving

What you'll learn
Working with various data types and control structures in C++
Using functions and templates in C++
Handling errors and exceptions in C++
Understanding and using Standard Library containers and algorithms
Understanding Multithreading and parallel programming
Understanding object-oriented programming in C++
Requirements
Basic understanding of C++ programming concepts such as data types, control structures, and functions.
Description
Welcome to "C++ Code Exercises - from Entry to Intermediate - 2023" course!This course is perfect for individuals who want to strengthen and enhance their C++ programming skills through practical exercises. With over 30+ exercises, covering different topics and difficulty levels, you will have a multitude of opportunities to test your knowledge and increase your confidence in programming.Throughout the course, you will practice various core concepts of C++ programming, including variables, operators, control structures, functions, and arrays. Furthermore, you will have the chance to dive into more advanced topics like trees, pointers and references, object-oriented programming, exception handling, dynamic memory allocation, templates, multithreading, STL containers, recursion, STL algorithms, searching and sorting algorithms, and number theory.Each exercise will provide a problem statement that you must solve using the skills and concepts taught in the course. By the end of this course, you will have a thorough understanding of the C++ programming language, and you will be able to solve an array of programming challenges. Additionally, you will have honed your problem-solving skills that are relevant across multiple programming languages and technologies.Whether you are a newcomer to C++ programming or an experienced programmer seeking to improve your skills, this course is for you. So, let's start mastering C++ programming through practical exercises!
Overview
Section 1: Introduction
Lecture 1 Introduction
Section 2: Variables and data types
Lecture 2 Variables and data types code exercises 01 Solution
Lecture 3 Variables and data types code exercises 02 Solution
Section 3: Control structures
Lecture 4 Control structures code exercises 01 Solution
Lecture 5 Control structures code exercises 02 Solution
Section 4: Strings
Lecture 6 Strings code exercises 01 Solution
Lecture 7 Strings code exercises 02 Solution
Section 5: Arrays
Lecture 8 Arrays code exercises 01 Solution
Lecture 9 Arrays code exercises 02 Solution
Section 6: Map
Lecture 10 Map code exercises 01 Solution
Lecture 11 Map code exercises 02 Solution
Section 7: Sets
Lecture 12 Sets code exercises 01 Solution
Lecture 13 Sets code exercises 02 Solution
Section 8: Stack
Lecture 14 Stack code exercises 01 Solution
Lecture 15 Stack code exercises 02 Solution
Section 9: Trees
Lecture 16 Trees code exercises 01 Solution
Lecture 17 Trees code exercises 02 Solution
Section 10: Pointers and references
Lecture 18 Pointers and references code exercises 01 Solution
Lecture 19 Pointers and references code exercises 02 Solution
Section 11: OOP
Lecture 20 OOP code exercises 01 Solution
Lecture 21 OOP code exercises 02 Solution
Lecture 22 OOP code exercises 03 Solution
Section 12: Exception handling
Lecture 23 Exception handling code exercises 01 Solution
Lecture 24 Exception handling code exercises 02 Solution
Section 13: Dynamic memory allocation
Lecture 25 Dynamic memory allocation code exercises 01 Solution
Lecture 26 Dynamic memory allocation code exercises 02 Solution
Section 14: Templates
Lecture 27 Templates code exercises 01 Solution
Lecture 28 Templates code exercises 02 Solution
Section 15: Multithreading
Lecture 29 Multithreading code exercises 01 Solution
Lecture 30 Multithreading code exercises 02 Solution
Lecture 31 Multithreading code exercises 03 Solution
Section 16: Standard Template Library (STL) containers
Lecture 32 Standard Template Library (STL) containers code exercises 01 Solution
Lecture 33 Standard Template Library (STL) containers code exercises 02 Solution
Section 17: Recursion
Lecture 34 Recursion code exercises 01 Solution
Lecture 35 Recursion code exercises 02 Solution
Section 18: STL algorithms
Lecture 36 STL algorithms code exercises 01 Solution
Lecture 37 STL algorithms code exercises 02 Solution
Section 19: Searching Algorithms
Lecture 38 Searching Algorithms code exercises 01 Solution
Lecture 39 Searching Algorithms code exercises 02 Solution
Section 20: Sorting Algorithms
Lecture 40 Sorting Algorithms code exercises 01 Solution
Lecture 41 Sorting Algorithms code exercises 02 Solution
Section 21: Number Theory
Lecture 42 Number Theory code exercises 01 Solution
Lecture 43 Number Theory code exercises 02 Solution
Beginner programmers who are looking to learn C++ programming language from scratch,Experienced programmers who are familiar with other programming languages and want to learn C++ programming language or enhance their skills through practice.,Computer science students who want to improve their knowledge and skills in C++ programming language by solving exercises.,Anyone who wants to improve their problem-solving skills in C++ programming language through practice.


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/fb8276a66bde8549abb426ad30bfffb5/hwzyv.C.Code.ExercisesFrom.Entry.To.Intermediate2023.rar.html

nitroflare.com:
Citar
https://nitroflare.com/view/DF43B53DD417E4A/hwzyv.C.Code.ExercisesFrom.Entry.To.Intermediate2023.rar

ddownload.com:
Citar
https://ddownload.com/ec4k4lykkvhw/hwzyv.C.Code.ExercisesFrom.Entry.To.Intermediate2023.rar

1dl.net:
Citar
https://1dl.net/ozz9wak4d144/hwzyv.C.Code.ExercisesFrom.Entry.To.Intermediate2023.rar