Inseguro de dónde
empezar?
Track
Certificado
C++ para Principiantes
4.4+
★★★★★
★★★★★
379 reseñas
Beginner
Empieza a explorar el mundo de la programación en C++ y adquiere una sólida comprensión de los conceptos fundamentales con este curso diseñado para llevarte en un viaje desde lo más básico y progresando gradualmente hacia temas más avanzados. Al completar el curso, serás capaz de desarrollar tus propios programas en C++ y también tendrás una gran base para seguir aprendiendo.
c++
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
- Access to 85+ top-rated courses
- AI-driven Learning
- Workspaces for practicing your skills
- Personalized study tracks
- Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity TeamsWhat you will learn
- Understand the fundamentals of C++ and write your first C++ programs
- Master the use of different data types to effectively store and manipulate data
- Implement loops to create efficient and reusable code for repetitive tasks
- Gain expertise in using pointers and references to manage memory and optimize performance
- Create, utilize and overload functions to build modular, maintainable, and scalable C++ applications
- 109 chapters
- 11 hours
- 101 tasks
Trusted by employees of leading companies
Learning track content
Module 1 / Introducción a C++
En esta sección, nos adentramos en aprender la estructura de un programa C++ por defecto
En esta sección, aprenderemos cómo igualar y comparar variables, y usar operadores matemáticos y bit a bit.
En esta sección, aprenderemos a manipular diferentes variables.
En esta sección, aprenderemos cómo controlar el flujo de nuestros programas.
En esta sección, exploraremos el concepto de funciones y cómo crearlas y llamarlas.
Module 2 / C++ Data Types
Provides a foundational overview of arithmetic operations and their pitfalls, data types, and the importance of specifying types.
short, int, long, float, double, etc. are all numerical data types. You will learn about all of them as well as the pitfalls they may conceal.
Covers working with text in C++ using `char` and `string`. You'll learn how to store and manipulate characters, use string methods, index and modify strings, find text, and understand string memory management. By the end, you'll be ready to handle text efficiently in your programs.
Covers logical values with bool, functions without return values using void, and automatic type deduction with auto. It also explores type conversion, including both implicit and explicit casting, ensuring correct handling of data types.
Module 3 / C++ Loops
Dive into the fundamental concept of while loops in C++. This section will equip you with a deep understanding and knowledge of how while loops work, providing you with the skills necessary to effectively use them in your programs.
Master and explore the for loops in C++. Learn how to use their capabilities for more efficient and structured programming. Gain a solid understanding of the distinctions between for loops and while loops. By the end of this section, you'll be proficient in using for loops to solve a wide range of programming challenges.
Learn when, why and how to effectively use nested loops to solve a variety of complex problems. This section will provide you with a solid understanding of how to implement and optimize nested loops, allowing you to perform repetitive tasks with precision and tackle complex problems with elegance!
Module 4 / C++ Conditional Statements
This is your gateway to understanding the fundamental building blocks of decision making in C++. Gain the essential knowledge to make your programs more intelligent and responsive.
Apply and reinforce your knowledge of conditional flow control concepts in C++. You will be presented with a series of engaging programming challenges to test and expand your knowledge.
Take your skills to the next level by exploring and learning advanced features and techniques to deepen your understanding and strengthen your knowledge.
Module 5 / C++ Pointers and References
Learn the basics of pointers in a simple, not overwhelming manner!
Explore how pointers, which store memory addresses, can be manipulated using arithmetic operations. Learn to navigate through memory locations, access data structures efficiently, and optimize code for performance.
Explore the concept of references as aliases for variables and memory-efficient access to data. Learn how references contribute to cleaner code, improved readability, and enhanced performance by avoiding unnecessary data duplication.
Uncover the principles and techniques behind allocating and deallocating memory dynamically during program execution. Understand the advantages and challenges of dynamic memory allocation.
Module 6 / C++ Functions
Now it's time to dive into the world of C++ functions! Now you will learn some general concepts about functions in C++, including their definition, declaration, and usage. Discover how to declare and call functions, and gain insights into variable scopes, both local and global, for effective program design.
We will delve into specifying and using function arguments in C++ programming. Explore concepts like pass-by-value and pass-by-reference, and understand the role of default arguments; learn how to pass arrays as function arguments and become familiar with constant function arguments.
- Positional and Default ArgumentsPreview
- Passing Arguments by Value/Pointer/ReferencePreview
- Constant Function ArgumentsPreview
- Passing Static Array as an Argument of the FunctionPreview
- Passing Dynamic Array as an Argument of the FunctionPreview
- Why Do We Need Array Size as an Argument?Preview
- Passing Custom Structures as ArgumentsPreview
Now we will learn about how to specify the return value of a function in C++. This includes understanding the data types that functions can return, such as integers, floating-point numbers, and arrays. We will also consider function that have no return value.
Now let's delve into some additional topic in C++! We will explore function overloading, mastering the art of creating multiple functions with the same name but different parameter lists for enhanced code flexibility. Recursion is introduced, teaching the principles of recursive functions, allowing students to solve complex problems efficiently. Additionally, the section covers lambda functions, providing insights into creating concise anonymous functions/
Requirements
- A computer with a browser - all browsers are supported.
- Your enthusiasm to enhance your tech skills.
- Everything else needed to start learning and practicing is already included in this course.
Over 200,000 5-star ratings and counting
Ruslan Kravchuk
The main thing is to learn and not give up
The material is good, there is a lot to learn, all in order to become better and the main thing is to learn what you want....
Matteo Comune
Thanks to them I'm learning a lot…
Thanks to them I'm learning a lot faster because they help you to understand everything from scratch. It's the best website that helps people with no background in IT...
Yuliana Cadavid
great course for beginners
great course for beginners, they test your knowledge in every lesson...
Elpunzon
I am enjoying my Codefinity experience…
I am enjoying my Codefinity experience learning Python. The self-paced way of learning is great because I can fit it into my schedule...
Alexandru Alexandru
Is nice to learn from codefinity
Is nice to learn from codefinity. Its easy and have good examples on what I learned here...
jacob Templet
Easy to follow along with and provides…
Easy to follow along with and provides challenge in my every day life. The challenge keeps me wanting to learn day after day...
Elan
Codefinity is a comprehensive learning…
Codefinity is a comprehensive learning tool to help you develop your skills as a software engineer or data scientist. The exercises are fun and a good way to sharpen your skills...
Thibault
First time learning how to code
First time learning how to code and successfully doing so with codefinity - thank you...
Adrien Morel
Well designed for total beginners
Well designed for total beginners, incremental progress and makes me feel confident....
_Gracy
it's simply perfectly well explained
it's simply perfectly well explained! so far I have not experienced any difficulty because everything is so well managed...
Ruslan Kravchuk
The main thing is to learn and not give up
The material is good, there is a lot to learn, all in order to become better and the main thing is to learn what you want....
Matteo Comune
Thanks to them I'm learning a lot…
Thanks to them I'm learning a lot faster because they help you to understand everything from scratch. It's the best website that helps people with no background in IT...
Yuliana Cadavid
great course for beginners
great course for beginners, they test your knowledge in every lesson...
Elpunzon
I am enjoying my Codefinity experience…
I am enjoying my Codefinity experience learning Python. The self-paced way of learning is great because I can fit it into my schedule...
Alexandru Alexandru
Is nice to learn from codefinity
Is nice to learn from codefinity. Its easy and have good examples on what I learned here...
jacob Templet
Easy to follow along with and provides…
Easy to follow along with and provides challenge in my every day life. The challenge keeps me wanting to learn day after day...
Elan
Codefinity is a comprehensive learning…
Codefinity is a comprehensive learning tool to help you develop your skills as a software engineer or data scientist. The exercises are fun and a good way to sharpen your skills...
Thibault
First time learning how to code
First time learning how to code and successfully doing so with codefinity - thank you...
Adrien Morel
Well designed for total beginners
Well designed for total beginners, incremental progress and makes me feel confident....
_Gracy
it's simply perfectly well explained
it's simply perfectly well explained! so far I have not experienced any difficulty because everything is so well managed...
Data Engineer
Certificado de Finalización
Muestra las habilidades que has adquirido recientemente. Te lo has ganado
Discover more
Learning tracks
Learning tracks
pista
Solo para Ultimate
Web Development with C#
7 Cursos
397 Tareas
Principiante
4.8
(2182)
pista
Solo para Ultimate
Python de Cero a Héroe
6 Cursos
294 Tareas
Principiante
4.7
(7725)
pista
Solo para Ultimate
SQL de Cero a Héroe
4 Cursos
153 Tareas
Principiante
4.7
(2429)
pista
Solo para Ultimate
Game Development with Unity
3 Cursos
153 Tareas
Principiante
4.7
(47)
pista
Solo para Ultimate
Conviértete en un Desarrollador de React
5 Cursos
119 Tareas
Intermedio
4.6
(54)
pista
Solo para Ultimate
Web & Cloud Fundamentals
4 Cursos
173 Tareas
Principiante
4.7
(629)
pista
Solo para Ultimate
Excel from Zero to Hero
4 Cursos
53 Tareas
Principiante
4.7
(155)
pista
Solo para Ultimate
Data Analyst Foundation
4 Cursos
138 Tareas
Principiante
4.8
(2228)
pista
Solo para Ultimate
Esenciales de Java
6 Cursos
406 Tareas
Principiante
4.7
(146)
pista
Solo para Ultimate
Python: Más allá del nivel intermedio
4 Cursos
1 Proyecto
242 Tareas
Principiante
4.7
(5871)
pista
Solo para Ultimate
Desarrollo Web Full Stack
7 Cursos
440 Tareas
Principiante
4.7
(755)
pista
Solo para Ultimate
Fundamentos del Desarrollo Frontend
6 Cursos
427 Tareas
Intermedio
4.7
(727)
pista
Solo para Ultimate
Análisis y Visualización de Datos con Python
5 Cursos
168 Tareas
Principiante
4.7
(598)
pista
Solo para Ultimate
Fundamentos del Aprendizaje Automático
4 Cursos
1 Proyecto
87 Tareas
Avanzado
4.6
(96)
Become a Development expert
- Interactive exercises
- Learning videos
- AI-assistant on all courses
- Workspaces for designing your own projects
Ready to get started?
ProBest intro offer | UltimateA complete experience to kickstart your career | |
---|---|---|
85+ Top-Rated courses | ||
Completion certificates | ||
AI-Assistant in all courses | ||
20+ hands-on Real-world projects | ||
Personalized study tracks | ||
Unlimited workspaces | ||
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
- Access to 85+ top-rated courses
- AI-driven Learning
- Workspaces for practicing your skills
- Personalized study tracks
- Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity Teams