Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Læringsspor C++ Grundlæggende - Online-undervisning med certifikat
C++ Grundlæggende
C++ Grundlæggende
Beginner
4.3
1182 reviews
14k+ Learners
Begynd at udforske C++ programmeringens verden og få en solid forståelse af grundlæggende begreber med dette spor, der er designet til at tage dig på …
109
Chapters
10
Learning hours
124
Assignments
AI Assistant
Shareable Certificate
Resultater
Resultater
Track content
Related courses and projects
Udtalelser
Funktioner
Priser
Resultater
Resultater
Track content
Related courses and projects
Udtalelser
Funktioner
Priser

Hvad du vil lære

Understanding C++ program structure and syntax
Controlling program flow with loops and conditions
Handling text data with strings and characters
Efficiently using C++ operators and expressions
Creating and optimizing C++ functions
Implementing dynamic memory allocation
Managing variables and data types in C++
Mastering pointers and memory management
Exploring advanced function techniques in C++
Learning track content
Lær at udføre beregninger, sammenligne værdier og manipulere variabler ved hjælp af aritmetiske, relationelle og logiske operatorer, som udgør grundlaget for programlogik.
Forstå, hvordan man lagrer, ændrer og håndterer forskellige typer data i C++. Lær, hvordan variabeltyper bestemmer, hvilken slags information dit program kan håndtere.
Undersøg, hvordan du styrer logikken i dit program med betingede udsagn og løkker. Lær at træffe beslutninger og gentage handlinger effektivt baseret på specifikke betingelser.
Lær at organisere kode i genanvendelige blokke kaldet funktioner. Opdag, hvordan funktioner gør dine programmer mere overskuelige, strukturerede og lettere at vedligeholde.
Provides a foundational overview of arithmetic operations and their pitfalls, data types, and the importance of specifying types.
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.
Dyk ned i det grundlæggende koncept om while-løkker i C++. Dette afsnit giver dig en dybdegående forståelse og viden om, hvordan while-løkker fungerer, og udstyrer dig med de nødvendige færdigheder til effektivt at anvende dem i dine programmer.
Behersk og udforsk for-løkker i C++. Lær at udnytte deres funktioner for mere effektiv og struktureret programmering. Opnå en solid forståelse af forskellene mellem for-løkker og while-løkker. Ved afslutningen af dette afsnit vil du være fortrolig med at anvende for-løkker til at løse en bred vifte af programmeringsudfordringer.
Lær hvornår, hvorfor og hvordan man effektivt bruger indlejrede løkker til at løse en række komplekse problemer. Dette afsnit giver dig en solid forståelse af, hvordan man implementerer og optimerer indlejrede løkker, hvilket gør det muligt at udføre gentagne opgaver med præcision og håndtere komplekse problemer elegant.
Dette er din indgang til at forstå de grundlæggende byggesten for beslutningstagning. Opnå den nødvendige viden til at gøre dine programmer mere intelligente og responsive.
Anvend og styrk din viden om begreber inden for betinget kontrolflow. Du vil blive præsenteret for en række engagerende programmeringsudfordringer, der tester og udvider din viden.
Udvid dine færdigheder ved at udforske og lære avancerede funktioner og teknikker for at uddybe din forståelse og styrke din viden.
Learn the basics of pointers in a simple, not overwhelming manner! Explore how pointers work, their syntax, and practical applications through clear examples and easy-to-follow explanations.
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.
Discover how to return data from functions using simple, array, or custom types. Understand when to use the void type for functions with no return value.
Advance your function skills with overloading, recursion, and lambda functions to create more flexible, efficient, and modern code.
Boost dine Tech Færdigheder!
med op til 55% rabat
Features:
*Tracks not included in Pro plan
500+ Topbedømte kurserBanebrydende AI Copilot
Personlige studieveje40+ praktiske virkelige projekter
Uden afbestilling, før den valgte rabatplan udløber, accepterer jeg, at Codefinity automatisk opkræver $104 hver 3. måned indtil jeg annullerer. Læs mere om afbestillings- og refunderingspolitikken på Abonnementsvilkår.
Recommended Courses and Projects

kursus

C++ OOP

C++ OOP

Objektorienteret programmering (OOP) i C++ hjælper dig med at opbygge ren, genanvendelig og skalerbar kode ved at organisere programmer omkring objekter og klasser. Du lærer at definere og anvende klasser, oprette konstruktører og destruktører samt anvende indkapsling for at beskytte data. Emner som arv, polymorfi, statiske medlemmer, adgangskontrol og operatoroverbelastning hjælper dig med at designe fleksible og effektive kodestukturer.

kursus

C++ Smart Pointers

C++ Smart Pointers

Unlock the power of memory management. Designed seasoned programmers, this course provides a deep dive into one of the most crucial aspects of modern development and revise about pointers and references. With Smart Pointers, you'll learn how to effectively manage memory allocation and deallocation, avoiding common pitfalls like memory leaks and dangling pointers. Our expert instructors guide you through the intricacies of unique_ptr, shared_ptr, and weak_ptr, empowering you to write safer and more robust code.

kursus

C++ Templates

C++ Templates

Templates are a powerful feature that allows the creation of generic functions and classes. This course is designed to provide a comprehensive understanding of C++ templates, from basic syntax to advanced techniques. Participants will learn how to use templates to write efficient, reusable code and create generic algorithms and data structures.

kursus

C++ STL Containers and Algorithms

C++ STL Containers and Algorithms

Master modern C++ through the power of the Standard Template Library. Learn how containers, iterators, and algorithms work together to create clean, efficient, and expressive code. Explore essential containers like vector, map, and unordered_map, understand their performance trade-offs, and apply core algorithms for searching, sorting, transforming, and generating data. Build a solid foundation for writing robust, reusable, and high-performance C++ programs.

kursus

C++ Design Patterns

C++ Design Patterns

A hands-on, real-world focused course on advanced design patterns in C++. Learn to implement, refactor, and test maintainable solutions using modern C++23, with practical coding tasks and unit tests.

kursus

C++ Dates and Times

C++ Dates and Times

Master the essentials of handling, formatting, and measuring dates and times in C++. Start with foundational C-style time handling, then progress to the modern <chrono> library, and learn practical techniques for formatting, parsing, and converting time representations.

kursus

C++ Structures and Enumerations

C++ Structures and Enumerations

Master the essentials of C++ structures and enumerations. Learn how to define, use, and combine structs and enums to model real-world data, and practice with hands-on coding tasks.

kursus

C++ Namespaces and Modules

C++ Namespaces and Modules

Master the art of organizing and managing C++ code using namespaces and modern C++20 modules. This course focuses on practical techniques to modularize code, avoid naming conflicts, and leverage the latest language features for scalable software development.

kursus

C++ Concurrency and Multithreading

C++ Concurrency and Multithreading

Learn how to write efficient, thread-safe, and high-performance C++ programs. This course introduces the fundamentals of concurrency, thread management, and synchronization, then moves to advanced tools and best practices. You'll explore key concepts like mutexes, locks, atomic operations, and condition variables, and apply them to build real-world concurrent applications. By the end, you’ll understand how to safely manage threads, avoid common pitfalls, and use modern C++ features like std::async, futures, and thread pools to design scalable multithreaded systems.

kursus

C++ Exception Handling

C++ Exception Handling

A practical course on mastering exception handling in modern C++. Learn how to write robust code by detecting, throwing, and managing errors using exceptions. Each section introduces a new aspect of exception handling, followed by hands-on challenges inspired by real-world scenarios.

kursus

C++ Move Semantics

C++ Move Semantics

Master the principles and practical applications of move semantics and rvalue references in modern C++. Learn how to write efficient, resource-safe code by leveraging move constructors, move assignment operators, and the standard library's move utilities. Progress from foundational concepts to advanced patterns and best practices, culminating in a hands-on project.

kursus

C++ Lambda Expressions

C++ Lambda Expressions

Master the power of modern C++ lambdas — from writing concise inline functions to capturing variables efficiently. Explore how lambdas simplify code structure, enable functional programming patterns, and enhance flexibility when used with STL algorithms. Learn to handle captures, mutable states, and return types with precision. By the end, you’ll be able to use lambdas confidently for cleaner, faster, and more expressive C++ code.

Hvorfor Folk Vælger Codefinity

Kwizera Mugisha

Web Developer

Kwizera Mugisha

linkedIn

The teaching methodology at Codefinity is excellent, and I particularly appreciate how it has prepared me to handle real-world coding problems. Currently, I am delving into Node.js and eagerly anticipate building full-stack projects that integrate all the knowledge I have gained.

Sherry Barnes-Fox

Senior Business Analyst

Sherry Barnes-Fox

linkedIn

My first course was 4 hours, I did it in a few days, "nugget-style". The instructions are very clear and easy to understand. There is even a hint to help you get the answer. I love the learning style that is used, it engages me.

Bill Wagner

Accounts Payable Specialist

Bill Wagner

linkedIn

I have really liked the browser-based lessons that allow me to code within the lesson. The RUN button allows me to test the code I write before submitting for a grade.

Daniel Chinea

IT Support Specialist

Daniel Chinea

linkedIn

I have gained a lot of practical and logical thinking skills, along with patience for myself and confidence in myself that I can learn programming. Years ago, I would have never thought that I could learn programming in any way, shape or form, and I was able to obtain these certifications and skills with Codefinity.

Steve Bruening

Technology Project Manager

Steve Bruening

linkedIn

The learning was progressive and made it easy to follow along and make progress. I could feel my skills increasing and building on each other as the course went along.

Stephanie Chan

Project Manager

Stephanie Chan

linkedIn

As I went through the first course of the Python track, I liked the way the course was lay out (in easy and digestible modules) with little exercises at the end of each concept.

Step-by-Step to Stellar Results
Interaktivt kodningsmiljø

Dyk ned i vores interaktive miljø: skriv og kør din kode med feedback i realtid og succesmålinger—lær ved at gøre på hvert trin.

AI-drevet support

Udnyt den indbyggede AI-assistent til at forklare fejl, foreslå rettelser eller besvare spørgsmål om din kode—så du forbliver produktiv og aldrig går i stå.

Check your progress

Afslut hvert modul med en hurtig quiz, der giver øjeblikkelig feedback, sporer din fremgang og sikrer, at du har mestret nøglekoncepter.

Promote your expertise

Tjen dit brancheanerkendte certifikat ved afslutning og del det på LinkedIn med ét klik—lad dit netværk se, hvad du kan.

Betroet af Medarbejdere fra Ledende Virksomheder
og Studerende fra Topuniversiteter

Google
Intel
Twitter
FedEx
Meta
Nike
Amazon
Microsoft
Tesla
Google
Intel
Twitter
FedEx
Meta
Nike
Amazon
Microsoft
Tesla
florida
illinois
colorado
indiana
new-york
cornell
columbia
notre-dame
florida
illinois
colorado
indiana
florida
illinois
colorado
indiana
new-york
cornell
columbia
notre-dame
florida
illinois
colorado
indiana

Fuld adgang til kataloget

Et abonnement åbner dette kursus og hele vores katalog af projekter og færdigheder.
Features:
500+ Topbedømte kurserBanebrydende AI Copilot
Personlige studieveje40+ praktiske virkelige projekter
Uden afbestilling, før den valgte rabatplan udløber, accepterer jeg, at Codefinity automatisk opkræver $104 hver 3. måned indtil jeg annullerer. Læs mere om afbestillings- og refunderingspolitikken på Abonnementsvilkår.

Prøv Codefinity med tillid – 30-dages pengene-tilbage-garanti inkluderet

For at byde dig velkommen til Codefinity, tilbyder vi op til 64% rabat på vores kurser. Plus, vi har en 30-dages pengene-tilbage-garanti, så du kan prøve os uden risiko.Vi ser virkelig frem til at byde dig velkommen til vores platform og er engagerede i at gøre din læringsoplevelse nem, interaktiv og sjov.
Shield Image
Ready to get started?
Pro
Best intro offer
Ultimate
A complete experience
to kickstart your career
500+ Top-Rated courses
yes
yes
Completion certificates
yes
yes
Early access to new courses
yes
yes
40+ hands-on Real-world projects
no
yes
Personalized study tracks
no
yes
Unlimited workspaces
no
yes

Få øjeblikkelig adgang til 500+ kurser

Ubegrænset Læring, Øjeblikkelig Adgang
Ubegrænset Læring, Øjeblikkelig AdgangFå fuld adgang til alle kurser og spor, inklusive videoindhold, quizzer og dybdegående materialer—start læring når som helst.
Brancheanerkendte Certifikater
Brancheanerkendte CertifikaterTjen certifikater, der validerer din ekspertise og styrker din karriere inden for tech, AI, data, marketing og mere.
KI-assisteret læring
KI-assisteret læringFå personlige hints, feedback i realtid og AI-drevne forklaringer for at fremskynde din fremgang.
Konstant Udvidelse: Nye Kurser & Karriereforløb
Konstant Udvidelse: Nye Kurser & KarriereforløbHold dig foran med konstant opdaterede kurser, karriereplaner, udfordringer og praktiske prøver.
Opbyg Færdigheder Der Tæller
Opbyg Færdigheder Der TællerMestre efterspurgte færdigheder med kurser i AI, datavidenskab, programmering, marketing, automatisering, webudvikling og mere.
Interaktiv & Problemfri Læring
Interaktiv & Problemfri LæringEngager dig med praktiske projekter, virkelige øvelser og en intuitiv læringsoplevelse — ingen ekstra værktøjer nødvendige.

Følg os

trustpilot logo

Adresse

codefinity
Vi beklager, at noget gik galt. Hvad skete der?
some-alt